From 82a82d4881e577d717c483ca9c7255e4d3bd8997 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 7 Jul 1993 09:58:18 +0000 Subject: [PATCH] * make-dist (tempdir): Don't create lisp/forms-mode directory in the distribution. Those files aren't kept in their own subdirectory any more. --- make-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-dist b/make-dist index e0ffad0ba7f..76e28f765b5 100755 --- a/make-dist +++ b/make-dist @@ -145,7 +145,7 @@ echo "Updating version number in README." echo "Creating subdirectories." # I think we're not going to distribute anything in external-lisp, so # I've removed it from this list. -for subdir in lisp lisp/term lisp/forms-mode site-lisp \ +for subdir in lisp lisp/term site-lisp \ src src/m src/s src/bitmaps lib-src oldXMenu \ etc lock cpp info man shortnames vms; do mkdir ${tempdir}/${subdir}