From 178bafc290892c5038b7041dc24e783d0ce229d5 Mon Sep 17 00:00:00 2001 From: Stefan Hoffmann Date: Wed, 30 Jul 2014 13:37:25 +0200 Subject: [PATCH] doc: remove reference to config.mk, hangulin.txt needed to get `make html` to work. --- runtime/doc/Makefile | 6 ------ 1 file changed, 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 \