diff options
author | Christoph Scholtes <cschol2112@gmail.com> | 2012-02-05 13:56:41 -0700 |
---|---|---|
committer | Christoph Scholtes <cschol2112@gmail.com> | 2012-02-05 13:56:41 -0700 |
commit | 3e44c7824fbd6bdc2396d89637f6760c70d9be39 (patch) | |
tree | 01fbfe68dc452f21fbf33710b8eb9fb7793aad90 /make-dist | |
parent | 7519763363bcb835f5387784bce5251ea1beb71e (diff) | |
download | emacs-3e44c7824fbd6bdc2396d89637f6760c70d9be39.tar.gz |
* 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
diff --git a/make-dist b/make-dist index d1d80097824..55dac98d713 100755 --- a/make-dist +++ b/make-dist @@ -398,13 +398,12 @@ echo "Making links to \`m4'" (cd m4 ln *.m4 ../${tempdir}/m4) -## Exclude README.W32 because it is specific to pre-built binaries(?). echo "Making links to \`nt'" (cd nt ln emacs.manifest emacs.rc emacsclient.rc config.nt ../${tempdir}/nt ln emacs-src.tags nmake.defs gmake.defs subdirs.el ../${tempdir}/nt ln [a-z]*.bat [a-z]*.[ch] ../${tempdir}/nt - ln ChangeLog INSTALL README makefile.w32-in ../${tempdir}/nt) + ln ChangeLog INSTALL README README.W32 makefile.w32-in ../${tempdir}/nt) echo "Making links to \`nt/inc' and its subdirectories" for f in `find nt/inc -type f -name '[a-z]*.h'`; do |