# HG changeset patch # User Roland McGrath # Date 760060672 0 # Node ID 76d9b1408e5c2128369670fcb8730ba858694d92 # Parent 6a26b8998df14b8d54e698a085780f7af975245a Distribute {src,lisp}/ChangeLog.? instead of {src,lisp}/OChangeLog. diff -r 6a26b8998df1 -r 76d9b1408e5c make-dist --- a/make-dist Mon Jan 31 23:05:32 1994 +0000 +++ b/make-dist Mon Jan 31 23:57:52 1994 +0000 @@ -170,7 +170,7 @@ 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 + ln ChangeLog ChangeLog.? README dired.todo ../${tempdir}/lisp cd ../${tempdir}/lisp rm -f TAGS =* rm -f site-init site-init.el site-init.elc @@ -213,7 +213,7 @@ 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.in ChangeLog OChangeLog config.h.in paths.h.in \ + ln README Makefile.in.in ChangeLog ChangeLog.? config.h.in paths.h.in \ ../${tempdir}/src ln .gdbinit .dbxinit ../${tempdir}/src ln *.opt vms-pp.trans ../${tempdir}/src