Re: [PATCH] user-manual: ensure generated manual references stylesheet

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



J. Bruce Fields <bfields <at> citi.umich.edu> writes:


> +XSLT = http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
> +XSLTOPTS = --nonet --xinclude --stringparam html.stylesheet docbook-xsl.css
> +
>  user-manual.html: user-manual.xml
> -	xmlto html-nochunks $<
> +	xsltproc $(XSLTOPTS) -o $ <at>  $(XSLT) $<

Does this actually work for you?  I get:

  xsltproc --nonet --xinclude --stringparam html.stylesheet docbook-xsl.css -o
user-manual.html
http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl user-manual.xml
  I/O error : Attempt to load network entity
http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
  warning: failed to load external entity
"http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl";
  cannot parse http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
  make[1]: *** [user-manual.html] Error 4


If I remove the --nonet it works fine.

Robert

-- 

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]