comparison src/po/Makefile @ 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 7296f4ef3ead
children 0d2b75395eda
comparison
equal deleted inserted replaced
32484:13063b80f88a 32485:2fc568b082ef
1 # Makefile for the Vim message translations. 1 # Makefile for the Vim message translations.
2 2
3 # Include stuff found by configure. 3 # Include stuff found by configure.
4 include ../auto/config.mk 4 include ../auto/config.mk
5 5
6 # get LANGUAGES, MOFILES, MOCONVERTED and CHECKFILES 6 # get LANGUAGES, MOFILES, MOCONVERTED and others
7 include Make_all.mak 7 include Make_all.mak
8 8
9 # Note: ja.sjis, *.cp1250 and zh_CN.cp936 are only for MS-Windows, they are 9 # Note: ja.sjis, *.cp1250 and zh_CN.cp936 are only for MS-Windows, they are
10 # not installed on Unix 10 # not installed on Unix
11 11
200 ../globals.h \ 200 ../globals.h \
201 ../if_py_both.h \ 201 ../if_py_both.h \
202 ../vim.h \ 202 ../vim.h \
203 gvim.desktop.in \ 203 gvim.desktop.in \
204 vim.desktop.in 204 vim.desktop.in
205
206 PO_VIM_INPUTLIST = \
207 ../../runtime/optwin.vim \
208 ../../runtime/defaults.vim
209
210 PO_VIM_JSLIST = \
211 optwin.js \
212 defaults.js
213 205
214 $(PACKAGE).pot: $(PO_INPUTLIST) $(PO_VIM_INPUTLIST) 206 $(PACKAGE).pot: $(PO_INPUTLIST) $(PO_VIM_INPUTLIST)
215 # Convert the Vim scripts to (what looks like) Javascript 207 # Convert the Vim scripts to (what looks like) Javascript
216 $(VIM) -u NONE --not-a-term -S tojavascript.vim $(PACKAGE).pot $(PO_VIM_INPUTLIST) 208 $(VIM) -u NONE --not-a-term -S tojavascript.vim $(PACKAGE).pot $(PO_VIM_INPUTLIST)
217 # create vim.pot 209 # create vim.pot