diff options
| author | Richard M. Stallman | 1996-05-03 21:48:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-05-03 21:48:07 +0000 |
| commit | e827bc372f024900ec596b62f63c562025f66888 (patch) | |
| tree | 659d444b62e42bff8e0fa8375350f8879171397b | |
| parent | 138d2349f3ec125357d8ceb516702328dbe01bfd (diff) | |
| download | emacs-e827bc372f024900ec596b62f63c562025f66888.tar.gz emacs-e827bc372f024900ec596b62f63c562025f66888.zip | |
Include nt/inc/arpa and nt/inc/netinet in the dist.
Don't include config.w95.
| -rwxr-xr-x | make-dist | 12 |
1 files changed, 10 insertions, 2 deletions
| @@ -196,7 +196,7 @@ echo "Updating version number in README" | |||
| 196 | echo "Creating subdirectories" | 196 | echo "Creating subdirectories" |
| 197 | for subdir in lisp lisp/term site-lisp \ | 197 | for subdir in lisp lisp/term site-lisp \ |
| 198 | src src/m src/s src/bitmaps lib-src oldXMenu lwlib \ | 198 | src src/m src/s src/bitmaps lib-src oldXMenu lwlib \ |
| 199 | nt nt/inc nt/inc/sys \ | 199 | nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet \ |
| 200 | etc etc/e lock cpp info man msdos vms; do | 200 | etc etc/e lock cpp info man msdos vms; do |
| 201 | mkdir ${tempdir}/${subdir} | 201 | mkdir ${tempdir}/${subdir} |
| 202 | done | 202 | done |
| @@ -279,7 +279,7 @@ echo "Making links to \`lib-src'" | |||
| 279 | 279 | ||
| 280 | echo "Making links to \`nt'" | 280 | echo "Making links to \`nt'" |
| 281 | (cd nt | 281 | (cd nt |
| 282 | ln emacs.ico emacs.rc config.nt config.w95 [a-z]*.in [a-z]*.c ../${tempdir}/nt | 282 | ln emacs.ico emacs.rc config.nt [a-z]*.in [a-z]*.c ../${tempdir}/nt |
| 283 | ln [a-z]*.bat [a-z]*.h makefile.def makefile.nt ../${tempdir}/nt | 283 | ln [a-z]*.bat [a-z]*.h makefile.def makefile.nt ../${tempdir}/nt |
| 284 | ln TODO ChangeLog INSTALL README ../${tempdir}/nt) | 284 | ln TODO ChangeLog INSTALL README ../${tempdir}/nt) |
| 285 | 285 | ||
| @@ -291,6 +291,14 @@ echo "Making links to \`nt/inc/sys'" | |||
| 291 | (cd nt/inc/sys | 291 | (cd nt/inc/sys |
| 292 | ln [a-z]*.h ../../../${tempdir}/nt/inc/sys) | 292 | ln [a-z]*.h ../../../${tempdir}/nt/inc/sys) |
| 293 | 293 | ||
| 294 | echo "Making links to \`nt/inc/arpa'" | ||
| 295 | (cd nt/inc/arpa | ||
| 296 | ln [a-z]*.h ../../../${tempdir}/nt/inc/arpa) | ||
| 297 | |||
| 298 | echo "Making links to \`nt/inc/netinet'" | ||
| 299 | (cd nt/inc/netinet | ||
| 300 | ln [a-z]*.h ../../../${tempdir}/nt/inc/netinet) | ||
| 301 | |||
| 294 | echo "Making links to \`msdos'" | 302 | echo "Making links to \`msdos'" |
| 295 | (cd msdos | 303 | (cd msdos |
| 296 | ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos | 304 | ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos |