diff options
author | Stefan Hoffmann <stefan991@gmail.com> | 2014-07-30 13:46:50 +0200 |
---|---|---|
committer | Stefan Hoffmann <stefan991@gmail.com> | 2014-09-20 14:03:13 +0200 |
commit | 1f7289b4076e35535698f17cf638a7941b2e5a0e (patch) | |
tree | a14a0698d801eabce58124f4db5319c973e26457 | |
parent | 787f879b835a3882d76b9fb1bce5e15bfb7e8910 (diff) | |
download | rneovim-1f7289b4076e35535698f17cf638a7941b2e5a0e.tar.gz rneovim-1f7289b4076e35535698f17cf638a7941b2e5a0e.tar.bz2 rneovim-1f7289b4076e35535698f17cf638a7941b2e5a0e.zip |
doc: remove some unnecessary targets
these files got all imported, no ned to create them
-rw-r--r-- | runtime/doc/Makefile | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile index 8d504b3034..6d8d11f915 100644 --- a/runtime/doc/Makefile +++ b/runtime/doc/Makefile @@ -355,59 +355,6 @@ perlhtml: tags $(DOCS) clean: -rm doctags *.html tags.ref -# These files are in the extra archive, skip if not present - -arabic.txt: - touch arabic.txt - -farsi.txt: - touch farsi.txt - -hebrew.txt: - touch hebrew.txt - -russian.txt: - touch russian.txt - -gui_w16.txt: - touch gui_w16.txt - -gui_w32.txt: - touch gui_w32.txt - -if_ole.txt: - touch if_ole.txt - -os_390.txt: - touch os_390.txt - -os_amiga.txt: - touch os_amiga.txt - -os_beos.txt: - touch os_beos.txt - -os_dos.txt: - touch os_dos.txt - -os_mac.txt: - touch os_mac.txt - -os_mint.txt: - touch os_mint.txt - -os_os2.txt: - touch os_os2.txt - -os_qnx.txt: - touch os_qnx.txt - -os_risc.txt: - touch os_risc.txt - -os_win32.txt: - touch os_win32.txt - # Note that $< works with GNU make while $> works for BSD make. # Is there a solution that works for both?? vim-fr.UTF-8.1: vim-fr.1 |