aboutsummaryrefslogtreecommitdiffstats
path: root/mkdist.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mkdist.sh')
-rwxr-xr-xmkdist.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkdist.sh b/mkdist.sh
index 7c176a3..465c5b6 100755
--- a/mkdist.sh
+++ b/mkdist.sh
@@ -126,6 +126,7 @@ find . -mindepth 2 -name 'make-files.sh' -execdir ./make-files.sh \;
# Remove unnecessary files from distribution and create archive
#-------------------------------------------------------------------
+rm -rf examples/drivertest
find . -name '.svn' -prune -exec rm -rf '{}' \; # remove SVN files
find . -name 'make-files.sh' -exec rm '{}' \; # remove helper scripts
rm -f mkdist.sh make-files.sh