diff options
| author | Richard M. Stallman | 1993-08-08 21:58:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-08-08 21:58:25 +0000 |
| commit | 7a094f24488c2004903f1b2db0c5ee072f02e49f (patch) | |
| tree | 3424a2e8f36300a2bfe9169bd11f59c0e5872f6c | |
| parent | 79e0df73a8c8be787754a6d6716c48bb347835c3 (diff) | |
| download | emacs-7a094f24488c2004903f1b2db0c5ee072f02e49f.tar.gz emacs-7a094f24488c2004903f1b2db0c5ee072f02e49f.zip | |
(src, lisp): Include OChangeLog in dist.
| -rwxr-xr-x | make-dist | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -159,7 +159,7 @@ echo "Making links to \`lisp'." | |||
| 159 | ln [a-zA-Z]*.dat forms.README ../${tempdir}/lisp | 159 | ln [a-zA-Z]*.dat forms.README ../${tempdir}/lisp |
| 160 | ## simula.el doesn't keep abbreviations in simula.defns any more. | 160 | ## simula.el doesn't keep abbreviations in simula.defns any more. |
| 161 | ## ln [a-zA-Z]*.defns ../${tempdir}/lisp | 161 | ## ln [a-zA-Z]*.defns ../${tempdir}/lisp |
| 162 | ln ChangeLog README dired.todo ../${tempdir}/lisp | 162 | ln ChangeLog OChangeLog README dired.todo ../${tempdir}/lisp |
| 163 | cd ../${tempdir}/lisp | 163 | cd ../${tempdir}/lisp |
| 164 | rm -f TAGS =* | 164 | rm -f TAGS =* |
| 165 | rm -f site-init site-init.el site-init.elc | 165 | rm -f site-init site-init.el site-init.elc |
| @@ -202,7 +202,7 @@ echo "Making links to \`src'." | |||
| 202 | test -f ../${tempdir}/src/gmalloc.c || cp gmalloc.c ../${tempdir}/src | 202 | test -f ../${tempdir}/src/gmalloc.c || cp gmalloc.c ../${tempdir}/src |
| 203 | ln [a-zA-Z]*.h ../${tempdir}/src | 203 | ln [a-zA-Z]*.h ../${tempdir}/src |
| 204 | ln [a-zA-Z]*.s ../${tempdir}/src | 204 | ln [a-zA-Z]*.s ../${tempdir}/src |
| 205 | ln README Makefile.in ymakefile ChangeLog config.h.in paths.h.in \ | 205 | ln README Makefile.in ymakefile ChangeLog OChangeLog config.h.in paths.h.in \ |
| 206 | ../${tempdir}/src | 206 | ../${tempdir}/src |
| 207 | ln .gdbinit .dbxinit ../${tempdir}/src | 207 | ln .gdbinit .dbxinit ../${tempdir}/src |
| 208 | ln *.opt vms-pp.trans ../${tempdir}/src | 208 | ln *.opt vms-pp.trans ../${tempdir}/src |