aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-11-01 10:41:18 +0000
committerRichard M. Stallman1994-11-01 10:41:18 +0000
commit391b374875ab79e291559986077971b6cbf6ef96 (patch)
treeca3ad53e4e0c842ecc4d9dbeaa800dbd78c4a784
parent896c0d8b141ed14783af53dc76adb73d0c771c45 (diff)
downloademacs-391b374875ab79e291559986077971b6cbf6ef96.tar.gz
emacs-391b374875ab79e291559986077971b6cbf6ef96.zip
Put nt subdir and its subdirs in the dist.
(lib-src): Put makefile.nt in the dist. (lisp): Put makefile.nt in the dist.
-rwxr-xr-xmake-dist21
1 files changed, 19 insertions, 2 deletions
diff --git a/make-dist b/make-dist
index 29c5f7e1065..aa0a86d9e7e 100755
--- a/make-dist
+++ b/make-dist
@@ -171,6 +171,7 @@ echo "Creating subdirectories."
171# I've removed it from this list. 171# I've removed it from this list.
172for subdir in lisp lisp/term site-lisp \ 172for subdir in lisp lisp/term site-lisp \
173 src src/m src/s src/bitmaps lib-src oldXMenu lwlib \ 173 src src/m src/s src/bitmaps lib-src oldXMenu lwlib \
174 nt nt/inc nt/inc/sys nt/src \
174 etc lock cpp info man msdos shortnames vms; do 175 etc lock cpp info man msdos shortnames vms; do
175 mkdir ${tempdir}/${subdir} 176 mkdir ${tempdir}/${subdir}
176done 177done
@@ -183,7 +184,7 @@ echo "Making links to \`lisp'."
183 ln [a-zA-Z]*.dat ../${tempdir}/lisp 184 ln [a-zA-Z]*.dat ../${tempdir}/lisp
184 ## simula.el doesn't keep abbreviations in simula.defns any more. 185 ## simula.el doesn't keep abbreviations in simula.defns any more.
185 ## ln [a-zA-Z]*.defns ../${tempdir}/lisp 186 ## ln [a-zA-Z]*.defns ../${tempdir}/lisp
186 ln ChangeLog Makefile ChangeLog.? README dired.todo ../${tempdir}/lisp 187 ln ChangeLog Makefile makefile.nt ChangeLog.? README dired.todo ../${tempdir}/lisp
187 cd ../${tempdir}/lisp 188 cd ../${tempdir}/lisp
188 rm -f TAGS =* 189 rm -f TAGS =*
189 rm -f site-init site-init.el site-init.elc 190 rm -f site-init site-init.el site-init.elc
@@ -251,11 +252,27 @@ echo "Making links to \`lib-src'."
251(cd lib-src 252(cd lib-src
252 ln [a-zA-Z]*.[chy] [a-zA-Z]*.lex ../${tempdir}/lib-src 253 ln [a-zA-Z]*.[chy] [a-zA-Z]*.lex ../${tempdir}/lib-src
253 ln ChangeLog Makefile.in.in README testfile vcdiff ../${tempdir}/lib-src 254 ln ChangeLog Makefile.in.in README testfile vcdiff ../${tempdir}/lib-src
254 ln emacs.csh rcs2log rcs-checkin ../${tempdir}/lib-src 255 ln emacs.csh rcs2log rcs-checkin makefile.nt ../${tempdir}/lib-src
255 cd ../${tempdir}/lib-src 256 cd ../${tempdir}/lib-src
256 rm -f getdate.tab.c y.tab.c y.tab.h 257 rm -f getdate.tab.c y.tab.c y.tab.h
257 rm -f =* TAGS) 258 rm -f =* TAGS)
258 259
260echo "Making links to \`nt'."
261(cd nt
262 ln [a-z]*.cmd makefile.* todo ChangeLog install readme ../${tempdir}/nt)
263
264echo "Making links to \`nt/inc'."
265(cd nt/inc
266 ln [a-z]*.h ../${tempdir}/nt/inc)
267
268echo "Making links to \`nt/inc/sys'."
269(cd nt/inc/sys
270 ln [a-z]*.h ../${tempdir}/nt/inc/sys)
271
272echo "Making links to \`nt/src'."
273(cd nt/src
274 ln [a-z]*.h ../${tempdir}/nt/src)
275
259echo "Making links to \`msdos'." 276echo "Making links to \`msdos'."
260(cd msdos 277(cd msdos
261 ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos 278 ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos