1
0
mirror of synced 2026-01-26 04:12:03 +00:00

release dribbles and msfuller (#1280)

* ignore loadups/exports.all (moved)

* add fuller.database and dribble files to release
This commit is contained in:
Larry Masinter
2023-07-20 21:39:15 -07:00
committed by GitHub
parent a678515a35
commit 652a9dc320
4 changed files with 14 additions and 2 deletions

View File

@@ -12,6 +12,14 @@ fi
# cp -p tmp/exports.all tmp/RDSYS tmp/RDSYS.LCOM library/
# just copy the files that are released
./scripts/cpv tmp/init.dribble loadups
./scripts/cpv tmp/lisp.dribble loadups
./scripts/cpv tmp/full.dribble loadups
./scripts/cpv tmp/fuller.dribble loadups
./scripts/cpv tmp/whereis.dribble loadups
./scripts/cpv tmp/fuller.database loadups
./scripts/cpv tmp/full.sysout loadups
./scripts/cpv tmp/lisp.sysout loadups
./scripts/cpv tmp/whereis.hash loadups

View File

@@ -19,14 +19,15 @@ echo making $tag-loadups.tgz
tar cfz medley/tmp/$tag-loadups.tgz \
medley/loadups/lisp.sysout \
medley/loadups/full.sysout \
medley/loadups/fuller.database \
medley/loadups/*.dribble \
medley/loadups/whereis.hash \
medley/library/exports.all
medley/loadups//exports.all
echo making $tag-runtime.tgz
tar cfz medley/tmp/$tag-runtime.tgz \
--exclude "*~" --exclude "*#*" \
--exclude exports.all \
medley/docs/dinfo \
medley/doctools \
medley/greetfiles \