From f5b76d553363a436758e9df8ac17ce5b3d6d923d Mon Sep 17 00:00:00 2001 From: nlopess Date: Wed, 14 Apr 2004 15:25:57 +0000 Subject: [PATCH] allow make revcheck --- .gitignore | 1 + docs/.cvsignore | 1 + docs/Makefile.in | 4 ++++ docs/README | 4 ++++ docs/scripts/revcheck.php | 6 ++++-- 5 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0e950675..3b5e3c94 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,6 @@ docs/entities/version.ent docs/html docs/manual.xml docs/phpweb +docs/revcheck.html docs/scripts/file-entities.php /templates_c diff --git a/docs/.cvsignore b/docs/.cvsignore index 9fc26034..5fa6a70a 100644 --- a/docs/.cvsignore +++ b/docs/.cvsignore @@ -7,3 +7,4 @@ config.* html phpweb diff +revcheck.html diff --git a/docs/Makefile.in b/docs/Makefile.in index 5a6c1de9..9f3aa45b 100755 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -52,10 +52,14 @@ test: $(NSGMLS) -i lang-$(LANG) -s $(XMLDCL) manual.xml +revcheck: FORCE + $(PHP) -f scripts/revcheck.php $(LANG) > revcheck.html + # {{{ cleanup clean: rm -f Makefile config.* manual.xml configure entities/version.ent *.fot dsssl/html-common.dsl + rm -f revcheck.html file-entities.php rm -fr autom4te.cache html phpweb # }}} diff --git a/docs/README b/docs/README index e962b18e..87c8c4a0 100644 --- a/docs/README +++ b/docs/README @@ -15,5 +15,9 @@ MAKE: * make (to make plain html) * make web (to make docs for website) +Revision Tracking (for translations): + * make revcheck (this will create revcheck.html) + + You should have libxml and autoconf installed in your system. Read http://php.net/manual/howto/chapter-tools.html for more info. diff --git a/docs/scripts/revcheck.php b/docs/scripts/revcheck.php index e30de9cc..f3164050 100755 --- a/docs/scripts/revcheck.php +++ b/docs/scripts/revcheck.php @@ -1,8 +1,7 @@ -#!/usr/bin/php -q