Mercurial > emacs
comparison make-dist @ 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 | 27013efefaab |
children | 15e380b232fa |
comparison
equal
deleted
inserted
replaced
5712:6a26b8998df1 | 5713:76d9b1408e5c |
---|---|
168 ln [a-zA-Z]*.el ../${tempdir}/lisp | 168 ln [a-zA-Z]*.el ../${tempdir}/lisp |
169 ln [a-zA-Z]*.elc ../${tempdir}/lisp | 169 ln [a-zA-Z]*.elc ../${tempdir}/lisp |
170 ln [a-zA-Z]*.dat ../${tempdir}/lisp | 170 ln [a-zA-Z]*.dat ../${tempdir}/lisp |
171 ## simula.el doesn't keep abbreviations in simula.defns any more. | 171 ## simula.el doesn't keep abbreviations in simula.defns any more. |
172 ## ln [a-zA-Z]*.defns ../${tempdir}/lisp | 172 ## ln [a-zA-Z]*.defns ../${tempdir}/lisp |
173 ln ChangeLog OChangeLog README dired.todo ../${tempdir}/lisp | 173 ln ChangeLog ChangeLog.? README dired.todo ../${tempdir}/lisp |
174 cd ../${tempdir}/lisp | 174 cd ../${tempdir}/lisp |
175 rm -f TAGS =* | 175 rm -f TAGS =* |
176 rm -f site-init site-init.el site-init.elc | 176 rm -f site-init site-init.el site-init.elc |
177 rm -f site-load site-load.el site-load.elc | 177 rm -f site-load site-load.el site-load.elc |
178 rm -f default default.el default.elc) | 178 rm -f default default.el default.elc) |
211 ln [a-zA-Z]*.c ../${tempdir}/src | 211 ln [a-zA-Z]*.c ../${tempdir}/src |
212 ## Might be a symlink to a file on another filesystem. | 212 ## Might be a symlink to a file on another filesystem. |
213 test -f ../${tempdir}/src/gmalloc.c || cp gmalloc.c ../${tempdir}/src | 213 test -f ../${tempdir}/src/gmalloc.c || cp gmalloc.c ../${tempdir}/src |
214 ln [a-zA-Z]*.h ../${tempdir}/src | 214 ln [a-zA-Z]*.h ../${tempdir}/src |
215 ln [a-zA-Z]*.s ../${tempdir}/src | 215 ln [a-zA-Z]*.s ../${tempdir}/src |
216 ln README Makefile.in.in ChangeLog OChangeLog config.h.in paths.h.in \ | 216 ln README Makefile.in.in ChangeLog ChangeLog.? config.h.in paths.h.in \ |
217 ../${tempdir}/src | 217 ../${tempdir}/src |
218 ln .gdbinit .dbxinit ../${tempdir}/src | 218 ln .gdbinit .dbxinit ../${tempdir}/src |
219 ln *.opt vms-pp.trans ../${tempdir}/src | 219 ln *.opt vms-pp.trans ../${tempdir}/src |
220 cd ../${tempdir}/src | 220 cd ../${tempdir}/src |
221 rm -f config.h paths.h Makefile | 221 rm -f config.h paths.h Makefile |