The following pair of patches adapts postats.sh to the new site.

Committing now, along with some small changes to the site itself.

JMarc

Index: po/ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/po/ChangeLog,v
retrieving revision 1.156.2.109
diff -u -p -r1.156.2.109 ChangeLog
--- po/ChangeLog	3 Oct 2005 12:50:58 -0000	1.156.2.109
+++ po/ChangeLog	12 Oct 2005 15:43:55 -0000
@@ -1,3 +1,8 @@
+2005-10-12  Jean-Marc Lasgouttes  <[EMAIL PROTECTED]>
+
+	* Makefile.in.in:
+	* postats.sh: adapt to new developers site.
+
 2005-10-03  Michael Gerz  <[EMAIL PROTECTED]>
 
 	* de.po: tiny improvement by Hartmut Haase
Index: po/Makefile.in.in
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/po/Makefile.in.in,v
retrieving revision 1.28.2.9
diff -u -p -r1.28.2.9 Makefile.in.in
--- po/Makefile.in.in	27 Apr 2005 15:23:56 -0000	1.28.2.9
+++ po/Makefile.in.in	12 Oct 2005 15:43:55 -0000
@@ -308,7 +308,7 @@ $(srcdir)/default_ui_l10n.pot: $(top_src
             } \
             ' ../lib/ui/default.ui > default_ui_l10n.pot
 
-i18n.php3: $(POFILES)
+i18n.php: $(POFILES)
 	(cd $(srcdir) ; ./postats.sh $(POFILES)) >$@
 
 # Tell versions [3.59,3.63) of GNU make not to export all variables.
Index: po/postats.sh
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/po/postats.sh,v
retrieving revision 1.6.2.14
diff -u -p -r1.6.2.14 postats.sh
--- po/postats.sh	3 Oct 2005 12:51:41 -0000	1.6.2.14
+++ po/postats.sh	12 Oct 2005 15:43:55 -0000
@@ -13,12 +13,12 @@
 # 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)
 # will "do the right thing".
-lyx_version=1.3.6
+lyx_version=1.3.7cvs
 lyx_branch=BRANCH_1_3_X
 
 
@@ -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(\$podat
 </tbody>
 </table>
 <?
-include("end.php3");
+include("end.php");
 ?>
 EOF
 }
Index: po/ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/po/ChangeLog,v
retrieving revision 1.233
diff -u -p -r1.233 ChangeLog
--- po/ChangeLog	8 Oct 2005 23:59:17 -0000	1.233
+++ po/ChangeLog	12 Oct 2005 15:43:44 -0000
@@ -1,3 +1,8 @@
+2005-10-12  Jean-Marc Lasgouttes  <[EMAIL PROTECTED]>
+
+	* Makefile.in.in:
+	* postats.sh: adapt to new developers site.
+
 2005-10-09  Lars Gullik Bjonnes  <[EMAIL PROTECTED]>
 
 	* rename no.po to nb.po, remerge
Index: po/Makefile.in.in
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/po/Makefile.in.in,v
retrieving revision 1.53
diff -u -p -r1.53 Makefile.in.in
--- po/Makefile.in.in	15 Sep 2005 15:15:52 -0000	1.53
+++ po/Makefile.in.in	12 Oct 2005 15:43:44 -0000
@@ -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: po/postats.sh
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/po/postats.sh,v
retrieving revision 1.10
diff -u -p -r1.10 postats.sh
--- po/postats.sh	6 Sep 2005 17:20:44 -0000	1.10
+++ po/postats.sh	12 Oct 2005 15:43:44 -0000
@@ -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(\$podat
 </tbody>
 </table>
 <?
-include("end.php3");
+include("end.php");
 ?>
 EOF
 }

Reply via email to