Mercurial > emacs
changeset 9805:ee0d90e7720d
Put nt subdir and its subdirs in the dist.
(lib-src): Put makefile.nt in the dist.
(lisp): Put makefile.nt in the dist.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 01 Nov 1994 10:41:18 +0000 |
parents | f98b24714f01 |
children | 7542dbfaea18 |
files | make-dist |
diffstat | 1 files changed, 19 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/make-dist Tue Nov 01 10:31:35 1994 +0000 +++ b/make-dist Tue Nov 01 10:41:18 1994 +0000 @@ -171,6 +171,7 @@ # I've removed it from this list. 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 lock cpp info man msdos shortnames vms; do mkdir ${tempdir}/${subdir} done @@ -183,7 +184,7 @@ ln [a-zA-Z]*.dat ../${tempdir}/lisp ## simula.el doesn't keep abbreviations in simula.defns any more. ## ln [a-zA-Z]*.defns ../${tempdir}/lisp - ln ChangeLog Makefile ChangeLog.? README dired.todo ../${tempdir}/lisp + ln ChangeLog Makefile makefile.nt ChangeLog.? README dired.todo ../${tempdir}/lisp cd ../${tempdir}/lisp rm -f TAGS =* rm -f site-init site-init.el site-init.elc @@ -251,11 +252,27 @@ (cd lib-src ln [a-zA-Z]*.[chy] [a-zA-Z]*.lex ../${tempdir}/lib-src ln ChangeLog Makefile.in.in README testfile vcdiff ../${tempdir}/lib-src - ln emacs.csh rcs2log rcs-checkin ../${tempdir}/lib-src + ln emacs.csh rcs2log rcs-checkin makefile.nt ../${tempdir}/lib-src cd ../${tempdir}/lib-src rm -f getdate.tab.c y.tab.c y.tab.h rm -f =* TAGS) +echo "Making links to \`nt'." +(cd nt + ln [a-z]*.cmd makefile.* todo ChangeLog install readme ../${tempdir}/nt) + +echo "Making links to \`nt/inc'." +(cd 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) + echo "Making links to \`msdos'." (cd msdos ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos