mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
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:
parent
4c180ccef6
commit
da5a42a841
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user