summaryrefslogtreecommitdiff
path: root/docs-xml/build
AgeCommit message (Collapse)AuthorFilesLines
2013-01-15docs: add popt.common.samba.server and popt.common.samba.client entitiesMichael Adam1-0/+11
These are comprised by the popt.common.samba entity and the stdarg.server.debug or the stdarg.client.debut entity, respectively. The difference is only in the default value of the debug level setting. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
2013-01-15docs: fix the stdarg.configfile entity to print a "=" sign after the long optionMichael Adam1-1/+1
This makes the appearance equal to the other options like --debuglevel or --log-basename. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
2013-01-15docs: use the stdarg.option entity in the popt.common.samba entityMichael Adam1-0/+1
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
2013-01-15docs: add an entity stdarg.option for the "--option" command line parameterMichael Adam1-0/+12
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
2012-11-02docs-xml: fix use of <smbconfoption> tag (fix bug #9345)Björn Baumbach1-5/+8
Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Karolin Seeger <ks@samba.org> Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Fri Nov 2 12:37:42 CET 2012 on sn-devel-104
2012-09-17docs-xml: convert smb.conf.5 build to wafAlexander Bokovoy1-2/+5
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
2012-03-30Fix bug #8831 - Inconsistent (with manpage) command-line switch for "help" ↵Jeremy Allison1-1/+1
in smbtree Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Mar 30 22:59:53 CEST 2012 on sn-devel-104
2010-09-23docs: use abs_top_builddir instead of BUILDDIR to let configure create ↵Michael Adam1-2/+2
correct catalog file The use of the catalog file is still controlled by exporting the XML_CATALOG_FILES variable as described in build/README
2010-02-16s3-docs: Document 'smbclient -C'.Volker Lendecke1-0/+10
2009-12-21s3-docs: mention all long option names in samba.entities file.Günther Deschner1-8/+8
Guenther
2009-12-21s3-docs: not working for SuSE anymore...Günther Deschner1-2/+2
Guenther
2009-05-01Use <example> + <smbconfblock> rather than nonexistant elementJelmer Vernooij1-0/+4
<smbconfexample>.
2009-05-01Remove the DTD for the removed pdb-xml backend.Jelmer Vernooij1-46/+0
2008-04-23Adding DTD from svn:externals link in samba-docs SVN repoGerald W. Carter3-0/+570
(This used to be commit 54b82bc95d4af41942949291846266d89d3e29f2)
2008-04-23Moving docs tree to docs-xml to make room for generated docs in the release ↵Gerald W. Carter2-0/+40
tarball. (This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14)