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]

[PATCH] porting-howto.xml, reminder


Hi,

I never got approval for this patch:
http://gcc.gnu.org/ml/libstdc++/2002-01/msg00314.html

It's pretty small, but it is necessary because it obtains
the docbookx.dtd from the canonical source, instead of
assuming that you have it installed in a relative path in
the GCC tree.
Is it OK?

Once I added that patch, then generating the HTML document
from porting-howto.xml was very simple.  On a Red Hat Linux
system with xsltproc and docbook-style-xsl RPM packages
installed, I merely typed:

xltproc -o porting-howto.html \
/usr/share/xml/docbook/xsl-stylesheets-1.48-2/html/docbook.xsl \
 porting-howto.xml


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


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