From: Richard M. Stallman Date: Mon, 15 Nov 1993 22:57:57 +0000 (+0000) Subject: Don't put lisp/forms.README in the distribution. X-Git-Tag: emacs-19.34~10818 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8d2197ac5f3c2d9ec686151e2a3d1e46a3f33e93;p=emacs.git Don't put lisp/forms.README in the distribution. --- 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