This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3 patch] remove old target from docs/html/Makefile


This removes the makefile target for porting-howto.html because it's
not generated from the XML since http://gcc.gnu.org/PR14991 was fixed.

OK to commit?

Jon
Index: docs/html/Makefile
===================================================================
--- docs/html/Makefile	(revision 128885)
+++ docs/html/Makefile	(working copy)
@@ -31,10 +31,6 @@
 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 $@ $<
 

Attachment: ChangeLog
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]