* make-dist (tempdir): Don't create lisp/forms-mode directory in
the distribution. Those files aren't kept in their own subdirectory any more.
This commit is contained in:
parent
b3c4423b20
commit
82a82d4881
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue