mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-08 18:19:42 +00:00
add i18n.php3 target
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8977 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3bdb83776c
commit
1194db1b09
@ -1,3 +1,8 @@
|
|||||||
|
2004-09-10 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
|
* Makefile.in.in (i18n.php3): new target; this file is used in the
|
||||||
|
www-devel repository
|
||||||
|
|
||||||
2004-08-03 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
2004-08-03 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
* Makefile.in.in (POTFILES.in): fix portability problem with Mac
|
* Makefile.in.in (POTFILES.in): fix portability problem with Mac
|
||||||
|
@ -503,6 +503,9 @@ ui_l10n.pot: $(top_srcdir)/lib/ui/*.ui
|
|||||||
}' \
|
}' \
|
||||||
${top_srcdir}/lib/ui/*.ui > $@
|
${top_srcdir}/lib/ui/*.ui > $@
|
||||||
|
|
||||||
|
i18n.php3: $(POFILES)
|
||||||
|
(cd $(srcdir) ; ./postats.sh $(POFILES)) >$@
|
||||||
|
|
||||||
force:
|
force:
|
||||||
|
|
||||||
# Tell versions [3.59,3.63) of GNU make not to export all variables.
|
# Tell versions [3.59,3.63) of GNU make not to export all variables.
|
||||||
|
Loading…
Reference in New Issue
Block a user