summaryrefslogtreecommitdiff
path: root/docs-xml/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-10-19tests: Convert find_missing_doc into a unit test.Jelmer Vernooij1-2/+1
2012-10-02Fix release script to build full set of documentationAlexander Bokovoy1-0/+3
build-docs script was not setting XML catalog properly. In addition, some time ago pdf versions of images were introduced as generated dependencies in our books but svg -> pdf rule was not added, so building books never finished properly. Autobuild-User(master): Alexander Bokovoy <ab@samba.org> Autobuild-Date(master): Tue Oct 2 16:21:23 CEST 2012 on sn-devel-104
2012-09-26undocumented: Drop extension from helper scripts.Jelmer Vernooij1-3/+3
2012-09-10docs:build: make target "manpages" .PHONY, so manpages do get built...Michael Adam1-1/+1
Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Mon Sep 10 17:55:20 CEST 2012 on sn-devel-104
2012-09-10docs: Rename htmlman3 -> htmlman.Karolin Seeger1-4/+4
Karolin Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Mon Sep 10 14:19:42 CEST 2012 on sn-devel-104
2012-09-04remove extra tab from MakefileAndrew Bartlett1-2/+2
2012-09-04docs: Fix undocumented target to find smb.conf directives in the right placeAndrew Bartlett1-1/+1
The manpages target needs to be reworked to know about waf. Andrew Bartlett
2012-09-03docs: Rename manpages-3 -> manpages.Karolin Seeger1-12/+12
This change was suggested by Andrew Bartlett on the samba-technical mailing list. Karolin Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Mon Sep 3 23:35:38 CEST 2012 on sn-devel-104
2012-09-03s4-docs: Remove empty s4 HOWTO Collection.Karolin Seeger1-1/+0
This change was proposed by Andrew Bartlett on the samba-technical mailing list. Karolin
2012-07-16Revert "Remove XSLT script to generate image dependencies, instead rely on make"Jelmer Vernooij1-17/+53
This reverts commit c4493c22f129b2c94f361e6f8657adc7cd2dc1c6. 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
2011-04-06docs: fix the missing parameter description section in the smb.conf manpageMichael Adam1-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-08Pass absolute file paths to Inkscape when transforming .svg filesAlexander Bokovoy1-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-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)