diff options
author | Stefan Hoffmann <stefan991@gmail.com> | 2014-07-30 13:37:25 +0200 |
---|---|---|
committer | Stefan Hoffmann <stefan991@gmail.com> | 2014-09-20 14:03:13 +0200 |
commit | 178bafc290892c5038b7041dc24e783d0ce229d5 (patch) | |
tree | 7ebf7bb7b76a801c71e189b0d44b06dbb89303c2 | |
parent | 0375128377ef89d833e19a5e58a69f628a0e5d6c (diff) | |
download | rneovim-178bafc290892c5038b7041dc24e783d0ce229d5.tar.gz rneovim-178bafc290892c5038b7041dc24e783d0ce229d5.tar.bz2 rneovim-178bafc290892c5038b7041dc24e783d0ce229d5.zip |
doc: remove reference to config.mk, hangulin.txt
needed to get `make html` to work.
-rw-r--r-- | runtime/doc/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile index 8bd5aaf049..8d504b3034 100644 --- a/runtime/doc/Makefile +++ b/runtime/doc/Makefile @@ -9,10 +9,6 @@ AWK = awk # Set to $(VIMTARGET) when executed from src/Makefile. VIMEXE = vim -# include the config.mk from the source directory. It's only needed to set -# AWK, used for "make html". Comment this out if the include gives problems. -include ../../src/auto/config.mk - DOCS = \ arabic.txt \ autocmd.txt \ @@ -34,7 +30,6 @@ DOCS = \ gui_w16.txt \ gui_w32.txt \ gui_x11.txt \ - hangulin.txt \ hebrew.txt \ help.txt \ helphelp.txt \ @@ -162,7 +157,6 @@ HTMLS = \ gui_w16.html \ gui_w32.html \ gui_x11.html \ - hangulin.html \ hebrew.html \ helphelp.html \ howto.html \ |