X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=po%2FMakefile.in.in;h=f9154324570e9c78c29c76f91c0d8459e6270bf2;hb=8b7c2f085462fce8ad698715b25ae2c6cc8c3797;hp=ae4b274990bf6351eb2ae728f708c80b0a9dc602;hpb=f99c05426a03c689a1919995abedaf67cf3197f8;p=lyx.git diff --git a/po/Makefile.in.in b/po/Makefile.in.in index ae4b274990..f915432457 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -402,9 +402,10 @@ qt4_l10n.pot: $(top_srcdir)/src/frontends/qt4/ui/*.ui LC_ALL=C ; export LC_ALL ; \ python $(srcdir)/lyx_pot.py -b $(top_srcdir) -o $@ -t qt4 ${top_srcdir}/src/frontends/qt4/ui/*.ui -layouts_l10n.pot: $(top_srcdir)/lib/layouts/*.layout $(top_srcdir)/lib/layouts/*.inc +layouts_l10n.pot: $(top_srcdir)/lib/layouts/*.layout $(top_srcdir)/lib/layouts/*.inc \ + $(top_srcdir)/lib/layouts/*.module LC_ALL=C ; export LC_ALL ; \ - python $(srcdir)/lyx_pot.py -b $(top_srcdir) -o $@ -t layouts ${top_srcdir}/lib/layouts/*.layout ${top_srcdir}/lib/layouts/*.inc + python $(srcdir)/lyx_pot.py -b $(top_srcdir) -o $@ -t layouts ${top_srcdir}/lib/layouts/*.layout ${top_srcdir}/lib/layouts/*.inc ${top_srcdir}/lib/layouts/*.module languages_l10n.pot: $(top_srcdir)/lib/languages python $(srcdir)/lyx_pot.py -b $(top_srcdir) -o $@ -t languages ${top_srcdir}/lib/languages @@ -414,7 +415,7 @@ ui_l10n.pot: $(top_srcdir)/lib/ui/*.ui $(top_srcdir)/lib/ui/*.inc python $(srcdir)/lyx_pot.py -b $(top_srcdir) -o $@ -t ui ${top_srcdir}/lib/ui/*.ui ${top_srcdir}/lib/ui/*.inc i18n.inc: $(POFILES) postats.py - (cd $(srcdir) ; python postats.py $(POFILES)) >$@ + (cd $(srcdir) ; python postats.py "$(VERSION)" $(POFILES)) >$@ external_l10n.pot: $(top_srcdir)/lib/external_templates python $(srcdir)/lyx_pot.py -b $(top_srcdir) -o $@ -t external ${top_srcdir}/lib/external_templates