patch 9.0.1574: MS-Windows: list of translation input files incomplete
Problem: MS-Windows: list of translation input files incomplete.
Solution: Move the list of files to a common file. (closes #12426)
diff --git a/src/po/Make_ming.mak b/src/po/Make_ming.mak
index 5e9428f..1912bc5 100644
--- a/src/po/Make_ming.mak
+++ b/src/po/Make_ming.mak
@@ -18,7 +18,7 @@
endif
endif
-# get LANGUAGES, MOFILES and MOCONVERTED
+# get LANGUAGES, MOFILES, MOCONVERTED and others
include Make_all.mak
PACKAGE = vim
@@ -76,12 +76,6 @@
gvim.desktop.in \
vim.desktop.in
-PO_VIM_INPUTLIST = \
- ../../runtime/optwin.vim
-
-PO_VIM_JSLIST = \
- optwin.js
-
first_time: $(PO_INPUTLIST) $(PO_VIM_INPUTLIST)
$(VIM) -u NONE --not-a-term -S tojavascript.vim $(LANGUAGE).pot $(PO_VIM_INPUTLIST)
$(XGETTEXT) --default-domain=$(LANGUAGE) \