diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2014-08-26 01:41:44 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2014-08-26 01:41:44 -0400 |
| commit | e11b23e357ca797211c4e11f3f87ddb0dac98a99 (patch) | |
| tree | eec090cd32a6e7a767bd934a2a0645b8d3896e5c /runtime/doc/Makefile | |
| parent | 665c3cc3345ed766bf085a841806d6f0606ee12a (diff) | |
| parent | 22860647a71d8cafd699ff4987ea39c4deb5a7f6 (diff) | |
| download | rneovim-e11b23e357ca797211c4e11f3f87ddb0dac98a99.tar.gz rneovim-e11b23e357ca797211c4e11f3f87ddb0dac98a99.tar.bz2 rneovim-e11b23e357ca797211c4e11f3f87ddb0dac98a99.zip | |
Merge pull request #1082 from fornwall/remove-os-msdos-txt
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 |