mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
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:
parent
f00d27e6a0
commit
179ae3e843
@ -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
|
||||
|
@ -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 ' \
|
||||
|
Loading…
Reference in New Issue
Block a user