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

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>
This commit is contained in:
Karolin Seeger 2009-01-21 11:37:30 +01:00 committed by Michael Adam
parent ab4e84f09a
commit 157864d1e8

View File

@ -26,6 +26,6 @@ mv manpages-3 manpages
mv htmldocs/manpages-3 htmldocs/manpages
cd ../docs-xml || exit 1
make clean
make distclean
exit