mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
* po/Makefile.in.in: consider new *.inc files (former *.ui files)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16554 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1103be3d85
commit
8f811a9654
@ -466,7 +466,7 @@ languages_l10n.pot: $(top_srcdir)/lib/languages
|
||||
}' \
|
||||
${top_srcdir}/lib/languages > $@
|
||||
|
||||
ui_l10n.pot: $(top_srcdir)/lib/ui/*.ui
|
||||
ui_l10n.pot: $(top_srcdir)/lib/ui/*.ui $(top_srcdir)/lib/ui/*.inc
|
||||
LC_ALL=C ; export LC_ALL ; \
|
||||
$(AWK) -v top_srcdir="$(top_srcdir)" ' \
|
||||
function fixupfilename() \
|
||||
@ -494,7 +494,7 @@ ui_l10n.pot: $(top_srcdir)/lib/ui/*.ui
|
||||
printf("#: %s:%d\nmsgid \"%s\"\nmsgstr \"\"\n\n", \
|
||||
fixupfilename(), FNR, line); \
|
||||
}' \
|
||||
${top_srcdir}/lib/ui/*.ui > $@
|
||||
${top_srcdir}/lib/ui/*.ui ${top_srcdir}/lib/ui/*.inc > $@
|
||||
|
||||
i18n.php: $(POFILES)
|
||||
(cd $(srcdir) ; ./postats.sh $(POFILES)) >$@
|
||||
|
Loading…
Reference in New Issue
Block a user