From: Chris Hanson Date: Mon, 7 Dec 1987 02:39:58 +0000 (+0000) Subject: Add `examples' directory to distribution. X-Git-Tag: 20090517-FFI~13010 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=003efbc5d03a4ebf28fc0b45f0df639a40a3dd55;p=mit-scheme.git Add `examples' directory to distribution. --- diff --git a/etc/make_dist b/etc/make_dist index 6725bebbe..8fbf23d69 100755 --- a/etc/make_dist +++ b/etc/make_dist @@ -34,10 +34,7 @@ vms/make.vms # Copy all the auxiliary files. Use $tempfile because of buggy # interaction between `find' and RFA under recent versions of hp-ux. cd $source -if (-e $tempfile) then - rm -f $tempfile -endif -find Makefile documentation etc makefiles libs -print > $tempfile +find Makefile documentation etc examples makefiles libs -print > $tempfile find vms \( -name '*.com' -o -name '*.txt' -o -name '*.el' \) -print >> $tempfile cpio -pdmuv $destination < $tempfile rm -f $tempfile