Add `examples' directory to distribution.
authorChris Hanson <org/chris-hanson/cph>
Mon, 7 Dec 1987 02:39:58 +0000 (02:39 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 7 Dec 1987 02:39:58 +0000 (02:39 +0000)
etc/make_dist

index 6725bebbe25b542397b53af903e440fa0e455b5f..8fbf23d6932bfdbb995f8a70c6a97f64ba8bf14c 100755 (executable)
@@ -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