0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

runtime(doc): Update doc Makefiles with comments from #13567 (#13577)

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Restorer
2023-11-25 14:39:51 +00:00
committed by GitHub
parent 813a538bb3
commit 8c14e79737
2 changed files with 74 additions and 39 deletions

View File

@@ -10,7 +10,8 @@
# Common components
!INCLUDE Make_all.mak
# Correct the following line for the directory where iconv is installed
# Correct the following line for the directory where iconv is installed.
# Please do not put the path in quotes.
ICONV_PATH = D:\Programs\GetText\bin
# In case some package like GnuWin32, UnixUtils, gettext
@@ -18,9 +19,9 @@ ICONV_PATH = D:\Programs\GetText\bin
# If the "iconv" program is installed on the system, but it is not registered
# in the %PATH% environment variable, then specify the full path to this file.
!IF EXIST ("iconv.exe")
ICONV = iconv.exe
ICONV = "iconv.exe"
!ELSEIF EXIST ("$(ICONV_PATH)\iconv.exe")
ICONV="$(ICONV_PATH)\iconv.exe"
ICONV = "$(ICONV_PATH)\iconv.exe"
!ENDIF
RM = del /q