build-docs: Change to the right directory before calling 'make clean'.
authorKarolin Seeger <kseeger@samba.org>
Tue, 9 Dec 2008 21:08:13 +0000 (22:08 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 21 Jan 2009 12:56:59 +0000 (13:56 +0100)
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>
release-scripts/build-docs

index 357b4e9847f84447827140bd0775c5c763b51d28..b80a7fb6f3e16301e892bd48e855b77d5b501ca2 100755 (executable)
@@ -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