aboutsummaryrefslogtreecommitdiffstats
path: root/mkdist.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mkdist.sh')
-rwxr-xr-xmkdist.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkdist.sh b/mkdist.sh
index adffd74..1a9eaad 100755
--- a/mkdist.sh
+++ b/mkdist.sh
@@ -125,7 +125,7 @@ rm /tmp/$tname.scr /tmp/$tname.sch
# Generate all derived files
#-------------------------------------------------------------------
-find . -mindepth 2 -name 'make-files.sh' -execdir ./make-files.sh \;
+make files
#-------------------------------------------------------------------
# Remove unnecessary files from distribution and create archive
@@ -133,7 +133,7 @@ find . -mindepth 2 -name 'make-files.sh' -execdir ./make-files.sh \;
rm -rf examples/drivertest v-usb.xcodeproj
find . -name 'make-files.sh' -exec rm '{}' \; # remove helper scripts
-rm -f mkdist.sh make-files.sh make-all.sh .gitignore
+rm -f mkdist.sh .gitignore
(
cd usbdrv
cp Changelog.txt License.txt CommercialLicense.txt USB-IDs-for-free.txt USB-ID-FAQ.txt ..