Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

cvs: phpdoc / Makefile.in configure.in

0 views
Skip to first unread message

Moshe Doron

unread,
May 25, 2003, 5:38:13 AM5/25/03
to php...@lists.php.net
momo Sun May 25 05:38:13 2003 EDT

Modified files:
/phpdoc Makefile.in configure.in
Log:
patch for rtl langs.

Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.132 phpdoc/Makefile.in:1.133
--- phpdoc/Makefile.in:1.132 Sat May 17 05:30:23 2003
+++ phpdoc/Makefile.in Sun May 25 05:38:13 2003
@@ -13,7 +13,7 @@
#

#
-# $Id: Makefile.in,v 1.132 2003/05/17 09:30:23 goba Exp $
+# $Id: Makefile.in,v 1.133 2003/05/25 09:38:13 momo Exp $
#

all: html
@@ -61,6 +61,7 @@

PDF_FILES=@MANUAL@.pdf.bz2

+HACK_RTL_LANGS_AFTER_BUILD=@HACK_RTL_LANGS_AFTER_BUILD@ ./html
# }}}

@AUTOGENERATED_RULES@
@@ -160,6 +161,7 @@
html/index.html: manual.xml $(HTML_DEPS)
@test -d html || mkdir html
$(JADE) $(CATALOG) -d $(HTML_STYLESHEET) -V use-output-dir -t sgml $(XMLDCL) manual.xml
+ $(HACK_RTL_LANGS_AFTER_BUILD)

# still needs more tweaks!!
html_xsl: manual.xml zendapihtml
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.192 phpdoc/configure.in:1.193
--- phpdoc/configure.in:1.192 Fri May 23 13:51:33 2003
+++ phpdoc/configure.in Sun May 25 05:38:13 2003
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.192 2003/05/23 17:51:33 wez Exp $
+dnl $Id: configure.in,v 1.193 2003/05/25 09:38:13 momo Exp $

dnl autoconf initialisation
AC_INIT()
@@ -530,7 +530,7 @@

PHP_BUILD_DATE=`date '+%d-%m-%Y'`
LANG_HACK_FOR_HE="no"
-
+ HACK_RTL_LANGS_AFTER_BUILD=""
case $withval in
kr)
LANG="ko"
@@ -539,6 +539,7 @@
he)
LANG="en"
LANG_HACK_FOR_HE="yes"
+ HACK_RTL_LANGS_AFTER_BUILD="$PHP $srcdir/scripts/rtlpatch/rtlpatch.php"
LANGDIR="he"
;;
hk)
@@ -557,6 +558,7 @@
LANG=$withval
LANGDIR=$withval
esac
+ AC_SUBST(HACK_RTL_LANGS_AFTER_BUILD)
MANUAL="php_manual_$withval"
AC_MSG_RESULT( $withval )
fi


Gabor Hojtsy

unread,
May 25, 2003, 6:02:54 AM5/25/03
to moshe doron, php...@lists.php.net
The online version is "phpweb" or "php/index.php" or something like this
in the makefile.

moshe doron i'rta:
> i'm doesn't know to the most important build - the the online version, so if some one can do it for us, it 'll be nice.
>
>
> moshe

Moshe Doron

unread,
May 25, 2003, 5:49:40 AM5/25/03
to php...@lists.php.net
momo Sun May 25 05:49:40 2003 EDT

Modified files:
/phpdoc Makefile.in configure.in
Log:

fix for the last commit

Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.133 phpdoc/Makefile.in:1.134
--- phpdoc/Makefile.in:1.133 Sun May 25 05:38:13 2003
+++ phpdoc/Makefile.in Sun May 25 05:49:39 2003


@@ -13,7 +13,7 @@
#

#

-# $Id: Makefile.in,v 1.133 2003/05/25 09:38:13 momo Exp $
+# $Id: Makefile.in,v 1.134 2003/05/25 09:49:39 momo Exp $
#

all: html
@@ -61,7 +61,7 @@

PDF_FILES=@MANUAL@.pdf.bz2

-HACK_RTL_LANGS_AFTER_BUILD=@HACK_RTL_LANGS_AFTER_BUILD@ ./html
+HACK_RTL_LANGS_AFTER_BUILD=@HACK_RTL_LANGS_AFTER_BUILD@
# }}}

@AUTOGENERATED_RULES@
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.193 phpdoc/configure.in:1.194
--- phpdoc/configure.in:1.193 Sun May 25 05:38:13 2003
+++ phpdoc/configure.in Sun May 25 05:49:39 2003
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.193 2003/05/25 09:38:13 momo Exp $
+dnl $Id: configure.in,v 1.194 2003/05/25 09:49:39 momo Exp $

dnl autoconf initialisation
AC_INIT()
@@ -539,7 +539,7 @@


he)
LANG="en"
LANG_HACK_FOR_HE="yes"

- HACK_RTL_LANGS_AFTER_BUILD="$PHP $srcdir/scripts/rtlpatch/rtlpatch.php"
+ HACK_RTL_LANGS_AFTER_BUILD="$PHP $srcdir/scripts/rtlpatch/rtlpatch.php ./html"
LANGDIR="he"
;;
hk)


0 new messages