1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

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>
This commit is contained in:
Karolin Seeger 2008-12-09 22:08:13 +01:00 committed by Michael Adam
parent 9ec279f8e6
commit ab4e84f09a

View File

@ -25,7 +25,7 @@ cd ../docs || exit 1
mv manpages-3 manpages mv manpages-3 manpages
mv htmldocs/manpages-3 htmldocs/manpages mv htmldocs/manpages-3 htmldocs/manpages
cd $DOCSRCDIR || exit 1 cd ../docs-xml || exit 1
make clean make clean
exit exit