From 1194db1b094c2bb145552a071a8dfeb1b8d4d22f Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 13 Sep 2004 09:39:45 +0000 Subject: [PATCH] add i18n.php3 target git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8977 a592a061-630c-0410-9148-cb99ea01b6c8 --- po/ChangeLog | 5 +++++ po/Makefile.in.in | 3 +++ 2 files changed, 8 insertions(+) diff --git a/po/ChangeLog b/po/ChangeLog index 796eb9ec2c..5bba88d436 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,8 @@ +2004-09-10 Jean-Marc Lasgouttes + + * Makefile.in.in (i18n.php3): new target; this file is used in the + www-devel repository + 2004-08-03 Jean-Marc Lasgouttes * Makefile.in.in (POTFILES.in): fix portability problem with Mac diff --git a/po/Makefile.in.in b/po/Makefile.in.in index e86e53227d..83d3a469db 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -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. -- 2.39.5