Make exports.all and whereis.hash in tmp directory. Add script to release. (#249)
This commit is contained in:
12
scripts/release-all.sh
Executable file
12
scripts/release-all.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
export MEDLEYDIR=`pwd`
|
||||
|
||||
if [ ! -x run-medley ] ; then
|
||||
echo run from MEDLEYDIR
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cp -p tmp/full.sysout tmp/lisp.sysout tmp/*.dribble tmp/whereis.hash loadups/
|
||||
cp -p tmp/exports.all library/
|
||||
|
||||
Reference in New Issue
Block a user