# HG changeset patch # User Jim Blandy # Date 742039098 0 # Node ID 43a30cb1b170879eb71d7b28c072fd87c2c4a8cb # Parent 3a16b66a26d9fb11daf4f4dd190ce35cd8919210 * make-dist (tempdir): Don't create lisp/forms-mode directory in the distribution. Those files aren't kept in their own subdirectory any more. diff -r 3a16b66a26d9 -r 43a30cb1b170 make-dist --- a/make-dist Wed Jul 07 06:26:31 1993 +0000 +++ b/make-dist Wed Jul 07 09:58:18 1993 +0000 @@ -145,7 +145,7 @@ 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}