summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/doc/Makefile.in
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2012-03-23 00:00:58 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2012-03-23 00:00:58 +0000
commit929d75c539ddd92e2ca39c25ac3b5114da6b5e57 (patch)
tree7aa434981bf47d311b64928ee3a10da228c3713b /libstdc++-v3/doc/Makefile.in
parentaf1bc032130ba0657b20a747f202a7bab133909b (diff)
downloadppe42-gcc-929d75c539ddd92e2ca39c25ac3b5114da6b5e57.tar.gz
ppe42-gcc-929d75c539ddd92e2ca39c25ac3b5114da6b5e57.zip
2012-03-22 Benjamin Kosnik <bkoz@redhat.com>
* doc/Makefile.am: XML output names have only .xml suffix. * doc/Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185716 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/doc/Makefile.in')
-rw-r--r--libstdc++-v3/doc/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/doc/Makefile.in b/libstdc++-v3/doc/Makefile.in
index 39c7e1f5b27..fe6ac634716 100644
--- a/libstdc++-v3/doc/Makefile.in
+++ b/libstdc++-v3/doc/Makefile.in
@@ -335,7 +335,7 @@ epubdir = "$(DESTDIR)@docdir@"
# Assumes doxygen, graphviz (with dot), pdflatex installed
doxygen_script = ${top_srcdir}/scripts/run_doxygen
doxygen_outdir = ${glibcxx_builddir}/doc/doxygen
-api_xml = ${doxygen_outdir}/xml/libstdc++-api-single.xml
+api_xml = ${doxygen_outdir}/xml/libstdc++-api.xml
doxygen_pdf = ${doxygen_outdir}/latex/refman.pdf
api_pdf = ${doxygen_outdir}/pdf/libstdc++-api.pdf
@@ -529,8 +529,8 @@ XMLLINT_FLAGS = --xinclude --nsclean --c14n --noent --noblanks --nocdata
# XML, all one page
# Some info on canonicalization
# http://www.mail-archive.com/help-texinfo@gnu.org/msg00864.html
-manual_xml = ${docbook_outdir}/xml/libstdc++-manual-single.xml
-set_xml = ${docbook_outdir}/xml/libstdc++-set-single.xml
+manual_xml = ${docbook_outdir}/xml/libstdc++-manual.xml
+set_xml = ${docbook_outdir}/xml/libstdc++-set.xml
# HTML, all one page
manual_html = ${docbook_outdir}/html/libstdc++-manual-single.html
OpenPOWER on IntegriCloud