From: redi Date: Mon, 1 Oct 2007 19:55:41 +0000 (+0000) Subject: * docs/html/Makefile: Follow up to libstdc++/14991, remove target. X-Git-Tag: upstream/4.9.2~45847 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=317a514f551bc1d3990c508c96c8af4bc0af28d6;p=platform%2Fupstream%2Flinaro-gcc.git * docs/html/Makefile: Follow up to libstdc++/14991, remove target. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128909 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 + + * docs/html/Makefile: Follow up to libstdc++/14991, remove target. + 2007-09-28 Benjamin Kosnik * 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 $@ $<