1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-07 12:59:08 +03:00
Commit Graph

20 Commits

Author SHA1 Message Date
9f03cf9123 Correct "formated" typos.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
2017-02-22 08:26:22 +01:00
a7d5d08191 Revert "Remove XSLT script to generate image dependencies, instead rely on make"
This reverts commit c4493c22f1.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=7562

Conflicts:
	docs-xml/Makefile

Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date(master): Mon Jul 16 16:18:46 CEST 2012 on sn-devel-104
2012-07-16 16:18:46 +02:00
891bff8747 docs: Remove template "itemizedlist/listitem" from man.xsl
This seems to have been basically taken from the manpages/lists.xls
from the docbook-xsl stylesheets. But it references a variable list-indent
that older versions of docbook-xsl (e.g. 1.69) do not provide.
This makes the manpage build break on older systems. Removing
the definition lets the build succeed, using the system-definition
of the itemizedlist/listitem.

The diff between the docbook's (version 1.75.1) definition of
itemizedlist/listitem and the definition in our man.xls is this:

-- with this patch
-- without this patch
@@ -53,5 +53,7 @@
   <!-- * seems to require the extra space. -->
   <xsl:call-template name="roff-if-end"/>
   <xsl:apply-templates/>
-  <xsl:text>.RE&#10;</xsl:text>
+  <xsl:if test=" following-sibling::listitem">
+        <xsl:text>&#10;.RE&#10;</xsl:text>
+  </xsl:if>
 </xsl:template>

I.e. the version of man.xsl made insertion if ".RE" conditional.
I hope this does not break anything severely.
The diff for e.g. the resulting winbindd.8 manpage is this:

--- with this patch
+++ witout this patch:
@@ -375,7 +375,6 @@

 \m[blue]\fBwinbind: rpc only\fR\m[]
 Setting this parameter forces winbindd to use RPC instead of LDAP to retrieve information from Domain Controllers\&.
-.RE
 .SH "EXAMPLE SETUP"
 .PP
 To setup winbindd for user and group lookups plus authentication from a domain controller use something like the following setup\&. This was tested on an early Red Hat Linux box\&.

Cheers
2011-01-18 14:08:38 +01:00
c4493c22f1 Remove XSLT script to generate image dependencies, instead rely on make
given that the number of image formats we use is limited.
2009-05-02 01:15:26 +02:00
86a968b098 Remove text chunks support. Was never built by any of the main targets,
and one of the reasons the complex dependency system exists.
2009-05-02 01:15:26 +02:00
df74a0eb78 Remove broken XSL-FO translation code; this has been broken for a while
and the output was never used.
2009-05-01 22:49:13 +02:00
11b6c1137d Move expansion of Samba-specific XML elements out of xslt/latex.xsl into a
separate file, for better readability. xslt/latex.xsl now only contains
tweaks to the dblatex configuration.
2009-05-01 22:49:12 +02:00
04071251b1 Explicitly mention licenses in all stylesheets 2009-05-01 22:49:12 +02:00
21b9d8fe3e Use standard LaTeX book document class rather than custom samba class. 2009-05-01 22:49:10 +02:00
8f8962ac0b Remove admon graphics - provided by dblatex now. 2009-05-01 22:49:09 +02:00
0d390de77c Also move \linebreaksign to the samba LaTeX package. 2009-05-01 22:49:08 +02:00
5644c8862f Split Samba-specific LaTeX commands into their own LaTeX package,
independent of the style changes made by the sambadoc documentclass.
2009-05-01 22:49:08 +02:00
dc9e3bb059 Use new stylesheet variables names as used by dblatex.
Remove a Samba-specific workaround for a db2latex bug.
2009-05-01 22:49:08 +02:00
16ff10e4bb Fix dblatex warning: Remove reference to removed DTD file. 2009-05-01 22:49:07 +02:00
3edddd6e2b Remove included (but unused) copy of db2latex. 2009-05-01 22:49:07 +02:00
22f51b5d00 man pages: Fix synonyms.
Karolin
(This used to be commit d1ae27ddbe)
2008-06-09 15:15:04 +02:00
6d3c61c9e7 docs: fix the manpage output of parameters list in smb.conf.5.
There were some newlines missing in the template for samba:parameters.

Michael
(This used to be commit a47abfa927)
2008-04-25 14:10:07 +02:00
11e8b58bdf docs: fix indentation in expand-smbxonfdoc.
Michael
(This used to be commit 79f53a0682)
2008-04-25 14:10:07 +02:00
3be9a355ff Fix documentation build: manpages, links in the HTML documents.
Fixed manpages generation to properly create handle smb.conf parameters' titles
Changed HTML generator to include links for every smb.conf parameter.
Now we have correct linking between different HTML documents.


Signed-off-by: Alexander Bokovoy <ab@samba.org>
(This used to be commit 056935ff1f)
2008-04-24 23:40:51 +04:00
8f8a9f0190 Moving docs tree to docs-xml to make room for generated docs in the release tarball.
(This used to be commit 9f672c26d6)
2008-04-23 08:47:48 -05:00