diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-11-15 22:57:57 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-11-15 22:57:57 +0000 |
commit | 7c75775d855f8f355ebebe0cffb4feb6758b2289 (patch) | |
tree | 9e12518ab23ce1e72b07aa449bbe26f69a925f51 /make-dist | |
parent | 6a054719be1fc4809ae6182686e8890e1ae4b15b (diff) | |
download | emacs-7c75775d855f8f355ebebe0cffb4feb6758b2289.tar.gz |
Don't put lisp/forms.README in the distribution.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 2 |
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 |