]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* docs/html/Makefile: Follow up to libstdc++/14991, remove target.
authorJonathan Wakely <jwakely.gcc@gmail.com>
Sun, 14 Oct 2007 18:28:35 +0000 (18:28 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Sun, 14 Oct 2007 18:28:35 +0000 (19:28 +0100)
From-SVN: r129301

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

index 5b28deb8da54e63ce3ba2b30f4ab875f17dcea21..8169fa02b5fde92b787298cca3ccd909a73683b3 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-14  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * docs/html/Makefile: Follow up to libstdc++/14991, remove target.
+
 2007-10-14  Jonathan Wakely  <jwakely.gcc@gmail.com>
 
        * src/valarray-inst.cc, include/ext/atomicity.h,
index a0b335aaa2d33039cf66600f9aca774d75fb305f..f75752ee20cbef03fb2eb0d4424d10e7ae8874a2 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 $@ $<