mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
73ed153310
smb.conf(5) is different from other manpages because before it is built, it gets merged together from a number of smaller files, one per parameter. So we first create a parameters.all.xml file that references all these files and then include it into master smb.conf.5.xml One small issue is how to handle generated files in WAF build from xi:include perspective as the files are generated in bin/default/docs-xml rather than in docs-xml. We solve this by further expanding use of XML catalogs and rewriting virtual path http://www.samba.org/samba/smbdotconf/ to proper location. Both docs-xml autoconf and waf builds work correctly now. Autobuild-User(master): Alexander Bokovoy <ab@samba.org> Autobuild-Date(master): Mon Sep 17 14:18:31 CEST 2012 on sn-devel-104
18 lines
673 B
XML
18 lines
673 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
|
|
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
|
|
|
<!-- XML Catalog file for SAMBA. -->
|
|
|
|
<rewriteURI
|
|
uriStartString="http://www.samba.org/samba/DTD/"
|
|
rewritePrefix="file://@abs_top_srcdir@/build/DTD/"/>
|
|
|
|
<rewriteURI
|
|
uriStartString="http://www.gnu.org/licenses/"
|
|
rewritePrefix="file://@abs_top_srcdir@/Samba3-ByExample/"/>
|
|
<rewriteURI
|
|
uriStartString="http://www.samba.org/samba/smbdotconf/"
|
|
rewritePrefix="file://@abs_top_builddir@/smbdotconf/"/>
|
|
</catalog>
|