X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=po%2FRules-lyx;h=6ae460c5e6516b8cd2710e0e216f3e70d15dec51;hb=7f1cb306f942709601314f3e396f0e01defdc45d;hp=a70a61d1c48e0bb15c437153d56b64e88c31f571;hpb=bb04dcdd26f6911e2227fcd16779fb54f407fd92;p=lyx.git diff --git a/po/Rules-lyx b/po/Rules-lyx index a70a61d1c4..6ae460c5e6 100644 --- a/po/Rules-lyx +++ b/po/Rules-lyx @@ -7,7 +7,7 @@ POTFILE_IN_DEPS = $(shell find $(top_srcdir)/src -name Makefile.am) $(DOMAIN).pot-update: l10n_pots -# The ui_*.h and moc_*.cpp filters must match the patterns in src/frontends/qt4/Makefile.am +# The ui_*.h and moc_*.cpp filters must match the patterns in src/frontends/qt/Makefile.am ${srcdir}/POTFILES.in: $(POTFILE_IN_DEPS) LC_ALL=C ; export LC_ALL ; \ rm -f $@-t \ @@ -16,15 +16,15 @@ ${srcdir}/POTFILES.in: $(POTFILE_IN_DEPS) sort | uniq ) > $@-t \ && mv $@-t $@ -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 +l10n_pots: qt_l10n.pot layouts_l10n.pot languages_l10n.pot latexfonts_l10n.pot encodings_l10n.pot ui_l10n.pot external_l10n.pot formats_l10n.pot examples_templates_l10n.pot tabletemplates_l10n.pot cat $^ | msguniq -o $(DOMAIN).po rm $^ LYX_POT = LC_ALL=C ; export LC_ALL ; \ $(PYTHON) $(srcdir)/lyx_pot.py -b $(top_srcdir) -qt4_l10n.pot: $(top_srcdir)/src/frontends/qt4/ui/*.ui - $(LYX_POT) -o $@ -t qt4 $^ +qt_l10n.pot: $(top_srcdir)/src/frontends/qt/ui/*.ui + $(LYX_POT) -o $@ -t qt $^ layouts_l10n.pot: $(top_srcdir)/lib/layouts/*.layout \ $(top_srcdir)/lib/layouts/*.inc \ @@ -35,8 +35,8 @@ layouts_l10n.pot: $(top_srcdir)/lib/layouts/*.layout \ # Read translatable strings from layouts and translations from the po files and # create the layouttranslations file containing all LaTeX relevant translations $(top_srcdir)/lib/layouttranslations: $(POFILES) $(top_srcdir)/lib/layouts/*.layout \ - $(top_srcdir)/lib/layouts/*.inc $(top_srcdir)/lib/layouts/*.module $(top_srcdir)/lib/citeengines/*.citeengines - $(LYX_POT) -o $@ -t layouttranslations ${top_srcdir}/lib/layouts/*.layout ${top_srcdir}/lib/layouts/*.inc ${top_srcdir}/lib/layouts/*.module $(top_srcdir)/lib/citeengines/*.citeengines + $(top_srcdir)/lib/layouts/*.inc $(top_srcdir)/lib/layouts/*.module $(top_srcdir)/lib/citeengines/*.citeengine + $(LYX_POT) -o $@ -t layouttranslations ${top_srcdir}/lib/layouts/*.layout ${top_srcdir}/lib/layouts/*.inc ${top_srcdir}/lib/layouts/*.module $(top_srcdir)/lib/citeengines/*.citeengine languages_l10n.pot: $(top_srcdir)/lib/languages $(LYX_POT) -o $@ -t languages $^ @@ -50,12 +50,19 @@ encodings_l10n.pot: $(top_srcdir)/lib/encodings ui_l10n.pot: $(top_srcdir)/lib/ui/*.ui $(top_srcdir)/lib/ui/*.inc $(LYX_POT) -o $@ -t ui $^ -external_l10n.pot: $(top_srcdir)/lib/external_templates +external_l10n.pot: $(top_srcdir)/lib/xtemplates/*.xtemplate $(LYX_POT) -o $@ -t external $^ formats_l10n.pot: $(top_srcdir)/lib/configure.py $(LYX_POT) -o $@ -t formats $^ +examples_templates_l10n.pot: $(top_srcdir)/lib/examples/* \ + $(top_srcdir)/lib/templates/* + $(LYX_POT) -o $@ -t examples_templates $^ + +tabletemplates_l10n.pot: $(top_srcdir)/lib/tabletemplates/*.lyx + $(LYX_POT) -o $@ -t tabletemplates $^ + # LyX specific code to generate l10n statistics for the web site i18n.inc: $(POFILES) postats.py $(PYTHON) $(srcdir)/postats.py "$(VERSION)" $(POFILES) >$@