>>> +manpages/tgtd.8: tgtd.8.xml >>> + -test -z "$(XSLTPROC)" || $(XSLTPROC) -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< >>> + >>> +htmlpages/tgtd.8.html: tgtd.8.xml >>> + -test -z "$(XSLTPROC)" || $(XSLTPROC) -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $< >> It means that it tries to connect to docbook.sf.net? If so, can we use >> the local files instead? > > Good point. > I have updated the makefile to use the local files. Attached is a new patch. Why? As long as you have the appropriate XSLT stylesheets locally installed and properly registered in your XML catalog, then xsltproc will happily use the local copies even if fed the SourceForge URLs. Easily achieved by installing the proper packages (called docbook-dtds and docbook-style-xsl on RHEL/CentOS/Fedora). Just my $.02. Florian -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 260 bytes Desc: OpenPGP digital signature URL: <http://lists.wpkg.org/pipermail/stgt/attachments/20100217/ecd45c48/attachment.pgp> |