diff options
| author | Eli Zaretskii | 2001-09-01 06:58:54 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-09-01 06:58:54 +0000 |
| commit | 80b97918d7a2fd6e4ea5d3f870559cb0fd87b1e7 (patch) | |
| tree | bc5e451f46a57de60e17a5926e65d6531a5be16c | |
| parent | 9187d0a60a5f8753f6bbcc33ea6c8d23bc0664c7 (diff) | |
| download | emacs-80b97918d7a2fd6e4ea5d3f870559cb0fd87b1e7.tar.gz emacs-80b97918d7a2fd6e4ea5d3f870559cb0fd87b1e7.zip | |
(nt): Link subdirs.el as well.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | make-dist | 2 |
2 files changed, 5 insertions, 1 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * make-dist (nt): Add subdirs.el to the list of distributed files. | ||
| 4 | |||
| 1 | 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il> | 5 | 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 6 | ||
| 3 | * configure.in (machine): Add an entry for | 7 | * configure.in (machine): Add an entry for |
| @@ -484,7 +484,7 @@ echo "Making links to \`lib-src'" | |||
| 484 | echo "Making links to \`nt'" | 484 | echo "Making links to \`nt'" |
| 485 | (cd nt | 485 | (cd nt |
| 486 | ln emacs.rc config.nt [a-z]*.in [a-z]*.c ../${tempdir}/nt | 486 | ln emacs.rc config.nt [a-z]*.in [a-z]*.c ../${tempdir}/nt |
| 487 | ln _emacs nmake.defs gmake.defs ../${tempdir}/nt | 487 | ln _emacs nmake.defs gmake.defs subdirs.el ../${tempdir}/nt |
| 488 | ln [a-z]*.bat [a-z]*.h makefile.def makefile.nt ../${tempdir}/nt | 488 | ln [a-z]*.bat [a-z]*.h makefile.def makefile.nt ../${tempdir}/nt |
| 489 | ln TODO ChangeLog INSTALL README makefile.w32-in ../${tempdir}/nt) | 489 | ln TODO ChangeLog INSTALL README makefile.w32-in ../${tempdir}/nt) |
| 490 | 490 | ||