From 003efbc5d03a4ebf28fc0b45f0df639a40a3dd55 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 7 Dec 1987 02:39:58 +0000 Subject: [PATCH] Add `examples' directory to distribution. --- etc/make_dist | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.25.1