]> git.lyx.org Git - features.git/commitdiff
add i18n.php3 target
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 13 Sep 2004 09:39:45 +0000 (09:39 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 13 Sep 2004 09:39:45 +0000 (09:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8977 a592a061-630c-0410-9148-cb99ea01b6c8

po/ChangeLog
po/Makefile.in.in

index 796eb9ec2c3a37615776100e03836d398fd0cead..5bba88d4363908edfccd08e797ae7655912b1783 100644 (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
index e86e53227d08042ca9a67210ac7c1da239a97a0b..83d3a469db4d7c0b146e37aed90edcf34915bc7d 100644 (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.