X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=po%2FRules-lyx;h=01883c4c45c079e84b1e50d9b07db4a63388d887;hb=017c957a9c494219b7b9f63f027d9efa0da163be;hp=9ea79193a1997e79beae5aa0e54090d6ce1c6d8d;hpb=a57a2d9acfc2a36084d2f322f5089203ae89fc9e;p=lyx.git diff --git a/po/Rules-lyx b/po/Rules-lyx index 9ea79193a1..01883c4c45 100644 --- a/po/Rules-lyx +++ b/po/Rules-lyx @@ -18,9 +18,10 @@ ${srcdir}/POTFILES.in: $(POTFILE_IN_DEPS) l10n_pots: qt4_l10n.pot layouts_l10n.pot languages_l10n.pot latexfonts_l10n.pot encodings_l10n.pot ui_l10n.pot external_l10n.pot formats_l10n.pot cat $^ | msguniq -o $(DOMAIN).po + rm $^ LYX_POT = LC_ALL=C ; export LC_ALL ; \ - $(PYTHON) $(srcdir)/lyx_pot.py -b $(top_srcdir) + $(PYTHON) $(srcdir)/lyx_pot.py -b $(top_srcdir) qt4_l10n.pot: $(top_srcdir)/src/frontends/qt4/ui/*.ui $(LYX_POT) -o $@ -t qt4 $^ @@ -33,7 +34,7 @@ layouts_l10n.pot: $(top_srcdir)/lib/layouts/*.layout \ #FIXME: I am not sure what this does. Why read the po files in this case? $(top_srcdir)/lib/layouttranslations: $(POFILES) $(top_srcdir)/lib/layouts/*.layout \ $(top_srcdir)/lib/layouts/*.inc $(top_srcdir)/lib/layouts/*.module - $(LYX_POT) -o $@ -t layouttranslations ${top_srcdir}/lib/layouts/*.layout ${top_srcdir}/lib/layouts/*.inc ${top_srcdir}/lib/layouts/*.module + $(LYX_POT) -o $@ -t layouttranslations ${top_srcdir}/lib/layouts/*.layout ${top_srcdir}/lib/layouts/*.inc ${top_srcdir}/lib/layouts/*.module languages_l10n.pot: $(top_srcdir)/lib/languages $(LYX_POT) -o $@ -t languages $^