summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-03-25 01:49:59 +0000
committerJim Blandy <jimb@redhat.com>1993-03-25 01:49:59 +0000
commit55a645472ab1e71d12e1207f4ce89bb928a92ac1 (patch)
treebf6d0f46304f62e9cd4f5a0c52cb477d9d459b9f /make-dist
parent9ae465fb4f3ef47d821e2b2b288d8b68b2c65367 (diff)
downloademacs-55a645472ab1e71d12e1207f4ce89bb928a92ac1.tar.gz
* make-dist: Include the VMS support files in oldXMenu in the
distribution.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist3
1 files changed, 2 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index c09d7306b04..165aab2d76d 100755
--- a/make-dist
+++ b/make-dist
@@ -199,7 +199,8 @@ echo "Making links to \`lib-src'."
echo "Making links to \`oldXMenu'."
(cd oldXMenu
ln *.c *.h ../${tempdir}/oldXMenu
- ln README Makefile Imakefile ChangeLog ../${tempdir}/oldXMenu)
+ ln README Makefile Imakefile ChangeLog ../${tempdir}/oldXMenu
+ ln compile.mms descrip.mms ../${tempdir}/oldXMenu)
echo "Making links to \`etc'."
### Don't distribute = files, TAGS, DOC files, backups, autosaves, or tex litter.