File tree 6 files changed +12
-12
lines changed
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; }
18686
18686
fi
18687
18687
18688
18688
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; }
18691
18691
if ${pgac_cv_check_docbook+:} false; then :
18692
18692
$as_echo_n "(cached) " >&6
18693
18693
else
18694
18694
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">
18696
18696
<book>
18697
18697
<title>test</title>
18698
18698
<chapter>
Original file line number Diff line number Diff line change 2257
2257
# Check for DocBook and tools
2258
2258
#
2259
2259
PGAC_PATH_XMLLINT
2260
- PGAC_CHECK_DOCBOOK(4.2 )
2260
+ PGAC_CHECK_DOCBOOK(4.5 )
2261
2261
PGAC_PATH_PROGS(DBTOEPUB, dbtoepub)
2262
2262
PGAC_PATH_PROGS(XSLTPROC, xsltproc)
2263
2263
PGAC_PATH_PROGS(FOP, fop)
Original file line number Diff line number Diff line change 84
84
<listitem>
85
85
<para>
86
86
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
88
88
the <acronym>XML</acronym> variant of the DocBook DTD, not
89
89
the <acronym>SGML</acronym> variant.
90
90
</para>
@@ -214,7 +214,7 @@ apt-get install docbook-xml docbook-xsl fop libxml2-utils xsltproc
214
214
<para>
215
215
If you use MacPorts, the following will get you set up:
216
216
<programlisting>
217
- sudo port install docbook-xml-4.2 docbook-xsl fop
217
+ sudo port install docbook-xml-4.5 docbook-xsl fop
218
218
</programlisting>
219
219
If you use Homebrew, use this:
220
220
<programlisting>
@@ -234,7 +234,7 @@ brew install docbook docbook-xsl fop
234
234
like this:
235
235
<screen>
236
236
checking for xmllint... xmllint
237
- checking for DocBook XML V4.2 ... yes
237
+ checking for DocBook XML V4.5 ... yes
238
238
checking for dbtoepub... dbtoepub
239
239
checking for xsltproc... xsltproc
240
240
checking for fop... fop
Original file line number Diff line number Diff line change 1
1
<!-- doc/src/sgml/postgres.sgml -->
2
2
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"
5
5
[
6
6
7
7
<!ENTITY % version SYSTEM "version.sgml">
Original file line number Diff line number Diff line change 1
1
<?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">
3
3
<!--
4
4
This file contains the stand-alone installation instructions that end up in
5
5
the 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.
16
16
-->
17
17
18
18
<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" />
21
21
22
22
<!-- copy everything by default -->
23
23
You can’t perform that action at this time.
0 commit comments