summaryrefslogtreecommitdiffstats
path: root/release-scripts/build-docs
Commit message (Collapse)AuthorAgeFilesLines
* Fix release script to build full set of documentationAlexander Bokovoy2012-10-021-2/+1
| | | | | | | | | | | 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
* build-docs: cleanup exit of the scriptMichael Adam2009-01-211-6/+14
| | | | | | exit in the directory where it was called using pushd/popd. Michael
* build_docs: Use 'make distclean' instead of 'make clean'.Karolin Seeger2009-01-211-1/+1
| | | | | | | | | | This fixes bug #6058. Thanks to Christian Perrier for reporting! Karolin (cherry picked from commit 162e4b66601b41dd5adb24e192f3b5a91dfb41cc) Signed-off-by: Michael Adam <obnox@samba.org>
* build-docs: Change to the right directory before calling 'make clean'.Karolin Seeger2009-01-211-1/+1
| | | | | | | | | | This fixes build-docs if it's called from the create-tarball script. Karolin (cherry picked from commit dd3ef73c8c184eaec7ee515ef2130f30f9e481b3) (cherry picked from commit 8dd3a7bfde16e85a9ee509cf6bcfc788062705a5) Signed-off-by: Michael Adam <obnox@samba.org>
* build-docs: Add 'make clean'.Karolin Seeger2009-01-211-0/+3
| | | | | | | Karolin (cherry picked from commit cf40fb97239ed9a11e5750fde6e078233e567bba) Signed-off-by: Michael Adam <obnox@samba.org>
* build-docs: Use 'git clean' instead of 'git-clean'.Karolin Seeger2008-11-191-1/+1
| | | | Karolin
* Add workaround for docs build and dependency on parameters.all.xmlGerald (Jerry) Carter2008-09-051-2/+5
| | | | | (cherry picked from commit d4f5b5255f9b95050ddd9d67bd3958402be77918) (This used to be commit c8154142d97ccf973feb36d77f932c893fda0af5)
* Add simple script to build docsGerald (Jerry) Carter2008-05-271-0/+25
(This used to be commit 0865f4615d3ee91673dd6d02c6537765f34b3129)