mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-09 09:16:02 -08:00
* make-dist: Don't bother creating an arch-lib directory; that's
only for installation now.
This commit is contained in:
parent
e94740ce87
commit
1d650ff1bd
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
#### make-dist: create an Emacs distribution tar file from the current
|
||||
#### source tree. This basically creates a duplicate directory
|
||||
#### source tree. This basically creates a duplicate directory
|
||||
#### structure, and then hard links into it only those files that should
|
||||
#### be distributed. This means that if you add a file with an odd name,
|
||||
#### you should make sure that this script will include it.
|
||||
|
|
@ -103,7 +103,7 @@ cp config.sub ${tempdir}
|
|||
echo "Creating subdirectories."
|
||||
for subdir in lisp lisp/term local-lisp external-lisp \
|
||||
src src/m src/s lib-src oldXMenu \
|
||||
etc lock arch-lib cpp info man shortnames vms; do
|
||||
etc lock cpp info man shortnames vms; do
|
||||
mkdir ${tempdir}/${subdir}
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue