summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-05-03 19:44:00 +0000
committerRichard M. Stallman <rms@gnu.org>1995-05-03 19:44:00 +0000
commit1b8182118a78d9fe03b2859727e453be912d5da9 (patch)
treec7928d5a7c9716f315f9684571fdb84ee6fccc28 /make-dist
parent0161dc6ddf4c51c28df00034428437e264c04199 (diff)
downloademacs-1b8182118a78d9fe03b2859727e453be912d5da9.tar.gz
Don't copy in src/s/*.inp. Don't copy nt/src.
In nt. copy various different things, but not *.cmd. Fix the ln commands for the subdirs of nt.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist14
1 files changed, 5 insertions, 9 deletions
diff --git a/make-dist b/make-dist
index 05f84fd18de..bf916a8730c 100755
--- a/make-dist
+++ b/make-dist
@@ -188,7 +188,7 @@ echo "Updating version number in README."
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 \
+ nt nt/inc nt/inc/sys \
etc etc/e lock cpp info man msdos vms; do
mkdir ${tempdir}/${subdir}
done
@@ -255,7 +255,7 @@ echo "Making links to \`src/m'."
echo "Making links to \`src/s'."
(cd src/s
- ln README [a-zA-Z0-9]*.h *.inp ../../${tempdir}/src/s)
+ ln README [a-zA-Z0-9]*.h ../../${tempdir}/src/s)
echo "Making links to \`lib-src'."
(cd lib-src
@@ -268,19 +268,15 @@ echo "Making links to \`lib-src'."
echo "Making links to \`nt'."
(cd nt
- ln [a-z]*.cmd makefile.* todo ChangeLog install readme ../${tempdir}/nt)
+ ln [a-z]*.bat [a-z]*.h makefile.* todo ChangeLog install readme ../${tempdir}/nt)
echo "Making links to \`nt/inc'."
(cd nt/inc
- ln [a-z]*.h ../${tempdir}/nt/inc)
+ ln [a-z]*.h ../../${tempdir}/nt/inc)
echo "Making links to \`nt/inc/sys'."
(cd nt/inc/sys
- ln [a-z]*.h ../${tempdir}/nt/inc/sys)
-
-echo "Making links to \`nt/src'."
-(cd nt/src
- ln [a-z]*.h ../${tempdir}/nt/src)
+ ln [a-z]*.h ../../../${tempdir}/nt/inc/sys)
echo "Making links to \`msdos'."
(cd msdos