summaryrefslogtreecommitdiffstats
path: root/packaging/SGI/mkrelease.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/SGI/mkrelease.sh')
-rwxr-xr-xpackaging/SGI/mkrelease.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/packaging/SGI/mkrelease.sh b/packaging/SGI/mkrelease.sh
index fcf247d9b4f..05c64b12fc4 100755
--- a/packaging/SGI/mkrelease.sh
+++ b/packaging/SGI/mkrelease.sh
@@ -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