summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2011-10-31 19:37:39 +0200
committerEli Zaretskii <eliz@gnu.org>2011-10-31 19:37:39 +0200
commit0bd3cb7b2f44639e1da2245b086cedeabbfe46cf (patch)
tree9533c1779407e6d76d1a447e6de2522bb584788e /make-dist
parent08e1d82c8818959ce2885519fe138172e2db5bf3 (diff)
downloademacs-0bd3cb7b2f44639e1da2245b086cedeabbfe46cf.tar.gz
Fix distribution tarball for the MS-DOS build.
make-dist (tempdir): Create `autogen'. (msdos): Add depfiles.bat and inttypes.h. (autogen): Put README, config.in, and Makefile.in ionto the distribution, they are needed for the MS-DOS build. msdos/sed3v2.inp (insrcdir): Comment out definition. $(insrcdir): Edit into MS-DOS existence test.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist7
1 files changed, 6 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index a428686cc84..b7043b28d8f 100755
--- a/make-dist
+++ b/make-dist
@@ -297,7 +297,7 @@ for subdir in site-lisp \
nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \
`find etc lisp admin -type d` \
doc doc/emacs doc/misc doc/man doc/lispref doc/lispintro \
- info m4 msdos \
+ info m4 msdos autogen \
nextstep nextstep/Cocoa nextstep/Cocoa/Emacs.base \
nextstep/Cocoa/Emacs.base/Contents \
nextstep/Cocoa/Emacs.base/Contents/Resources \
@@ -419,8 +419,13 @@ echo "Making links to \`nt/icons'"
echo "Making links to \`msdos'"
(cd msdos
ln ChangeLog INSTALL README emacs.ico emacs.pif ../${tempdir}/msdos
+ ln depfiles.bat inttypes.h ../${tempdir}/msdos
ln is_exec.c sigaction.c mainmake.v2 sed*.inp ../${tempdir}/msdos)
+echo "Making links to \`autogen'"
+(cd autogen
+ ln README config.in Makefile.in ../${tempdir}/autogen)
+
echo "Making links to \`nextstep'"
(cd nextstep
ln ChangeLog README INSTALL ../${tempdir}/nextstep)