mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
Avoid --nonet when building manpages; xsltproc will already prefer local
stylesheets if they are installed.
This commit is contained in:
parent
4a4dc776b2
commit
730c91aaaa
@ -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 *~ */*~
|
||||
|
Loading…
Reference in New Issue
Block a user