]> git.lyx.org Git - lyx.git/blobdiff - po/Rules-lyx
Update previews after doing a find/replace (#7242)
[lyx.git] / po / Rules-lyx
index fc5f63995d26f52bcde261ff904365cfbf83e7f5..01883c4c45c079e84b1e50d9b07db4a63388d887 100644 (file)
@@ -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 $^