This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
[v3] doc, add stripped titles
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Mon, 13 Sep 2010 11:49:54 -0700
- Subject: [v3] doc, add stripped titles
the docbook-4.5 to 5 transition stripped some titles. This adds them
back.
tested x86/linux
-benjamin
2010-09-13 Benjamin Kosnik <bkoz@redhat.com>
* doc/xml/api.xml: Add title.
* doc/xml/manual/spine.xml: Same.
* doc/xml/spine.xml: Same.
Index: doc/xml/api.xml
===================================================================
--- doc/xml/api.xml (revision 164251)
+++ doc/xml/api.xml (working copy)
@@ -3,8 +3,9 @@
<article xml:id="api" xreflabel="API">
<?dbhtml filename="api.html"?>
-<info><title>API Documentation</title>
-
+<title>The GNU C++ Library API Reference</title>
+
+<info>
<copyright>
<year>
2008
Index: doc/xml/manual/spine.xml
===================================================================
--- doc/xml/manual/spine.xml (revision 164251)
+++ doc/xml/manual/spine.xml (working copy)
@@ -2,6 +2,7 @@
<?dbhtml dir="manual"?>
<?dbhtml filename="spine.html"?>
+ <title>The GNU C++ Library Manual</title>
<info>
<copyright>
@@ -23,9 +24,12 @@
</xi:include>
<!-- Part 02 : Standard Contents -->
-<part xml:id="manual.std" xreflabel="Standard Contents"><info><title>
- Standard Contents
-</title></info>
+<part xml:id="manual.std" xreflabel="Standard Contents">
+<info>
+ <title>
+ Standard Contents
+ </title>
+</info>
<!-- Chapter 01 : Support -->
Index: doc/xml/spine.xml
===================================================================
--- doc/xml/spine.xml (revision 164251)
+++ doc/xml/spine.xml (working copy)
@@ -1,8 +1,10 @@
<set xmlns="http://docbook.org/ns/docbook" version="5.0"
xml:id="set-index"
- xreflabel="The GNU C++ Library Documentation">
+ xreflabel="The GNU C++ Library">
<?dbhtml filename="spine.html"?>
+ <title>The GNU C++ Library</title>
+
<info>
<copyright>
<year>2000</year>