Patch for porting-howto.xml

Craig Rodrigues rodrigc@mediaone.net
Thu Jan 17 23:09:00 GMT 2002


Hi,

This is how I got the software needed to compile
porting-howto.xml.  I am using Red Hat Linux 7.2.

Downloaded the following rpm's direct from a
standard Red Hat Linux 7.2
distribution:

docbook-dtd31-sgml-1.0-10
perl-SGMLSpm-1.03ii-4
docbook-dtd30-sgml-1.0-10
docbook-dtd40-sgml-1.0-11
docbook-dtd41-xml-1.0-7
docbook-style-dsssl-1.59-10
docbook-dtd412-xml-1.0-1
docbook-dtd41-sgml-1.0-10
libxslt-1.0.1-3

I needed to download these from Red Hat Rawhide, since
they are not in 7.2.
docbook-style-xsl-1.48-2  (This one contains docbook.xsl)
xml-common-0.6.3-7

I then typed:
  xsltproc -o porting-howto.html \
/usr/share/xml/docbook/xsl-stylesheets-1.48-2/html/docbook.xsl \
 porting-howto.xml

and it worked!!!

I needed to make one change though otherwise I got errors.
Can I check this in?

Index: porting-howto.xml
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/17_intro/porting-howto.xml,v
retrieving revision 1.3
diff -u -r1.3 porting-howto.xml
--- porting-howto.xml	2002/01/15 01:29:39	1.3
+++ porting-howto.xml	2002/01/18 07:08:22
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1//EN"
-                         "dtd/docbook-4/docbookx.dtd">
+                         "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
 
 <?xml-stylesheet type="text/xsl" href="docbook-xslt/docbook/html/docbook.xsl"?>
 

-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          



More information about the Libstdc++ mailing list