diff options
| author | Stefan Hoffmann <stefan991@gmail.com> | 2014-10-05 19:34:59 +0200 |
|---|---|---|
| committer | Stefan Hoffmann <stefan991@gmail.com> | 2014-10-06 22:43:29 +0200 |
| commit | f4e13150db7447b7968f8b99113d7b05418fbe3c (patch) | |
| tree | 34208d43efca0fc7962a6f787010254be16bff7d /runtime/doc/Makefile | |
| parent | ae743f87661dba80d89f45a63b998af05ef89935 (diff) | |
| download | rneovim-f4e13150db7447b7968f8b99113d7b05418fbe3c.tar.gz rneovim-f4e13150db7447b7968f8b99113d7b05418fbe3c.tar.bz2 rneovim-f4e13150db7447b7968f8b99113d7b05418fbe3c.zip | |
doc: remove legacy os_*.txt
keeping os_dos.txt, see #1115
Diffstat (limited to 'runtime/doc/Makefile')
| -rw-r--r-- | runtime/doc/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile index 16ce4d9082..14adf2432e 100644 --- a/runtime/doc/Makefile +++ b/runtime/doc/Makefile @@ -59,17 +59,9 @@ DOCS = \ nvim_intro.txt \ nvim_python.txt \ options.txt \ - os_390.txt \ - os_amiga.txt \ - os_beos.txt \ os_dos.txt \ os_mac.txt \ - os_mint.txt \ - os_os2.txt \ - os_qnx.txt \ - os_risc.txt \ os_unix.txt \ - os_vms.txt \ os_win32.txt \ pattern.txt \ pi_getscript.txt \ @@ -190,17 +182,9 @@ HTMLS = \ nvim_intro.html \ nvim_python.html \ options.html \ - os_390.html \ - os_amiga.html \ - os_beos.html \ os_dos.html \ os_mac.html \ - os_mint.html \ - os_os2.html \ - os_qnx.html \ - os_risc.html \ os_unix.html \ - os_vms.html \ os_win32.html \ pattern.html \ pi_getscript.html \ |