mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Do not keep the ancilliary *.pot files after they have been used
This commit is contained in:
parent
56e2448546
commit
4174da8484
@ -18,6 +18,7 @@ ${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)
|
||||
|
Loading…
Reference in New Issue
Block a user