diff options
| author | Christoph Scholtes | 2012-02-05 13:56:41 -0700 |
|---|---|---|
| committer | Christoph Scholtes | 2012-02-05 13:56:41 -0700 |
| commit | 3e44c7824fbd6bdc2396d89637f6760c70d9be39 (patch) | |
| tree | 01fbfe68dc452f21fbf33710b8eb9fb7793aad90 /make-dist | |
| parent | 7519763363bcb835f5387784bce5251ea1beb71e (diff) | |
| download | emacs-3e44c7824fbd6bdc2396d89637f6760c70d9be39.tar.gz emacs-3e44c7824fbd6bdc2396d89637f6760c70d9be39.zip | |
* make-dist (README.W32): Include file in source tarball.
* nt/README.W32: Clarification for inclusion in source tarball.
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -398,13 +398,12 @@ echo "Making links to \`m4'" | |||
| 398 | (cd m4 | 398 | (cd m4 |
| 399 | ln *.m4 ../${tempdir}/m4) | 399 | ln *.m4 ../${tempdir}/m4) |
| 400 | 400 | ||
| 401 | ## Exclude README.W32 because it is specific to pre-built binaries(?). | ||
| 402 | echo "Making links to \`nt'" | 401 | echo "Making links to \`nt'" |
| 403 | (cd nt | 402 | (cd nt |
| 404 | ln emacs.manifest emacs.rc emacsclient.rc config.nt ../${tempdir}/nt | 403 | ln emacs.manifest emacs.rc emacsclient.rc config.nt ../${tempdir}/nt |
| 405 | ln emacs-src.tags nmake.defs gmake.defs subdirs.el ../${tempdir}/nt | 404 | ln emacs-src.tags nmake.defs gmake.defs subdirs.el ../${tempdir}/nt |
| 406 | ln [a-z]*.bat [a-z]*.[ch] ../${tempdir}/nt | 405 | ln [a-z]*.bat [a-z]*.[ch] ../${tempdir}/nt |
| 407 | ln ChangeLog INSTALL README makefile.w32-in ../${tempdir}/nt) | 406 | ln ChangeLog INSTALL README README.W32 makefile.w32-in ../${tempdir}/nt) |
| 408 | 407 | ||
| 409 | echo "Making links to \`nt/inc' and its subdirectories" | 408 | echo "Making links to \`nt/inc' and its subdirectories" |
| 410 | for f in `find nt/inc -type f -name '[a-z]*.h'`; do | 409 | for f in `find nt/inc -type f -name '[a-z]*.h'`; do |