Fix the argument to prevent xsltproc from going online.
spotted by aja@
This commit is contained in:
parent
25dea04fe4
commit
59f4dabc9f
15
x11/gnome/online-accounts/patches/patch-doc_Makefile_in
Normal file
15
x11/gnome/online-accounts/patches/patch-doc_Makefile_in
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-doc_Makefile_in,v 1.1 2011/09/29 07:58:15 jasper Exp $
|
||||
|
||||
Fix the argument to prevent xsltproc from going online.
|
||||
|
||||
--- doc/Makefile.in.orig Thu Sep 29 09:55:48 2011
|
||||
+++ doc/Makefile.in Thu Sep 29 09:56:00 2011
|
||||
@@ -857,7 +857,7 @@ uninstall-man: uninstall-man8
|
||||
|
||||
|
||||
.xml.8:
|
||||
- $(XSLTPROC) -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
|
||||
+ $(XSLTPROC) --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
|
||||
|
||||
@ENABLE_GTK_DOC_TRUE@all-local: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP)
|
||||
#all-local:
|
Loading…
Reference in New Issue
Block a user