diff options
| author | Fredrik Fornwall <fredrik@fornwall.net> | 2014-08-18 14:37:14 +0200 |
|---|---|---|
| committer | Fredrik Fornwall <fredrik@fornwall.net> | 2014-08-18 17:45:17 +0200 |
| commit | 22860647a71d8cafd699ff4987ea39c4deb5a7f6 (patch) | |
| tree | 96413eb68d58dc138fa9df84d6e140e3595be0e6 /runtime/doc/Makefile | |
| parent | a0e593e26163c730e75a362dcc9e34a645021aff (diff) | |
| download | rneovim-22860647a71d8cafd699ff4987ea39c4deb5a7f6.tar.gz rneovim-22860647a71d8cafd699ff4987ea39c4deb5a7f6.tar.bz2 rneovim-22860647a71d8cafd699ff4987ea39c4deb5a7f6.zip | |
Remove os_msdos.txt due to dropped MS-DOS support
Diffstat (limited to 'runtime/doc/Makefile')
| -rw-r--r-- | runtime/doc/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile index a6610a937a..d36490a75f 100644 --- a/runtime/doc/Makefile +++ b/runtime/doc/Makefile @@ -65,7 +65,6 @@ DOCS = \ os_dos.txt \ os_mac.txt \ os_mint.txt \ - os_msdos.txt \ os_os2.txt \ os_qnx.txt \ os_risc.txt \ @@ -197,7 +196,6 @@ HTMLS = \ os_dos.html \ os_mac.html \ os_mint.html \ - os_msdos.html \ os_os2.html \ os_qnx.html \ os_risc.html \ @@ -412,9 +410,6 @@ os_mac.txt: os_mint.txt: touch os_mint.txt -os_msdos.txt: - touch os_msdos.txt - os_os2.txt: touch os_os2.txt |