]> git.lyx.org Git - lyx.git/blobdiff - po/Rules-lyx
Add submenu to math context menu
[lyx.git] / po / Rules-lyx
index d9dae4023e3d2e1a8975245c08266c87a76194b9..d49dfdff6e626fc7668a85b1f222319dfd2ba5c4 100644 (file)
@@ -16,7 +16,7 @@ ${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 examples_templates_l10n.pot
+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 examples_templates_l10n.pot tabletemplates_l10n.pot
        cat $^ | msguniq -o $(DOMAIN).po
        rm $^
 
@@ -60,6 +60,9 @@ 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) >$@