Mercurial > emacs
changeset 5713:76d9b1408e5c
Distribute {src,lisp}/ChangeLog.? instead of {src,lisp}/OChangeLog.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Mon, 31 Jan 1994 23:57:52 +0000 |
parents | 6a26b8998df1 |
children | 9f37f85000d8 |
files | make-dist |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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