1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
Andreas Schneider
e4371a4c3b release-script: Fix shellcheck errors
./release-scripts/build-docs:4:7: error: Double quote array expansions
to avoid re-splitting elements. [SC2068]

Same error for the other scripts.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>

Autobuild-User(master): Pavel Filipensky <pfilipensky@samba.org>
Autobuild-Date(master): Wed Aug 17 11:03:54 UTC 2022 on sn-devel-184
2022-08-17 11:03:54 +00:00
Andreas Schneider
55cd39b92c release-scripts: Reformat shell scripts
shfmt -f release-scripts/ | xargs shfmt -w -p -i 0 -fn

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2022-03-03 00:59:34 +00:00
Alexander Bokovoy
4a21d2e779 Fix release script to build full set of documentation
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-10-02 16:21:23 +02:00
Michael Adam
b319549f12 build-docs: cleanup exit of the script
exit in the directory where it was called using pushd/popd.

Michael
2009-01-21 15:12:18 +01:00
Karolin Seeger
157864d1e8 build_docs: Use 'make distclean' instead of 'make clean'.
This fixes bug #6058.
Thanks to Christian Perrier for reporting!

Karolin
(cherry picked from commit 162e4b6660)

Signed-off-by: Michael Adam <obnox@samba.org>
2009-01-21 13:56:59 +01:00
Karolin Seeger
ab4e84f09a build-docs: Change to the right directory before calling 'make clean'.
This fixes build-docs if it's called from the create-tarball script.

Karolin
(cherry picked from commit dd3ef73c8c)
(cherry picked from commit 8dd3a7bfde)

Signed-off-by: Michael Adam <obnox@samba.org>
2009-01-21 13:56:59 +01:00
Karolin Seeger
9ec279f8e6 build-docs: Add 'make clean'.
Karolin
(cherry picked from commit cf40fb9723)

Signed-off-by: Michael Adam <obnox@samba.org>
2009-01-21 13:56:58 +01:00
Karolin Seeger
12e72140b9 build-docs: Use 'git clean' instead of 'git-clean'.
Karolin
2008-11-19 13:16:38 +01:00
Gerald (Jerry) Carter
a263fa04e4 Add workaround for docs build and dependency on parameters.all.xml
(cherry picked from commit d4f5b5255f)
(This used to be commit c8154142d9)
2008-09-05 10:59:37 +02:00
Gerald (Jerry) Carter
9acd33131c Add simple script to build docs
(This used to be commit 0865f4615d)
2008-05-27 12:02:41 -05:00