* docs/html/Makefile: Follow up to libstdc++/14991, remove target.
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Oct 2007 19:55:41 +0000 (19:55 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Oct 2007 19:55:41 +0000 (19:55 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128909 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/Makefile

index ddd9d58..a9d3bdc 100644 (file)
@@ -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.
index a0b335a..f75752e 100644 (file)
@@ -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 $@ $<