mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
doc: remove reference to config.mk, hangulin.txt
needed to get `make html` to work.
This commit is contained in:
parent
0375128377
commit
178bafc290
@ -9,10 +9,6 @@ AWK = awk
|
|||||||
# Set to $(VIMTARGET) when executed from src/Makefile.
|
# Set to $(VIMTARGET) when executed from src/Makefile.
|
||||||
VIMEXE = vim
|
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 = \
|
DOCS = \
|
||||||
arabic.txt \
|
arabic.txt \
|
||||||
autocmd.txt \
|
autocmd.txt \
|
||||||
@ -34,7 +30,6 @@ DOCS = \
|
|||||||
gui_w16.txt \
|
gui_w16.txt \
|
||||||
gui_w32.txt \
|
gui_w32.txt \
|
||||||
gui_x11.txt \
|
gui_x11.txt \
|
||||||
hangulin.txt \
|
|
||||||
hebrew.txt \
|
hebrew.txt \
|
||||||
help.txt \
|
help.txt \
|
||||||
helphelp.txt \
|
helphelp.txt \
|
||||||
@ -162,7 +157,6 @@ HTMLS = \
|
|||||||
gui_w16.html \
|
gui_w16.html \
|
||||||
gui_w32.html \
|
gui_w32.html \
|
||||||
gui_x11.html \
|
gui_x11.html \
|
||||||
hangulin.html \
|
|
||||||
hebrew.html \
|
hebrew.html \
|
||||||
helphelp.html \
|
helphelp.html \
|
||||||
howto.html \
|
howto.html \
|
||||||
|
Loading…
Reference in New Issue
Block a user