aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2017-02-06 10:26:59 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2017-02-06 10:26:59 +0000
commitef7df1533834873ae913f00bc1378fb7f00271ea (patch)
treed81862ed70eebb86dbc3693df10212c8d39ad2e9
parentdf9e7ffb63a20f30f35a619dba091acf23d2f1b4 (diff)
downloadgcc-ef7df1533834873ae913f00bc1378fb7f00271ea.zip
gcc-ef7df1533834873ae913f00bc1378fb7f00271ea.tar.gz
gcc-ef7df1533834873ae913f00bc1378fb7f00271ea.tar.bz2
documentation_hacking.xml: Remove obsolete link to DocBook Publishing Tools.
* doc/xml/manual/documentation_hacking.xml: Remove obsolete link to DocBook Publishing Tools. epubcheck has moved to GitHub. Update URL of the DocBook Element Reference; use that term as link description instead of "online". From-SVN: r245205
-rw-r--r--libstdc++-v3/ChangeLog8
-rw-r--r--libstdc++-v3/doc/xml/manual/documentation_hacking.xml12
2 files changed, 13 insertions, 7 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 0d6f5d0..c69adcd 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,11 @@
+2017-02-06 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/xml/manual/documentation_hacking.xml: Update URL of the
+ DocBook Element Reference. Use that term as link description
+ instead of "online".
+ epubcheck has moved to GitHub.
+ Remove obsolete link to DocBook Publishing Tools.
+
2017-02-03 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/66145
diff --git a/libstdc++-v3/doc/xml/manual/documentation_hacking.xml b/libstdc++-v3/doc/xml/manual/documentation_hacking.xml
index c97bd02..dbfd6c2 100644
--- a/libstdc++-v3/doc/xml/manual/documentation_hacking.xml
+++ b/libstdc++-v3/doc/xml/manual/documentation_hacking.xml
@@ -765,9 +765,8 @@
For PDF output, something that transforms valid Docbook XML to PDF is
required. Possible solutions include <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://dblatex.sourceforge.net">dblatex</link>,
<command>xmlto</command>, or <command>prince</command>. Of
- these, <command>dblatex</command> is the default. Other
- options are listed on the DocBook web <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://wiki.docbook.org/topic/DocBookPublishingTools">pages</link>. Please
- consult the <email>libstdc++@gcc.gnu.org</email> list when
+ these, <command>dblatex</command> is the default.
+ Please consult the <email>libstdc++@gcc.gnu.org</email> list when
preparing printed manuals for current best practice and
suggestions.
</para>
@@ -778,7 +777,7 @@
</para>
<para>
- For epub output, the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://sourceforge.net/projects/docbook/files/epub3/">stylesheets</link> for EPUB3 are required. These stylesheets are still in development. To validate the created file, <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://code.google.com/p/epubcheck/">epubcheck</link> is necessary.
+ For epub output, the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://sourceforge.net/projects/docbook/files/epub3/">stylesheets</link> for EPUB3 are required. These stylesheets are still in development. To validate the created file, <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://github.com/IDPF/epubcheck">epubcheck</link> is necessary.
</para>
</section>
@@ -1022,9 +1021,8 @@ make <literal>XSL_STYLE_DIR="/usr/share/xml/docbook/stylesheet/nwalsh"</literal>
<para>
- Complete details on Docbook markup can be found in the DocBook
- Element Reference,
- <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.docbook.org/tdg/en/html/part2.html">online</link>.
+ Complete details on Docbook markup can be found in the
+ <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://tdg.docbook.org/tdg/5.0/ref-elements.html">DocBook Element Reference</link>.
An incomplete reference for HTML to Docbook conversion is
detailed in the table below.
</para>