gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash configure.ac ChangeLog macros/docbook.m4 ...


From: Martin Guy
Subject: [Gnash-commit] gnash configure.ac ChangeLog macros/docbook.m4 ...
Date: Thu, 12 Jul 2007 09:31:51 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Martin Guy <martinwguy> 07/07/12 09:31:51

Modified files:
        .              : configure.ac ChangeLog 
        macros         : docbook.m4 
        doc/C/usermanual/installation: feature_configuration.xml 

Log message:
                * configure.ac,macros/docbook.m4,:
                  Document "make pdf and "make html" commands near 
--enable-docbook
                * doc/C/usermanual/installation/feature_configuration.xml:
                  document --enable-docbook configuration flag.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.354&r2=1.355
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3719&r2=1.3720
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/docbook.m4?cvsroot=gnash&r1=1.23&r2=1.24
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/usermanual/installation/feature_configuration.xml?cvsroot=gnash&r1=1.10&r2=1.11

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.354
retrieving revision 1.355
diff -u -b -r1.354 -r1.355
--- configure.ac        8 Jul 2007 13:53:37 -0000       1.354
+++ configure.ac        12 Jul 2007 09:31:50 -0000      1.355
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 dnl  
 
-dnl $Id: configure.ac,v 1.354 2007/07/08 13:53:37 martinwguy Exp $
+dnl $Id: configure.ac,v 1.355 2007/07/12 09:31:50 martinwguy Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, cvs)
@@ -1265,7 +1265,7 @@
 echo "Configured paths for ${build} are:"
 
 if test x"$docbook" = x"yes"; then
-  echo "        DocBook document processing enabled"
+  echo '        DocBook document processing enabled (for "make html" and "make 
pdf")'
   if test x"$docbook_styles" != x; then
     echo "        Docbook styles sheets in $docbook_styles"
   fi

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3719
retrieving revision 1.3720
diff -u -b -r1.3719 -r1.3720
--- ChangeLog   12 Jul 2007 02:33:27 -0000      1.3719
+++ ChangeLog   12 Jul 2007 09:31:50 -0000      1.3720
@@ -1,12 +1,21 @@
+2007-07-12 Martin Guy <address@hidden>
+
+       * configure.ac,macros/docbook.m4,:
+         Document "make pdf and "make html" commands near --enable-docbook
+       * doc/C/usermanual/installation/feature_configuration.xml:
+         document --enable-docbook configuration flag.
+
 2007-07-12 Zou Lunkai <address@hidden>
 
-       * testsuite/actionscript.all/case.as: add tests for _name and _target, 
they
-       are not converted to lower case with swf6.
+       * testsuite/actionscript.all/case.as: add tests for _name and _target,
+         they are not converted to lower case with swf6.
 
 2007-07-12 Zou Lunkai <address@hidden>
 
-       * testsuite/actionscript.all/case.as: add macros for version dependent 
tests.
-       * testsuite/actionscript.all/Makefile.am: activate enumerate.as and 
case.as.
+       * testsuite/actionscript.all/case.as: add macros for version dependent
+         tests.
+       * testsuite/actionscript.all/Makefile.am: activate enumerate.as and
+         case.as.
 
 2007-07-11 Sandro Santilli <address@hidden>
 

Index: macros/docbook.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/docbook.m4,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- macros/docbook.m4   1 Jul 2007 10:54:11 -0000       1.23
+++ macros/docbook.m4   12 Jul 2007 09:31:51 -0000      1.24
@@ -16,7 +16,7 @@
 
 AC_DEFUN([GNASH_DOCBOOK], [
 
-  AC_ARG_ENABLE(docbook, AC_HELP_STRING([--enable-docbook], [Enable support 
for building documentation]),
+  AC_ARG_ENABLE(docbook, AC_HELP_STRING([--enable-docbook], [Enable support 
for building documentation with "make html" and "make pdf"]),
   [case "${enableval}" in
     yes) docbook=yes ;;
     no)  docbook=no ;;

Index: doc/C/usermanual/installation/feature_configuration.xml
===================================================================
RCS file: 
/sources/gnash/gnash/doc/C/usermanual/installation/feature_configuration.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- doc/C/usermanual/installation/feature_configuration.xml     9 Jul 2007 
01:42:10 -0000       1.10
+++ doc/C/usermanual/installation/feature_configuration.xml     12 Jul 2007 
09:31:51 -0000      1.11
@@ -50,6 +50,16 @@
   </varlistentry>
 
   <varlistentry>
+    <term>--enable-docbook</term>
+    <listitem>
+      <para>
+        Enable the generation of html and pdf versions of the documentation
+       from the XML. You will then be able to use "make html" and "make pdf".
+      </para>
+    </listitem>
+  </varlistentry>
+
+  <varlistentry>
     <term>--enable-embedded</term>
     <listitem>
       <para>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]