dont use a tmp file

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5832 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-12-16 23:10:34 +00:00
parent 4c180ccef6
commit da5a42a841
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-12-17 Lars Gullik Bjønnes <larsbj@gullik.net>
* Makefile.in.in (l10n_pots): dont use a tmp file
2002-12-16 Lars Gullik Bjønnes <larsbj@gullik.net>
* Makefile.in.in (qt_l10n.pot): Fix a bug that resulted in too few

View File

@ -206,7 +206,7 @@ ${srcdir}/POTFILES.in: $(POTFILE_IN_DEPS)
l10n_pots: xforms_l10n.pot qt_l10n.pot layouts_l10n.pot languages_l10n.pot default_ui_l10n.pot
cat xforms_l10n.pot qt_l10n.pot layouts_l10n.pot languages_l10n.pot default_ui_l10n.pot > lyxtmp.pot && \
cat xforms_l10n.pot qt_l10n.pot layouts_l10n.pot languages_l10n.pot default_ui_l10n.pot | \
msguniq -o $(PACKAGE).po lyxtmp.pot
xforms_l10n.pot: $(top_srcdir)/src/frontends/xforms/forms/*.fd