summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2006-10-30 14:20:47 +0000
committerChong Yidong <cyd@stupidchicken.com>2006-10-30 14:20:47 +0000
commitc0af0f6e1487dfb6a2428aad0c686201d088e84c (patch)
treeba3de80f8e59d17fe7ec8a0db6b7758a3e79a018 /make-dist
parentc5bd92c9c1e6f02ce73846e95b5e5a6b9646b233 (diff)
downloademacs-c0af0f6e1487dfb6a2428aad0c686201d088e84c.tar.gz
* make-dist: Add makefile.w32-in to the man, lispref and lispintro
directories.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/make-dist b/make-dist
index 4fa4ab729b4..eaa24e848c9 100755
--- a/make-dist
+++ b/make-dist
@@ -632,6 +632,7 @@ echo "Making links to \`info'"
echo "Making links to \`man'"
(cd man
ln *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man
+ ln makefile.w32-in ../${tempdir}/man
test -f README && ln README ../${tempdir}/man
test -f Makefile.in && ln Makefile.in ../${tempdir}/man
ln ChangeLog ../${tempdir}/man
@@ -646,6 +647,7 @@ echo "Making links to \`lispref'"
ln `ls -1 *.texi` ../${tempdir}/lispref
ln *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/lispref
ln *.txt *.el spellfile tindex.pl ../${tempdir}/lispref
+ ln makefile.w32-in ../${tempdir}/lispref
test -f README && ln README ../${tempdir}/lispref
test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref
ln ChangeLog ../${tempdir}/lispref
@@ -656,6 +658,7 @@ echo "Making links to \`lispref'"
echo "Making links to \`lispintro'"
(cd lispintro
ln *.texi *.aux *.cps *.fns *.kys *.vrs *.eps ../${tempdir}/lispintro
+ ln makefile.w32-in ../${tempdir}/lispintro
test -f texinfo.tex && ln texinfo.tex ../${tempdir}/lispintro
test -f README && ln README ../${tempdir}/lispintro
test -f Makefile.in && ln Makefile.in ../${tempdir}/lispintro