File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -18686,13 +18686,13 @@ $as_echo "$XMLLINT" >&6; }
1868618686fi
1868718687
1868818688
18689- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DocBook XML V4.2 " >&5
18690- $as_echo_n "checking for DocBook XML V4.2 ... " >&6; }
18689+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DocBook XML V4.5 " >&5
18690+ $as_echo_n "checking for DocBook XML V4.5 ... " >&6; }
1869118691if ${pgac_cv_check_docbook+:} false; then :
1869218692 $as_echo_n "(cached) " >&6
1869318693else
1869418694 cat >conftest.xml <<EOF
18695- <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2 //EN" "http://www.oasis-open.org/docbook/xml/4.2 /docbookx.dtd">
18695+ <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5 //EN" "http://www.oasis-open.org/docbook/xml/4.5 /docbookx.dtd">
1869618696<book>
1869718697 <title>test</title>
1869818698 <chapter>
Original file line number Diff line number Diff line change 22572257# Check for DocBook and tools
22582258#
22592259PGAC_PATH_XMLLINT
2260- PGAC_CHECK_DOCBOOK(4.2 )
2260+ PGAC_CHECK_DOCBOOK(4.5 )
22612261PGAC_PATH_PROGS(DBTOEPUB, dbtoepub)
22622262PGAC_PATH_PROGS(XSLTPROC, xsltproc)
22632263PGAC_PATH_PROGS(FOP, fop)
Original file line number Diff line number Diff line change 8484 <listitem>
8585 <para>
8686 This is the definition of DocBook itself. We currently use version
87- 4.2 ; you cannot use later or earlier versions. You need
87+ 4.5 ; you cannot use later or earlier versions. You need
8888 the <acronym>XML</acronym> variant of the DocBook DTD, not
8989 the <acronym>SGML</acronym> variant.
9090 </para>
@@ -214,7 +214,7 @@ apt-get install docbook-xml docbook-xsl fop libxml2-utils xsltproc
214214 <para>
215215 If you use MacPorts, the following will get you set up:
216216<programlisting>
217- sudo port install docbook-xml-4.2 docbook-xsl fop
217+ sudo port install docbook-xml-4.5 docbook-xsl fop
218218</programlisting>
219219 If you use Homebrew, use this:
220220<programlisting>
@@ -234,7 +234,7 @@ brew install docbook docbook-xsl fop
234234 like this:
235235<screen>
236236checking for xmllint... xmllint
237- checking for DocBook XML V4.2 ... yes
237+ checking for DocBook XML V4.5 ... yes
238238checking for dbtoepub... dbtoepub
239239checking for xsltproc... xsltproc
240240checking for fop... fop
Original file line number Diff line number Diff line change 11<!-- doc/src/sgml/postgres.sgml -->
22
3- <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2 //EN"
4- "http://www.oasis-open.org/docbook/xml/4.2 /docbookx.dtd"
3+ <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5 //EN"
4+ "http://www.oasis-open.org/docbook/xml/4.5 /docbookx.dtd"
55[
66
77<!ENTITY % version SYSTEM "version.sgml">
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2 //EN" "http://www.oasis-open.org/docbook/xml/4.2 /docbookx.dtd">
2+ <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5 //EN" "http://www.oasis-open.org/docbook/xml/4.5 /docbookx.dtd">
33<!--
44This file contains the stand-alone installation instructions that end up in
55the INSTALL file. This document stitches together parts of the installation
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ variant without links and references to the main documentation.
1616-->
1717
1818<xsl : output
19- doctype-public =" -//OASIS//DTD DocBook XML V4.2 //EN"
20- doctype-system =" http://www.oasis-open.org/docbook/xml/4.2 /docbookx.dtd" />
19+ doctype-public =" -//OASIS//DTD DocBook XML V4.5 //EN"
20+ doctype-system =" http://www.oasis-open.org/docbook/xml/4.5 /docbookx.dtd" />
2121
2222<!-- copy everything by default -->
2323
You can’t perform that action at this time.
0 commit comments