[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1461-g730c91a

Jelmer Vernooij jelmer at samba.org
Wed May 6 15:49:00 GMT 2009


The branch, master has been updated
       via  730c91aaaad42c68fdb44bc51fee6c89e0c22910 (commit)
      from  4a4dc776b2f0ca813abcf4f47f0d5721f75f3e6a (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 730c91aaaad42c68fdb44bc51fee6c89e0c22910
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed May 6 17:48:01 2009 +0200

    Avoid --nonet when building manpages; xsltproc will already prefer local
    stylesheets if they are installed.

-----------------------------------------------------------------------

Summary of changes:
 lib/talloc/rules.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/talloc/rules.mk b/lib/talloc/rules.mk
index 6cee126..1c83e7b 100644
--- a/lib/talloc/rules.mk
+++ b/lib/talloc/rules.mk
@@ -9,10 +9,10 @@ showflags::
 	$(CC) $(PICFLAG) -o $@ -c $< $(CFLAGS)
 
 .3.xml.3:
-	-test -z "$(XSLTPROC)" || $(XSLTPROC) --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
+	-test -z "$(XSLTPROC)" || $(XSLTPROC) -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
 
 .xml.html:
-	-test -z "$(XSLTPROC)" || $(XSLTPROC) --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $<
+	-test -z "$(XSLTPROC)" || $(XSLTPROC) -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $<
 
 distclean::
 	rm -f *~ */*~


-- 
Samba Shared Repository


More information about the samba-cvs mailing list