Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-06 | docs: fix the missing parameter description section in the smb.conf manpage | Michael Adam | 1 | -1/+9 | |
The smb.conf (5) manpage recently sometimes failed to contain the contents of the description of each parameter section. The reason was a unreliable chain of dependencies in the Makefile. The error can be reproduced by touching manpages-3/smb.conf.5.xml and then building the manpages. Then smb.conf.5.xml is newer than any of the smbdotconf/*/*.xml files and hence the intermediate inexistent parameters.*.xml don't get generated. This patch fixes this problem by introducing a phony "parameters" target referencing the parameters.*.xml targets, so that they get build unconditionally. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Apr 6 01:22:00 CEST 2011 on sn-devel-104 | |||||
2009-08-08 | Pass absolute file paths to Inkscape when transforming .svg files | Alexander Bokovoy | 1 | -2/+2 | |
Some recent versions of Inkscape (0.47 or around) have bug when export file name is treated as relative against the directory of original .svg if it wasn't specified as an absolute path. Fix it by always using absolute paths during conversion. | |||||
2009-05-02 | Fix dependency on the attributes file. | Jelmer Vernooij | 1 | -4/+4 | |
2009-05-02 | Remove unused entries from clean. | Jelmer Vernooij | 1 | -2/+2 | |
2009-05-02 | Remove rules for unused epstopdf. | Jelmer Vernooij | 1 | -3/+0 | |
2009-05-02 | Remove XSLT script to generate image dependencies, instead rely on make | Jelmer Vernooij | 1 | -53/+18 | |
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 | -1/+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 | -13/+1 | |
and the output was never used. | |||||
2009-05-01 | Generate pdf documents in-place rather than copying them from . to output/ | Jelmer Vernooij | 1 | -9/+5 | |
2009-05-01 | Fix build of the PostScript documents. | Jelmer Vernooij | 1 | -1/+1 | |
2009-05-01 | Fix dependencies on images for pdf and ps files. | Jelmer Vernooij | 1 | -2/+2 | |
2009-05-01 | Remove unnecessary checks for apps now used through dblatex. | Jelmer Vernooij | 1 | -3/+0 | |
2009-05-01 | Cut out the intermediate dvi files in the Makefile - dblatex can take care | Jelmer Vernooij | 1 | -15/+4 | |
of those for us. | |||||
2009-05-01 | Use system-provided dblatex to build the docs rather than included | Jelmer Vernooij | 1 | -19/+7 | |
db2latex. | |||||
2009-05-01 | Fix 'make samples' (git doesn't version directories, so 'examples' won't | Jelmer Vernooij | 1 | -1/+1 | |
exist yet) | |||||
2009-01-21 | s3:docs: clean build/catalog.xml in "make clean" | Michael Adam | 1 | -0/+1 | |
Michael | |||||
2009-01-21 | s3:docs: clean generated .png images in "make clean" | Michael Adam | 1 | -1/+2 | |
Michael | |||||
2009-01-21 | s3:docs: fix ommission in fix of (real)distclean targets | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2009-01-21 | s3:docs: fix distclean target and add realdistclean target | Michael Adam | 1 | -1/+4 | |
- remove stuff created by configure in distclean - remove stuff created by autoconf in realdistclean Michael | |||||
2008-05-27 | Depend on latexfigures files directly as using a rule in between causes ↵ | Jelmer Vernooij | 1 | -6/+4 | |
problems. (This used to be commit bf3c2773f94c1db29a8a3e5935ff587f16f9a905) | |||||
2008-05-21 | Use double colon targets. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 825cf91fa8b30a67d04cbda8885ff62a4c26458f) | |||||
2008-05-21 | Add test target in Makefile. | Jelmer Vernooij | 1 | -25/+29 | |
(This used to be commit ac0d768676b1b8105a9141169b1afa248df6ce66) | |||||
2008-05-21 | Make the make output a bit less chatty. | Jelmer Vernooij | 1 | -5/+4 | |
(This used to be commit 1fa4ef553c437bae07389c0f6a5410ba22ee4905) | |||||
2008-04-24 | Fix documentation build: manpages, links in the HTML documents. | Alexander Bokovoy | 1 | -3/+3 | |
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 | 1 | -0/+329 | |
tarball. (This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14) |