1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

add clean option

(This used to be commit e21b3a527cc6a3a3b0dee12430bd78d9cc340ae8)
This commit is contained in:
Herb Lewis 1998-04-29 13:45:27 +00:00
parent a8e7f804ca
commit 4eb37c104d

View File

@ -4,6 +4,14 @@
# You may specify a OS major version number (4, 5, or 6) to specify which
# OS release to build. If no version number is given it will default to 6.
if [ "$1" = "clean" ]; then
cd ../../source
make clean
cd ../packaging/SGI
shift
rm -rf bins catman html codepages swat Makefile samba.idb samba.spec
fi
# create the catman versions of the manual pages
#
echo Making manual pages