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:
Jean-Marc Lasgouttes 2004-09-13 09:39:45 +00:00
parent 3bdb83776c
commit 1194db1b09
2 changed files with 8 additions and 0 deletions

View File

@ -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>
* Makefile.in.in (POTFILES.in): fix portability problem with Mac

View File

@ -503,6 +503,9 @@ ui_l10n.pot: $(top_srcdir)/lib/ui/*.ui
}' \
${top_srcdir}/lib/ui/*.ui > $@
i18n.php3: $(POFILES)
(cd $(srcdir) ; ./postats.sh $(POFILES)) >$@
force:
# Tell versions [3.59,3.63) of GNU make not to export all variables.