aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-05-03 19:44:00 +0000
committerRichard M. Stallman1995-05-03 19:44:00 +0000
commit774271716c7fe28a9cd386d475966c75f6f3496a (patch)
treef6f52997f9110806eb8c27ba64eba0e46d27c182
parent9589417cd45ff2c75023bc28888b517a564a66d3 (diff)
downloademacs-774271716c7fe28a9cd386d475966c75f6f3496a.tar.gz
emacs-774271716c7fe28a9cd386d475966c75f6f3496a.zip
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.
-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."
188echo "Creating subdirectories." 188echo "Creating subdirectories."
189for subdir in lisp lisp/term site-lisp \ 189for subdir in lisp lisp/term site-lisp \
190 src src/m src/s src/bitmaps lib-src oldXMenu lwlib \ 190 src src/m src/s src/bitmaps lib-src oldXMenu lwlib \
191 nt nt/inc nt/inc/sys nt/src \ 191 nt nt/inc nt/inc/sys \
192 etc etc/e lock cpp info man msdos vms; do 192 etc etc/e lock cpp info man msdos vms; do
193 mkdir ${tempdir}/${subdir} 193 mkdir ${tempdir}/${subdir}
194done 194done
@@ -255,7 +255,7 @@ echo "Making links to \`src/m'."
255 255
256echo "Making links to \`src/s'." 256echo "Making links to \`src/s'."
257(cd src/s 257(cd src/s
258 ln README [a-zA-Z0-9]*.h *.inp ../../${tempdir}/src/s) 258 ln README [a-zA-Z0-9]*.h ../../${tempdir}/src/s)
259 259
260echo "Making links to \`lib-src'." 260echo "Making links to \`lib-src'."
261(cd lib-src 261(cd lib-src
@@ -268,19 +268,15 @@ echo "Making links to \`lib-src'."
268 268
269echo "Making links to \`nt'." 269echo "Making links to \`nt'."
270(cd nt 270(cd nt
271 ln [a-z]*.cmd makefile.* todo ChangeLog install readme ../${tempdir}/nt) 271 ln [a-z]*.bat [a-z]*.h makefile.* todo ChangeLog install readme ../${tempdir}/nt)
272 272
273echo "Making links to \`nt/inc'." 273echo "Making links to \`nt/inc'."
274(cd nt/inc 274(cd nt/inc
275 ln [a-z]*.h ../${tempdir}/nt/inc) 275 ln [a-z]*.h ../../${tempdir}/nt/inc)
276 276
277echo "Making links to \`nt/inc/sys'." 277echo "Making links to \`nt/inc/sys'."
278(cd nt/inc/sys 278(cd nt/inc/sys
279 ln [a-z]*.h ../${tempdir}/nt/inc/sys) 279 ln [a-z]*.h ../../../${tempdir}/nt/inc/sys)
280
281echo "Making links to \`nt/src'."
282(cd nt/src
283 ln [a-z]*.h ../${tempdir}/nt/src)
284 280
285echo "Making links to \`msdos'." 281echo "Making links to \`msdos'."
286(cd msdos 282(cd msdos