summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-11-15 22:57:57 +0000
committerRichard M. Stallman <rms@gnu.org>1993-11-15 22:57:57 +0000
commit7c75775d855f8f355ebebe0cffb4feb6758b2289 (patch)
tree9e12518ab23ce1e72b07aa449bbe26f69a925f51 /make-dist
parent6a054719be1fc4809ae6182686e8890e1ae4b15b (diff)
downloademacs-7c75775d855f8f355ebebe0cffb4feb6758b2289.tar.gz
Don't put lisp/forms.README in the distribution.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index 733cc29bca9..ecfece21695 100755
--- a/make-dist
+++ b/make-dist
@@ -156,7 +156,7 @@ echo "Making links to \`lisp'."
(cd lisp
ln [a-zA-Z]*.el ../${tempdir}/lisp
ln [a-zA-Z]*.elc ../${tempdir}/lisp
- ln [a-zA-Z]*.dat forms.README ../${tempdir}/lisp
+ ln [a-zA-Z]*.dat ../${tempdir}/lisp
## simula.el doesn't keep abbreviations in simula.defns any more.
## ln [a-zA-Z]*.defns ../${tempdir}/lisp
ln ChangeLog OChangeLog README dired.todo ../${tempdir}/lisp