diff options
author | Jim Blandy <jimb@redhat.com> | 1993-07-07 09:58:18 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-07-07 09:58:18 +0000 |
commit | 82a82d4881e577d717c483ca9c7255e4d3bd8997 (patch) | |
tree | 8ce4e5fcb0d1f0657f4f6213c80f5369481f55c5 /make-dist | |
parent | b3c4423b207ec8f5c7ebc745fe9453f696d755b2 (diff) | |
download | emacs-82a82d4881e577d717c483ca9c7255e4d3bd8997.tar.gz |
* make-dist (tempdir): Don't create lisp/forms-mode directory in
the distribution. Those files aren't kept in their own
subdirectory any more.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
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} |