Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-02 | Remove XSLT script to generate image dependencies, instead rely on make | Jelmer Vernooij | 1 | -36/+0 | |
given that the number of image formats we use is limited. | |||||
2009-05-02 | Remove text chunks support. Was never built by any of the main targets, | Jelmer Vernooij | 1 | -19/+0 | |
and one of the reasons the complex dependency system exists. | |||||
2009-05-01 | Remove broken XSL-FO translation code; this has been broken for a while | Jelmer Vernooij | 1 | -8/+0 | |
and the output was never used. | |||||
2009-05-01 | Move expansion of Samba-specific XML elements out of xslt/latex.xsl into a | Jelmer Vernooij | 2 | -159/+153 | |
separate file, for better readability. xslt/latex.xsl now only contains tweaks to the dblatex configuration. | |||||
2009-05-01 | Explicitly mention licenses in all stylesheets | Jelmer Vernooij | 13 | -16/+26 | |
2009-05-01 | Use standard LaTeX book document class rather than custom samba class. | Jelmer Vernooij | 1 | -0/+6 | |
2009-05-01 | Remove admon graphics - provided by dblatex now. | Jelmer Vernooij | 6 | -755/+0 | |
2009-05-01 | Also move \linebreaksign to the samba LaTeX package. | Jelmer Vernooij | 2 | -3/+1 | |
2009-05-01 | Split Samba-specific LaTeX commands into their own LaTeX package, | Jelmer Vernooij | 2 | -21/+27 | |
independent of the style changes made by the sambadoc documentclass. | |||||
2009-05-01 | Use new stylesheet variables names as used by dblatex. | Jelmer Vernooij | 2 | -23/+5 | |
Remove a Samba-specific workaround for a db2latex bug. | |||||
2009-05-01 | Fix dblatex warning: Remove reference to removed DTD file. | Jelmer Vernooij | 1 | -1/+0 | |
2009-05-01 | Remove included (but unused) copy of db2latex. | Jelmer Vernooij | 168 | -58985/+0 | |
2008-06-09 | man pages: Fix synonyms. | Karolin Seeger | 1 | -0/+3 | |
Karolin (This used to be commit d1ae27ddbe9c30996d2c593a37e65581c3ff482c) | |||||
2008-04-25 | docs: fix the manpage output of parameters list in smb.conf.5. | Michael Adam | 1 | -0/+3 | |
There were some newlines missing in the template for samba:parameters. Michael (This used to be commit a47abfa9276765164870bd7541798ff1201379b1) | |||||
2008-04-25 | docs: fix indentation in expand-smbxonfdoc. | Michael Adam | 1 | -9/+9 | |
Michael (This used to be commit 79f53a06820b226cbfbc939ae9a6d255e4a4a2d1) | |||||
2008-04-24 | Fix documentation build: manpages, links in the HTML documents. | Alexander Bokovoy | 4 | -29/+51 | |
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 056935ff1f5fefc3ca42f7006182fc80c94d91ab) | |||||
2008-04-23 | Moving docs tree to docs-xml to make room for generated docs in the release ↵ | Gerald W. Carter | 193 | -0/+62781 | |
tarball. (This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14) |