goba Tue Sep 6 06:52:55 2005 EDT
Modified files:
/phpdoc configure.in manual.xml.in
Log:
as the option is --without the explanation should be 'exclusion', and the
varname should be EXCL
http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.232&r2=1.233&ty=u
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.232 phpdoc/configure.in:1.233
--- phpdoc/configure.in:1.232 Tue Sep 6 05:44:19 2005
+++ phpdoc/configure.in Tue Sep 6 06:52:54 2005
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.232 2005/09/06 09:44:19 nlopess Exp $
+dnl $Id: configure.in,v 1.233 2005/09/06 10:52:54 goba Exp $
dnl autoconf initialisation
AC_INIT()
@@ -540,22 +540,22 @@
dnl {{{ disable Internals documentation
-AC_MSG_CHECKING(for internals docs inclusion)
+AC_MSG_CHECKING(for internals docs exclusion)
AC_ARG_WITH(internals,
-[ --without-internals disable internals docs inclusion],
+[ --without-internals exclude internals documentation],
[
- INTERNALS_INCL_BEGIN="<!--"
- INTERNALS_INCL_END="-->"
- AC_MSG_RESULT([no])
+ INTERNALS_EXCL_BEGIN="<!--"
+ INTERNALS_EXCL_END="-->"
+ AC_MSG_RESULT([yes])
],[
- INTERNALS_INCL_BEGIN=""
- INTERNALS_INCL_END=""
- AC_MSG_RESULT([yes (default)])
+ INTERNALS_EXCL_BEGIN=""
+ INTERNALS_EXCL_END=""
+ AC_MSG_RESULT([no (default)])
])
-AC_SUBST(INTERNALS_INCL_BEGIN)
-AC_SUBST(INTERNALS_INCL_END)
+AC_SUBST(INTERNALS_EXCL_BEGIN)
+AC_SUBST(INTERNALS_EXCL_END)
dnl }}}
http://cvs.php.net/diff.php/phpdoc/manual.xml.in?r1=1.209&r2=1.210&ty=u
Index: phpdoc/manual.xml.in
diff -u phpdoc/manual.xml.in:1.209 phpdoc/manual.xml.in:1.210
--- phpdoc/manual.xml.in:1.209 Tue Sep 6 05:44:19 2005
+++ phpdoc/manual.xml.in Tue Sep 6 06:52:54 2005
@@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"@srcdir@/dtds/dbxml-4.1.2/docbookx.dtd" [
-<!-- $Revision: 1.209 $ -->
+<!-- $Revision: 1.210 $ -->
<!-- Add translated specific definitions and snippets -->
<!ENTITY % language-defs SYSTEM "@srcdir@/@LANGDIR@/language-defs.ent">
@@ -122,7 +122,7 @@
&addon.extensions;
- @INTERNALS_INCL_BEGIN@
+ @INTERNALS_EXCL_BEGIN@
<part id="internals">
<title>&Internals;</title>
&internals.intro;
@@ -130,7 +130,7 @@
&internals.zendapi.index;
&internals.extendphp3;
</part>
- @INTERNALS_INCL_END@
+ @INTERNALS_EXCL_END@
<part id="faq">
<title>&FAQ;</title>