diff options
author | Jonathan Wakely <jwakely.gcc@gmail.com> | 2007-10-01 19:55:41 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2007-10-01 20:55:41 +0100 |
commit | 96cbc7348fbf93470d31eebca7daa1aa0108a092 (patch) | |
tree | 7c2593efe470163693c86767d5aaf5a94e995ae4 | |
parent | 510335c8b641b778807e0cdb23ee5d838a56b1d9 (diff) | |
download | gcc-96cbc7348fbf93470d31eebca7daa1aa0108a092.zip gcc-96cbc7348fbf93470d31eebca7daa1aa0108a092.tar.gz gcc-96cbc7348fbf93470d31eebca7daa1aa0108a092.tar.bz2 |
* docs/html/Makefile: Follow up to libstdc++/14991, remove target.
From-SVN: r128909
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index ddd9d58..a9d3bdc 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2007-09-29 Jonathan Wakely <jwakely.gcc@gmail.com> + + * docs/html/Makefile: Follow up to libstdc++/14991, remove target. + 2007-09-28 Benjamin Kosnik <bkoz@redhat.com> * include/parallel/algorithmfwd.h: Spacing. diff --git a/libstdc++-v3/docs/html/Makefile b/libstdc++-v3/docs/html/Makefile index a0b335a..f75752e 100644 --- a/libstdc++-v3/docs/html/Makefile +++ b/libstdc++-v3/docs/html/Makefile @@ -31,10 +31,6 @@ faq/index.txt: faq/index.html 17_intro/porting.html: 17_intro/porting.texi ${MAKEINFO} -I ${INC} --html --no-split $< -o $@ -# known to work under RH; this can be cleaned up later if needed -17_intro/porting-howto.html: 17_intro/porting-howto.xml - xltproc -o $@ /usr/share/xml/docbook/xsl-stylesheets-1.48-2/html/docbook.xsl $< - 17_intro/confdeps.png: 17_intro/confdeps.dot dot -Tpng -o $@ $< |