diff options
| author | Richard M. Stallman | 1994-11-01 10:41:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-11-01 10:41:18 +0000 |
| commit | 391b374875ab79e291559986077971b6cbf6ef96 (patch) | |
| tree | ca3ad53e4e0c842ecc4d9dbeaa800dbd78c4a784 | |
| parent | 896c0d8b141ed14783af53dc76adb73d0c771c45 (diff) | |
| download | emacs-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-x | make-dist | 21 |
1 files changed, 19 insertions, 2 deletions
| @@ -171,6 +171,7 @@ echo "Creating subdirectories." | |||
| 171 | # I've removed it from this list. | 171 | # I've removed it from this list. |
| 172 | for subdir in lisp lisp/term site-lisp \ | 172 | for 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} |
| 176 | done | 177 | done |
| @@ -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 | ||
| 260 | echo "Making links to \`nt'." | ||
| 261 | (cd nt | ||
| 262 | ln [a-z]*.cmd makefile.* todo ChangeLog install readme ../${tempdir}/nt) | ||
| 263 | |||
| 264 | echo "Making links to \`nt/inc'." | ||
| 265 | (cd nt/inc | ||
| 266 | ln [a-z]*.h ../${tempdir}/nt/inc) | ||
| 267 | |||
| 268 | echo "Making links to \`nt/inc/sys'." | ||
| 269 | (cd nt/inc/sys | ||
| 270 | ln [a-z]*.h ../${tempdir}/nt/inc/sys) | ||
| 271 | |||
| 272 | echo "Making links to \`nt/src'." | ||
| 273 | (cd nt/src | ||
| 274 | ln [a-z]*.h ../${tempdir}/nt/src) | ||
| 275 | |||
| 259 | echo "Making links to \`msdos'." | 276 | echo "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 |