From 418fdf34b654503648e34f5a3a427adade441573 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Wed, 12 Oct 2005 15:46:27 +0000 Subject: [PATCH] adapt i18n stats to the new devel site git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@10542 a592a061-630c-0410-9148-cb99ea01b6c8 --- po/ChangeLog | 5 +++++ po/Makefile.in.in | 2 +- po/postats.sh | 12 ++++++------ 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/po/ChangeLog b/po/ChangeLog index ef41070d76..42ae0b6bbd 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,8 @@ +2005-10-12 Jean-Marc Lasgouttes + + * Makefile.in.in: + * postats.sh: adapt to new developers site. + 2005-10-03 Michael Gerz * de.po: tiny improvement by Hartmut Haase diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 6cd4e27b41..5976ea782b 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -308,7 +308,7 @@ $(srcdir)/default_ui_l10n.pot: $(top_srcdir)/lib/ui/default.ui } \ ' ../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. diff --git a/po/postats.sh b/po/postats.sh index 416b854ed1..ad157bb379 100755 --- a/po/postats.sh +++ b/po/postats.sh @@ -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 < @@ -307,7 +307,7 @@ while (list(\$foo,\$info) = each(\$podata)) { EOF }