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
This commit is contained in:
parent
28a80ea826
commit
162e4b6660
@ -26,6 +26,6 @@ mv manpages-3 manpages
|
|||||||
mv htmldocs/manpages-3 htmldocs/manpages
|
mv htmldocs/manpages-3 htmldocs/manpages
|
||||||
|
|
||||||
cd ../docs-xml || exit 1
|
cd ../docs-xml || exit 1
|
||||||
make clean
|
make distclean
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
Loading…
Reference in New Issue
Block a user