summaryrefslogtreecommitdiffstats
path: root/docs-xml/wscript_build
Commit message (Collapse)AuthorAgeFilesLines
* docs: Always declare rule to build parameters.all.xml and do it firstAndrew Bartlett2014-01-311-7/+8
| | | | | | | | | | | This ensures this file and the rule to generate it can always be found. Andrew Bartlett Change-Id: I76d9f4470e2678fc2df4e3a13642737128938f3a Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
* docs: define and include entities for the docsGarming Sam2014-01-311-4/+15
| | | | | | | | | | This allows for dynamic default settings to be generated. Change-Id: If8b93d233fb941bc7e3073ccf4b5ec0b0a231bd9 Pair-programmed-with: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
* docs: remove the file prefix from included path namesGarming Sam2014-01-291-1/+1
| | | | | | | | This allows the inbuilt python xml modules to perform the include. Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
* docs: update XInclude year to conform with current standardGarming Sam2014-01-291-1/+1
| | | | | | | | This allows the inbuilt python XML parser to handle these includes. Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
* waf docs: build the new vfs worm man pageBjörn Baumbach2013-12-121-0/+1
| | | | | | | Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* docs: Add man samba-regedit.8.Karolin Seeger2013-08-291-0/+1
| | | | | | | | | | Fix bug #10001 - Man page for samba-regedit tool missing. Signed-off-by: Karolin Seeger <kseeger@samba.org> Signed-off-by: Björn Jacke <bj@sernet.de> Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Thu Aug 29 03:15:51 CEST 2013 on sn-devel-104
* docs: Add man vfs_syncops.8 to waf build.Karolin Seeger2013-08-131-0/+1
| | | | | | | | | | | Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org> Part of a fix for bug #7364 - man vfs_syncops missing. Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Tue Aug 13 12:09:45 CEST 2013 on sn-devel-104
* docs: Add man page for vfs_linux_xfs_sgid.Karolin Seeger2013-08-131-0/+1
| | | | | | | | Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Aug 13 02:06:30 CEST 2013 on sn-devel-104
* docs-xml: Remove obsolete swat manpage and references.Andreas Schneider2013-07-241-1/+0
| | | | | | | | | | BUG: https://bugzilla.samba.org/show_bug.cgi?id=10041 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Kai Blin <kai@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Wed Jul 24 12:42:29 CEST 2013 on sn-devel-104
* s3-docs: Add manpage for idmap_rfc2307 moduleChristof Schmitt2013-03-091-0/+1
| | | | Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* doc: add vfs_btrfs man pageDavid Disseldorp2013-03-091-0/+1
| | | | Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build(waf): docs-xml: build new dbwrap_tool.8 manual pageBjörn Baumbach2013-01-151-0/+1
| | | | | | Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* docs: Add samba.8 and samba-tool manpage to waf build.Karolin Seeger2012-12-031-0/+2
| | | | | | Karolin Reviewed-by: Andreas Schneider <asn@samba.org>
* docs-xml: fix build of winbindd- and krb5 locator-related manpagesAlexander Bokovoy2012-09-171-2/+2
| | | | | | | These manpages depend on docs-xml infrastructure (samba DTDs) Autobuild-User(master): Alexander Bokovoy <ab@samba.org> Autobuild-Date(master): Mon Sep 17 19:52:53 CEST 2012 on sn-devel-104
* docs-xml: convert smb.conf.5 build to wafAlexander Bokovoy2012-09-171-2/+23
| | | | | | | | | | | | | | | | | | 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
* docs: Fix generating idmap manpages.Andreas Schneider2012-09-131-0/+8
| | | | | Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Thu Sep 13 19:52:53 CEST 2012 on sn-devel-104
* docs: Build manpages correctly.Andreas Schneider2012-09-121-1/+1
|
* waf: Fix bug #8801 - build s3fs manpages.Andreas Schneider2012-09-071-0/+90
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri Sep 7 12:30:08 CEST 2012 on sn-devel-104