comparison src/po/Make_ming.mak @ 32485:2fc568b082ef v9.0.1574

patch 9.0.1574: MS-Windows: list of translation input files incomplete Commit: https://github.com/vim/vim/commit/167fb6d39b23e0967dabc523ce190e7447114e69 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 23 15:27:51 2023 +0100 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 https://github.com/vim/vim/issues/12426)
author Bram Moolenaar <Bram@vim.org>
date Tue, 23 May 2023 16:30:04 +0200
parents aa91480771fe
children 0d2b75395eda
comparison
equal deleted inserted replaced
32484:13063b80f88a 32485:2fc568b082ef
16 else 16 else
17 VIMRUNTIME = ../../runtime 17 VIMRUNTIME = ../../runtime
18 endif 18 endif
19 endif 19 endif
20 20
21 # get LANGUAGES, MOFILES and MOCONVERTED 21 # get LANGUAGES, MOFILES, MOCONVERTED and others
22 include Make_all.mak 22 include Make_all.mak
23 23
24 PACKAGE = vim 24 PACKAGE = vim
25 ifeq (sh.exe, $(SHELL)) 25 ifeq (sh.exe, $(SHELL))
26 VIM = ..\vim 26 VIM = ..\vim
74 ../if_py_both.h \ 74 ../if_py_both.h \
75 ../vim.h \ 75 ../vim.h \
76 gvim.desktop.in \ 76 gvim.desktop.in \
77 vim.desktop.in 77 vim.desktop.in
78 78
79 PO_VIM_INPUTLIST = \
80 ../../runtime/optwin.vim
81
82 PO_VIM_JSLIST = \
83 optwin.js
84
85 first_time: $(PO_INPUTLIST) $(PO_VIM_INPUTLIST) 79 first_time: $(PO_INPUTLIST) $(PO_VIM_INPUTLIST)
86 $(VIM) -u NONE --not-a-term -S tojavascript.vim $(LANGUAGE).pot $(PO_VIM_INPUTLIST) 80 $(VIM) -u NONE --not-a-term -S tojavascript.vim $(LANGUAGE).pot $(PO_VIM_INPUTLIST)
87 $(XGETTEXT) --default-domain=$(LANGUAGE) \ 81 $(XGETTEXT) --default-domain=$(LANGUAGE) \
88 --add-comments --keyword=_ --keyword=N_ --keyword=NGETTEXT:1,2 $(PO_INPUTLIST) $(PO_VIM_JSLIST) 82 --add-comments --keyword=_ --keyword=N_ --keyword=NGETTEXT:1,2 $(PO_INPUTLIST) $(PO_VIM_JSLIST)
89 $(VIM) -u NONE --not-a-term -S fixfilenames.vim $(LANGUAGE).pot $(PO_VIM_INPUTLIST) 83 $(VIM) -u NONE --not-a-term -S fixfilenames.vim $(LANGUAGE).pot $(PO_VIM_INPUTLIST)