derick Mon Nov 1 16:12:11 2004 EDT
Modified files:
/phpdoc Makefile.in configure.in
Log:
- Added support for UTF 8 charset.
http://cvs.php.net/diff.php/phpdoc/Makefile.in?r1=1.154&r2=1.155&ty=u
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.154 phpdoc/Makefile.in:1.155
--- phpdoc/Makefile.in:1.154 Tue Oct 5 07:16:52 2004
+++ phpdoc/Makefile.in Mon Nov 1 16:12:09 2004
@@ -16,7 +16,7 @@
#
#
-# $Id: Makefile.in,v 1.154 2004/10/05 11:16:52 techtonik Exp $
+# $Id: Makefile.in,v 1.155 2004/11/01 21:12:09 derick Exp $
#
all: html
@@ -58,7 +58,7 @@
PHPWEB_DEPS=$(PHPWEB_STYLESHEET) dsssl/html-common.dsl dsssl/common.dsl zendapiphp
KDEVELOP_TOC_DEPS=dsssl/kdevelop_toc.dsl Makefile
[EMAIL PROTECTED]@.tar.bz2 @[EMAIL PROTECTED] @[EMAIL PROTECTED]
[EMAIL PROTECTED]@.tar.gz @[EMAIL PROTECTED]
MIRROR_TARGETS=php/index.php html/index.html $(DIST_FILES)
#MIRROR_TARGETS=phpweb_xsl html/index.html $(DIST_FILES)
http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.205&r2=1.206&ty=u
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.205 phpdoc/configure.in:1.206
--- phpdoc/configure.in:1.205 Sun Sep 19 08:59:30 2004
+++ phpdoc/configure.in Mon Nov 1 16:12:10 2004
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.205 2004/09/19 12:59:30 techtonik Exp $
+dnl $Id: configure.in,v 1.206 2004/11/01 21:12:10 derick Exp $
dnl autoconf initialisation
AC_INIT()
@@ -756,7 +756,7 @@
HTMLHELP_ENCODING="windows-1254"
;;
*)
- SP_OPTIONS=""
+ SP_OPTIONS="SP_ENCODING=XML SP_CHARSET_FIXED=YES"
;;
esac