summaryrefslogtreecommitdiffstats
path: root/runtime/doc/Makefile
diff options
context:
space:
mode:
authorRestorer <69863286+RestorerZ@users.noreply.github.com>2023-11-11 18:26:00 +0000
committerGitHub <noreply@github.com>2023-11-11 19:26:00 +0100
commit424da590e4d9dd13f94c0a2145a3f602976d5435 (patch)
tree34d5c18bc3596e02230ee4b2da4034516776769d /runtime/doc/Makefile
parent2c133f6c1a165a74678a89722ed8c42967c295e4 (diff)
runtime(doc): Renamed "makefile_*.mak" for Vim documentation (#13517)
* Rename makefile_all.mak and makefile_mvc.mak Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/Makefile')
-rw-r--r--runtime/doc/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile
index 0445511b6c..fc042872cf 100644
--- a/runtime/doc/Makefile
+++ b/runtime/doc/Makefile
@@ -13,9 +13,8 @@ VIMEXE = vim
# AWK, used for "make html". Comment this out if the include gives problems.
include ../../src/auto/config.mk
-# 17.10.23, added by Restorer
# Common components
-include makefile_all.mak
+include Make_all.mak
.SUFFIXES:
.SUFFIXES: .c .o .txt .html
@@ -148,16 +147,16 @@ os_win32.txt:
# Note that $< works with GNU make while $> works for BSD make.
# Is there a solution that works for both??
-vim-da.UTF-8.1: vim-da.1 # 17.10.23, added by Restorer
+vim-da.UTF-8.1: vim-da.1
iconv -f latin1 -t utf-8 $< >$@
-vimdiff-da.UTF-8.1: vimdiff-da.1 # 17.10.23, added by Restorer
+vimdiff-da.UTF-8.1: vimdiff-da.1
iconv -f latin1 -t utf-8 $< >$@
-vimtutor-da.UTF-8.1: vimtutor-da.1 # 17.10.23, added by Restorer
+vimtutor-da.UTF-8.1: vimtutor-da.1
iconv -f latin1 -t utf-8 $< >$@
-vim-de.UTF-8.1: vim-de.1 # 17.10.23, added by Restorer
+vim-de.UTF-8.1: vim-de.1
iconv -f latin1 -t utf-8 $< >$@
vim-fr.UTF-8.1: vim-fr.1