diff options
| -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 |