fix stupid leftover

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5836 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-12-17 00:04:39 +00:00
parent f00d27e6a0
commit 179ae3e843
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2002-12-17 Lars Gullik Bjønnes <larsbj@gullik.net>
* Makefile.in.in (l10n_pots): fix stupid mistake
* remerge the po files with lyx.pot
* Makefile.in.in (l10n_pots): dont use a tmp file

View File

@ -207,7 +207,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 | \
msguniq -o $(PACKAGE).po lyxtmp.pot
msguniq -o $(PACKAGE).po
xforms_l10n.pot: $(top_srcdir)/src/frontends/xforms/forms/*.fd
awk ' \