mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
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
This commit is contained in:
parent
aac4f66d96
commit
418fdf34b6
@ -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-03 Michael Gerz <michael.gerz@teststep.org>
|
2005-10-03 Michael Gerz <michael.gerz@teststep.org>
|
||||||
|
|
||||||
* de.po: tiny improvement by Hartmut Haase
|
* de.po: tiny improvement by Hartmut Haase
|
||||||
|
@ -308,7 +308,7 @@ $(srcdir)/default_ui_l10n.pot: $(top_srcdir)/lib/ui/default.ui
|
|||||||
} \
|
} \
|
||||||
' ../lib/ui/default.ui > default_ui_l10n.pot
|
' ../lib/ui/default.ui > default_ui_l10n.pot
|
||||||
|
|
||||||
i18n.php3: $(POFILES)
|
i18n.php: $(POFILES)
|
||||||
(cd $(srcdir) ; ./postats.sh $(POFILES)) >$@
|
(cd $(srcdir) ; ./postats.sh $(POFILES)) >$@
|
||||||
|
|
||||||
# Tell versions [3.59,3.63) of GNU make not to export all variables.
|
# Tell versions [3.59,3.63) of GNU make not to export all variables.
|
||||||
|
@ -13,12 +13,12 @@
|
|||||||
# and generates a PHP web page.
|
# and generates a PHP web page.
|
||||||
#
|
#
|
||||||
# Invocation:
|
# Invocation:
|
||||||
# postats.sh po_files > "pathToWebPages"/i18n.php3
|
# postats.sh po_files > "pathToWebPages"/i18n.php
|
||||||
|
|
||||||
# modifiy this when you change version
|
# modifiy this when you change version
|
||||||
# Note that an empty lyx_branch variable (ie cvs HEAD)
|
# Note that an empty lyx_branch variable (ie cvs HEAD)
|
||||||
# will "do the right thing".
|
# will "do the right thing".
|
||||||
lyx_version=1.3.6
|
lyx_version=1.3.7cvs
|
||||||
lyx_branch=BRANCH_1_3_X
|
lyx_branch=BRANCH_1_3_X
|
||||||
|
|
||||||
|
|
||||||
@ -163,10 +163,10 @@ cat <<EOF
|
|||||||
// Who is the author?
|
// Who is the author?
|
||||||
\$author="Michael Gerz";
|
\$author="Michael Gerz";
|
||||||
// Full name of the file (relative path from LyX home page -- i.e., it should
|
// Full name of the file (relative path from LyX home page -- i.e., it should
|
||||||
// be "foo.php3" or "bar/foo.php3")
|
// be "foo.php" or "bar/foo.php")
|
||||||
\$file_full="i18n.php3";
|
\$file_full="devel/i18n.php";
|
||||||
|
|
||||||
include("start.php3");
|
include("start.php");
|
||||||
|
|
||||||
error_reporting(E_ALL);
|
error_reporting(E_ALL);
|
||||||
?>
|
?>
|
||||||
@ -307,7 +307,7 @@ while (list(\$foo,\$info) = each(\$podata)) {
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<?
|
<?
|
||||||
include("end.php3");
|
include("end.php");
|
||||||
?>
|
?>
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user