aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
authorJim Blandy1993-07-07 09:58:18 +0000
committerJim Blandy1993-07-07 09:58:18 +0000
commit82a82d4881e577d717c483ca9c7255e4d3bd8997 (patch)
tree8ce4e5fcb0d1f0657f4f6213c80f5369481f55c5 /make-dist
parentb3c4423b207ec8f5c7ebc745fe9453f696d755b2 (diff)
downloademacs-82a82d4881e577d717c483ca9c7255e4d3bd8997.tar.gz
emacs-82a82d4881e577d717c483ca9c7255e4d3bd8997.zip
* 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-xmake-dist2
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."
145echo "Creating subdirectories." 145echo "Creating subdirectories."
146# I think we're not going to distribute anything in external-lisp, so 146# I think we're not going to distribute anything in external-lisp, so
147# I've removed it from this list. 147# I've removed it from this list.
148for subdir in lisp lisp/term lisp/forms-mode site-lisp \ 148for subdir in lisp lisp/term site-lisp \
149 src src/m src/s src/bitmaps lib-src oldXMenu \ 149 src src/m src/s src/bitmaps lib-src oldXMenu \
150 etc lock cpp info man shortnames vms; do 150 etc lock cpp info man shortnames vms; do
151 mkdir ${tempdir}/${subdir} 151 mkdir ${tempdir}/${subdir}