]> git.lyx.org Git - features.git/commitdiff
adapt i18n stats to the new devel site
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 12 Oct 2005 15:46:38 +0000 (15:46 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 12 Oct 2005 15:46:38 +0000 (15:46 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10543 a592a061-630c-0410-9148-cb99ea01b6c8

po/ChangeLog
po/Makefile.in.in
po/postats.sh

index b74d3a7eb296e6e1c073bd3bfe044454d0c52ff2..76d0920691229329bb32590e145a6884950f280c 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * Makefile.in.in:
+       * postats.sh: adapt to new developers site.
+
 2005-10-09  Lars Gullik Bjonnes  <larsbj@localhost.localdomain>
 
        * rename no.po to nb.po, remerge
index 4f5373f298979d5848501e1e57d17b7d3579f221..b32e83ad3b1c12436ab4017768ac2d23d8ea1593 100644 (file)
@@ -516,7 +516,7 @@ ui_l10n.pot: $(top_srcdir)/lib/ui/*.ui
                }' \
        ${top_srcdir}/lib/ui/*.ui > $@
 
-i18n.php3: $(POFILES)
+i18n.php: $(POFILES)
        (cd $(srcdir) ; ./postats.sh $(POFILES)) >$@
 
 force:
index 4b2dc91915bd36fe1ea58819d6809a99ead5c09c..74fdacd3c8434404f0b7227f615409be7ccf0190 100755 (executable)
@@ -13,7 +13,7 @@
 # and generates a PHP web page.
 #
 # Invocation:
-#    postats.sh po_files > "pathToWebPages"/i18n.php3
+#    postats.sh po_files > "pathToWebPages"/i18n.php
 
 # modifiy this when you change version
 # Note that an empty lyx_branch variable (ie cvs HEAD)
@@ -163,10 +163,10 @@ cat <<EOF
        // Who is the author?
        \$author="Michael Gerz";
        // Full name of the file (relative path from LyX home page -- i.e., it should
-       // be "foo.php3" or "bar/foo.php3")
-       \$file_full="i18n.php3";
+       // be "foo.php" or "bar/foo.php")
+       \$file_full="devel/i18n.php";
 
-       include("start.php3");
+       include("start.php");
 
        error_reporting(E_ALL);
 ?>
@@ -307,7 +307,7 @@ while (list(\$foo,\$info) = each(\$podata)) {
 </tbody>
 </table>
 <?
-include("end.php3");
+include("end.php");
 ?>
 EOF
 }