]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/doc/xml/spine.xml
Convert documentation to DocBook.
authorBenjamin Kosnik <bkoz@redhat.com>
Mon, 11 Feb 2008 00:01:33 +0000 (00:01 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Mon, 11 Feb 2008 00:01:33 +0000 (00:01 +0000)
commit8a165db0c0682eeb722a8e4750acdde5b921db4c
tree9c37bc44363d015d83f53e9ff733daf4affc1973
parent71a9ddca7abcc5bf6ec2d0d895c778b8abcbedf5
Convert documentation to DocBook.

2008-02-10  Benjamin Kosnik  <bkoz@redhat.com>

Convert documentation to DocBook.
* doc/Makefile.am (doc-doxygen-html): Changed to doc-html-doxygen.
(doc-doxygen-man): Changed to doc-man-doxygen.
(doc-performance): Changed to doc-html-performance.
(doc-xml-doxygen): New.
(doc-xml-single): New.
(doc-xml-validate): New.
(doc-html): New.
(doc-html-single): New.
(doc-fo): New.
(doc-pdf): New.
(doc-pdf-fop-xml): New.
(doc-pdf-fop-fo): New.
(doc-pdf-xmlto): New.
(doc-pdf-xmlroff): New.
(doc-pdf-prince): New.
* doc/xml: New directory.
* doc/xml/authors.xml: New.
* doc/xml/images: New directory.
* doc/xml/images/confdeps.png: Add.
* doc/xml/images/confdeps.dot: Add.
* doc/xml/faq.xml: New.
* doc/xml/api.xml: New.
* doc/xml/gnu: New directory.
* doc/xml/gnu/gpl-3.0.xml: New.
* doc/xml/gnu/fdl-1.2.xml: New.
* doc/xml/gnu/gpl-2.0.xml: New.
* doc/xml/manual: New directory.
* doc/xml/manual/mt_allocator.xml: New.
* doc/xml/manual/allocator.xml: New.
* doc/xml/manual/ctype.xml: New.
* doc/xml/manual/numerics.xml: New.
* doc/xml/manual/codecvt.xml: New.
* doc/xml/manual/concurrency.xml: New.
* doc/xml/manual/backwards_compatibility.xml: New.
* doc/xml/manual/intro.xml: New.
* doc/xml/manual/shared_ptr.xml: New.
* doc/xml/manual/abi.xml: New.
* doc/xml/manual/status_cxxtr1.xml: New.
* doc/xml/manual/auto_ptr.xml: New.
* doc/xml/manual/build.xml: New.
* doc/xml/manual/internals.xml: New.
* doc/xml/manual/parallel_mode.xml: New.
* doc/xml/manual/status_cxx1998.xml: New.
* doc/xml/manual/containers.xml: New.
* doc/xml/manual/io.xml: New.
* doc/xml/manual/appendix_porting.xml: New.
* doc/xml/manual/utilities.xml: New.
* doc/xml/manual/bitmap_allocator.xml: New.
* doc/xml/manual/support.xml: New.
* doc/xml/manual/configure.xml: New.
* doc/xml/manual/build_hacking.xml: New.
* doc/xml/manual/evolution.xml: New.
* doc/xml/manual/using.xml: New.
* doc/xml/manual/debug.xml: New.
* doc/xml/manual/localization.xml: New.
* doc/xml/manual/strings.xml: New.
* doc/xml/manual/debug_mode.xml: New.
* doc/xml/manual/locale.xml: New.
* doc/xml/manual/extensions.xml: New.
* doc/xml/manual/appendix_contributing.xml: New.
* doc/xml/manual/messages.xml: New.
* doc/xml/manual/diagnostics.xml: New.
* doc/xml/manual/appendix_free.xml: New.
* doc/xml/manual/algorithms.xml: New.
* doc/xml/manual/iterators.xml: New.
* doc/xml/manual/spine.xml: New.
* doc/xml/manual/test.xml: New.
* doc/xml/manual/status_cxx200x.xml: New.
* doc/xml/spine.xml: New.

* doc/xml/book.txml: New. Template file.
* doc/xml/chapter.txml: Same.
* doc/xml/class.txml: Same.

* doc/doxygen/guide.html: Removed, integrated into other docs.
* doc/doxygen/user.cfg.in: Clean up XML generation.
* doc/doxygen/run_doxygen: Move to..
* scripts/run_doxygen: ...here.

* configure: Regenerate.
* Makefile.in: Regenerate.
* src/Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/Makefile.in: Regenerate.
* libmath/Makefile.in: Regenerate.
* include/Makefile.in: Regenerate.
* libsupc++/Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.
* aclocal.m4: Regenerate.

From-SVN: r132226
68 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/Makefile.in
libstdc++-v3/aclocal.m4
libstdc++-v3/configure
libstdc++-v3/doc/Makefile.am
libstdc++-v3/doc/Makefile.in
libstdc++-v3/doc/doxygen/guide.html [deleted file]
libstdc++-v3/doc/doxygen/user.cfg.in
libstdc++-v3/doc/xml/api.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/authors.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/book.txml [new file with mode: 0644]
libstdc++-v3/doc/xml/chapter.txml [new file with mode: 0644]
libstdc++-v3/doc/xml/class.txml [new file with mode: 0644]
libstdc++-v3/doc/xml/faq.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/gnu/fdl-1.2.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/gnu/gpl-2.0.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/gnu/gpl-3.0.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/images/confdeps.dot [new file with mode: 0644]
libstdc++-v3/doc/xml/images/confdeps.png [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/abi.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/algorithms.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/allocator.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/appendix_contributing.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/appendix_free.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/appendix_porting.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/auto_ptr.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/backwards_compatibility.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/bitmap_allocator.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/build.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/build_hacking.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/codecvt.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/concurrency.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/configure.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/containers.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/ctype.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/debug.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/debug_mode.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/diagnostics.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/evolution.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/extensions.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/internals.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/intro.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/io.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/iterators.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/locale.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/localization.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/messages.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/mt_allocator.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/numerics.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/parallel_mode.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/shared_ptr.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/spine.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/status_cxx1998.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/status_cxx200x.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/status_cxxtr1.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/strings.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/support.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/test.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/using.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/manual/utilities.xml [new file with mode: 0644]
libstdc++-v3/doc/xml/spine.xml [new file with mode: 0644]
libstdc++-v3/include/Makefile.in
libstdc++-v3/libmath/Makefile.in
libstdc++-v3/libsupc++/Makefile.in
libstdc++-v3/po/Makefile.in
libstdc++-v3/scripts/run_doxygen [moved from libstdc++-v3/doc/doxygen/run_doxygen with 96% similarity]
libstdc++-v3/src/Makefile.in
libstdc++-v3/testsuite/Makefile.in