summaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2007-10-01 19:55:41 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2007-10-01 19:55:41 +0000
commit317a514f551bc1d3990c508c96c8af4bc0af28d6 (patch)
tree7c2593efe470163693c86767d5aaf5a94e995ae4 /libstdc++-v3/docs
parent34f157252d3856c09d43e61cda65c9a08c4db239 (diff)
downloadgcc-317a514f551bc1d3990c508c96c8af4bc0af28d6.tar.gz
* 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
Diffstat (limited to 'libstdc++-v3/docs')
-rw-r--r--libstdc++-v3/docs/html/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/libstdc++-v3/docs/html/Makefile b/libstdc++-v3/docs/html/Makefile
index a0b335aaa2d..f75752ee20c 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 $@ $<