summaryrefslogtreecommitdiff
path: root/release-scripts
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-12-09 22:08:13 +0100
committerMichael Adam <obnox@samba.org>2009-01-21 13:56:59 +0100
commitab4e84f09acfbbf2787d5dac911d5fd814cf2a72 (patch)
treee05a7a9ca01b92f17cf5156c3cc24faac481819c /release-scripts
parent9ec279f8e688fa04ec507df8be945a2a54e3e235 (diff)
downloadsamba-ab4e84f09acfbbf2787d5dac911d5fd814cf2a72.tar.gz
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 dd3ef73c8c184eaec7ee515ef2130f30f9e481b3) (cherry picked from commit 8dd3a7bfde16e85a9ee509cf6bcfc788062705a5) Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'release-scripts')
-rwxr-xr-xrelease-scripts/build-docs2
1 files changed, 1 insertions, 1 deletions
diff --git a/release-scripts/build-docs b/release-scripts/build-docs
index 357b4e9847f..b80a7fb6f3e 100755
--- a/release-scripts/build-docs
+++ b/release-scripts/build-docs
@@ -25,7 +25,7 @@ cd ../docs || exit 1
mv manpages-3 manpages
mv htmldocs/manpages-3 htmldocs/manpages
-cd $DOCSRCDIR || exit 1
+cd ../docs-xml || exit 1
make clean
exit