summaryrefslogtreecommitdiff
path: root/docs-xml/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2009-05-02Fix dependency on the attributes file.Jelmer Vernooij1-4/+4
2009-05-02Remove unused entries from clean.Jelmer Vernooij1-2/+2
2009-05-02Remove rules for unused epstopdf.Jelmer Vernooij1-3/+0
2009-05-02Remove XSLT script to generate image dependencies, instead rely on makeJelmer Vernooij1-53/+18
given that the number of image formats we use is limited.
2009-05-02Remove text chunks support. Was never built by any of the main targets,Jelmer Vernooij1-1/+0
and one of the reasons the complex dependency system exists.
2009-05-01Remove broken XSL-FO translation code; this has been broken for a whileJelmer Vernooij1-13/+1
and the output was never used.
2009-05-01Generate pdf documents in-place rather than copying them from . to output/Jelmer Vernooij1-9/+5
2009-05-01Fix build of the PostScript documents.Jelmer Vernooij1-1/+1
2009-05-01Fix dependencies on images for pdf and ps files.Jelmer Vernooij1-2/+2
2009-05-01Remove unnecessary checks for apps now used through dblatex.Jelmer Vernooij1-3/+0
2009-05-01Cut out the intermediate dvi files in the Makefile - dblatex can take careJelmer Vernooij1-15/+4
of those for us.
2009-05-01Use system-provided dblatex to build the docs rather than includedJelmer Vernooij1-19/+7
db2latex.
2009-05-01Fix 'make samples' (git doesn't version directories, so 'examples' won'tJelmer Vernooij1-1/+1
exist yet)
2009-01-21s3:docs: clean build/catalog.xml in "make clean"Michael Adam1-0/+1
Michael
2009-01-21s3:docs: clean generated .png images in "make clean"Michael Adam1-1/+2
Michael
2009-01-21s3:docs: fix ommission in fix of (real)distclean targetsMichael Adam1-1/+1
Michael
2009-01-21s3:docs: fix distclean target and add realdistclean targetMichael Adam1-1/+4
- remove stuff created by configure in distclean - remove stuff created by autoconf in realdistclean Michael
2008-05-27Depend on latexfigures files directly as using a rule in between causes ↵Jelmer Vernooij1-6/+4
problems. (This used to be commit bf3c2773f94c1db29a8a3e5935ff587f16f9a905)
2008-05-21Use double colon targets.Jelmer Vernooij1-2/+2
(This used to be commit 825cf91fa8b30a67d04cbda8885ff62a4c26458f)
2008-05-21Add test target in Makefile.Jelmer Vernooij1-25/+29
(This used to be commit ac0d768676b1b8105a9141169b1afa248df6ce66)
2008-05-21Make the make output a bit less chatty.Jelmer Vernooij1-5/+4
(This used to be commit 1fa4ef553c437bae07389c0f6a5410ba22ee4905)
2008-04-24Fix documentation build: manpages, links in the HTML documents.Alexander Bokovoy1-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-23Moving docs tree to docs-xml to make room for generated docs in the release ↵Gerald W. Carter1-0/+329
tarball. (This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14)