aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
authorMiles Bader2008-08-18 05:33:28 +0000
committerMiles Bader2008-08-18 05:33:28 +0000
commita971635315e259c076de020b3676c04d1dcc415e (patch)
tree75f3ba39a51f39b4a6a870def828118feb37368f /make-dist
parent0faeefbb782d3358dd92c5a5911f5007a9e3bf09 (diff)
parent2db0e49ceef7ae03dac56d1ea90350322fee6a58 (diff)
downloademacs-a971635315e259c076de020b3676c04d1dcc415e.tar.gz
emacs-a971635315e259c076de020b3676c04d1dcc415e.zip
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1382
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/make-dist b/make-dist
index 2b3c583b69f..817daa8ac9a 100755
--- a/make-dist
+++ b/make-dist
@@ -510,7 +510,7 @@ echo "Making links to \`m4'"
510 510
511echo "Making links to \`nt'" 511echo "Making links to \`nt'"
512(cd nt 512(cd nt
513 ln emacs.manifest emacs.rc config.nt [a-z]*.c ../${tempdir}/nt 513 ln emacs.manifest emacs.rc emacsclient.rc config.nt [a-z]*.c ../${tempdir}/nt
514 ln nmake.defs gmake.defs subdirs.el ../${tempdir}/nt 514 ln nmake.defs gmake.defs subdirs.el ../${tempdir}/nt
515 ln [a-z]*.bat [a-z]*.h ../${tempdir}/nt 515 ln [a-z]*.bat [a-z]*.h ../${tempdir}/nt
516 ln ChangeLog INSTALL README makefile.w32-in ../${tempdir}/nt) 516 ln ChangeLog INSTALL README makefile.w32-in ../${tempdir}/nt)
@@ -672,7 +672,7 @@ echo "Making links to \`info'"
672 cd ../${tempdir}/info 672 cd ../${tempdir}/info
673 # Avoid an error when expanding the wildcards later. 673 # Avoid an error when expanding the wildcards later.
674 ln emacs dummy~ ; ln emacs \#dummy\# 674 ln emacs dummy~ ; ln emacs \#dummy\#
675 rm -f *~ \#*\# core) 675 rm -f *~ \#*\# core .arch-inventory)
676 676
677echo "Making links to \`doc/emacs'" 677echo "Making links to \`doc/emacs'"
678(cd doc/emacs 678(cd doc/emacs