(src, lisp): Include OChangeLog in dist.

This commit is contained in:
Richard M. Stallman 1993-08-08 21:58:25 +00:00
parent 79e0df73a8
commit 7a094f2448

View file

@ -159,7 +159,7 @@ echo "Making links to \`lisp'."
ln [a-zA-Z]*.dat forms.README ../${tempdir}/lisp
## simula.el doesn't keep abbreviations in simula.defns any more.
## ln [a-zA-Z]*.defns ../${tempdir}/lisp
ln ChangeLog README dired.todo ../${tempdir}/lisp
ln ChangeLog OChangeLog README dired.todo ../${tempdir}/lisp
cd ../${tempdir}/lisp
rm -f TAGS =*
rm -f site-init site-init.el site-init.elc
@ -202,7 +202,7 @@ echo "Making links to \`src'."
test -f ../${tempdir}/src/gmalloc.c || cp gmalloc.c ../${tempdir}/src
ln [a-zA-Z]*.h ../${tempdir}/src
ln [a-zA-Z]*.s ../${tempdir}/src
ln README Makefile.in ymakefile ChangeLog config.h.in paths.h.in \
ln README Makefile.in ymakefile ChangeLog OChangeLog config.h.in paths.h.in \
../${tempdir}/src
ln .gdbinit .dbxinit ../${tempdir}/src
ln *.opt vms-pp.trans ../${tempdir}/src