1 diff -Naur samba-4.10.0.old/buildtools/wafsamba/samba_conftests.py samba-4.10.0/buildtools/wafsamba/samba_conftests.py
2 --- samba-4.10.0.old/buildtools/wafsamba/samba_conftests.py 2019-03-19 20:23:41.107626056 +0000
3 +++ samba-4.10.0/buildtools/wafsamba/samba_conftests.py 2019-03-19 20:26:38.211897527 +0000
5 if not conf.CONFIG_SET('XSLTPROC'):
8 - s='http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl'
9 + s='file:///usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl'
10 conf.CHECK_COMMAND('%s --nonet %s 2> /dev/null' % (conf.env.get_flat('XSLTPROC'), s),
11 msg='Checking for stylesheet %s' % s,
12 define='XSLTPROC_MANPAGES', on_target=False,
13 diff -Naur samba-4.10.0.old/buildtools/wafsamba/wafsamba.py samba-4.10.0/buildtools/wafsamba/wafsamba.py
14 --- samba-4.10.0.old/buildtools/wafsamba/wafsamba.py 2019-03-19 20:23:41.108093940 +0000
15 +++ samba-4.10.0/buildtools/wafsamba/wafsamba.py 2019-03-19 20:27:29.508298852 +0000
18 def MANPAGES(bld, manpages, install):
19 '''build and install manual pages'''
20 - bld.env.MAN_XSL = 'http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl'
21 + bld.env.MAN_XSL = 'file:///usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl'
22 for m in manpages.split():
24 bld.SAMBA_GENERATOR(m,
25 diff -Naur samba-4.10.0.old/docs-xml/xslt/man.xsl samba-4.10.0/docs-xml/xslt/man.xsl
26 --- samba-4.10.0.old/docs-xml/xslt/man.xsl 2019-03-19 20:23:40.789515250 +0000
27 +++ samba-4.10.0/docs-xml/xslt/man.xsl 2019-03-19 20:28:10.503880732 +0000
29 xmlns:xlink='http://www.w3.org/1999/xlink'
32 -<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"/>
33 +<xsl:import href="file:///usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl"/>
35 <xsl:param name="chunk.section.depth" select="0"/>
36 <xsl:param name="chunk.first.sections" select="1"/>
37 diff -Naur samba-4.10.0.old/lib/ldb/docs/builddocs.sh samba-4.10.0/lib/ldb/docs/builddocs.sh
38 --- samba-4.10.0.old/lib/ldb/docs/builddocs.sh 2019-03-19 20:23:43.084361105 +0000
39 +++ samba-4.10.0/lib/ldb/docs/builddocs.sh 2019-03-19 20:29:15.932143106 +0000
44 -MANXSL="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
45 +MANXSL="file:///usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl"
46 HTMLXSL="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"