summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-04-02 22:14:17 +0000
committerRichard M. Stallman <rms@gnu.org>1995-04-02 22:14:17 +0000
commit5f2a2806fd3882bf0e06a22497bf78398daf2284 (patch)
tree573891edfde1b9595a449685f61ca32bcfc3ac45 /make-dist
parent79bc28e1182ef948aaeaa2d0e260cfdb7faeb6c1 (diff)
downloademacs-5f2a2806fd3882bf0e06a22497bf78398daf2284.tar.gz
Don't distribute shortnames directory.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist9
1 files changed, 2 insertions, 7 deletions
diff --git a/make-dist b/make-dist
index 141b6d5e6a5..53433e6a0d6 100755
--- a/make-dist
+++ b/make-dist
@@ -170,7 +170,7 @@ echo "Creating subdirectories."
for subdir in lisp lisp/term site-lisp \
src src/m src/s src/bitmaps lib-src oldXMenu lwlib \
nt nt/inc nt/inc/sys nt/src \
- etc etc/e lock cpp info man msdos shortnames vms; do
+ etc etc/e lock cpp info man msdos vms; do
mkdir ${tempdir}/${subdir}
done
@@ -320,11 +320,6 @@ echo "Making links to \`man'."
rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail
rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux)
-echo "Making links to \`shortnames'."
-(cd shortnames
- ln *.c ../${tempdir}/shortnames
- ln Makefile reserved special ../${tempdir}/shortnames)
-
echo "Making links to \`vms'."
(cd vms
ln [0-9a-zA-Z]* ../${tempdir}/vms
@@ -336,7 +331,7 @@ echo "Making links to \`vms'."
echo "Making sure copying notices are all copies of \`etc/COPYING'."
rm -f ${tempdir}/etc/COPYING
cp etc/COPYING ${tempdir}/etc/COPYING
-for subdir in lisp src lib-src info shortnames msdos; do
+for subdir in lisp src lib-src info msdos; do
if [ -f ${tempdir}/${subdir}/COPYING ]; then
rm ${tempdir}/${subdir}/COPYING
fi