diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-29 15:30:56 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-29 15:30:56 +0000 |
commit | c3ec3c44b44fc2ba4a9e7b7412c3cf8e633d634b (patch) | |
tree | 230493331b0ad753218aad7478ff9311e331a8d6 /libstdc++-v3/doc | |
parent | c79abec20ebecb541e1f6c89ee95d6b6c1948d9f (diff) | |
download | gcc-c3ec3c44b44fc2ba4a9e7b7412c3cf8e633d634b.tar.gz |
* Makefile.am (install-html, install-pdf): Add dummy targets.
* Makefile.in: Regenerate.
* doc/Makefile.am (install-html, install-pdf): Remove.
* doc/Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134795 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/doc')
-rw-r--r-- | libstdc++-v3/doc/Makefile.am | 9 | ||||
-rw-r--r-- | libstdc++-v3/doc/Makefile.in | 9 |
2 files changed, 2 insertions, 16 deletions
diff --git a/libstdc++-v3/doc/Makefile.am b/libstdc++-v3/doc/Makefile.am index 8f500088cb8..3b2cfbb0af7 100644 --- a/libstdc++-v3/doc/Makefile.am +++ b/libstdc++-v3/doc/Makefile.am @@ -226,14 +226,7 @@ doc-pdf-prince: $(xml_sources) ${glibcxx_builddir}/doc/pdf $(PRINCE) $(PRINCE_FLAGS) ${top_srcdir}/doc/xml/spine.xml -# No install-pdf, install-html support in automake yet -install-pdf: -install-html: - -# Installation of distribution html documentation not yet supported -# TODO: Write custom install-html rule. -.PHONY: install-html install-pdf \ - doc-doxygen-html doc-doxygen-man doc-performance +.PHONY: doc-doxygen-html doc-doxygen-man doc-performance # By adding these files here, automake will remove them for 'make clean' CLEANFILES = *.log diff --git a/libstdc++-v3/doc/Makefile.in b/libstdc++-v3/doc/Makefile.in index dc02af2cd5f..7ffe5766ce1 100644 --- a/libstdc++-v3/doc/Makefile.in +++ b/libstdc++-v3/doc/Makefile.in @@ -639,14 +639,7 @@ doc-pdf-prince: $(xml_sources) ${glibcxx_builddir}/doc/pdf @echo "Generating pdf prince files..." $(PRINCE) $(PRINCE_FLAGS) ${top_srcdir}/doc/xml/spine.xml -# No install-pdf, install-html support in automake yet -install-pdf: -install-html: - -# Installation of distribution html documentation not yet supported -# TODO: Write custom install-html rule. -.PHONY: install-html install-pdf \ - doc-doxygen-html doc-doxygen-man doc-performance +.PHONY: doc-doxygen-html doc-doxygen-man doc-performance # To remove directories. clean-local: |