Mercurial > emacs
comparison make-dist @ 1626:53422adb945d
* make-dist: Don't bother to distribute src/*.com, or
src/vmsbuild; those have all been moved to `../vms'.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Mon, 16 Nov 1992 02:00:38 +0000 |
parents | 8c779144d540 |
children | 5ca8f0065e4e |
comparison
equal
deleted
inserted
replaced
1625:376427dea90a | 1626:53422adb945d |
---|---|
140 ln [a-zA-Z]*.h ../${tempdir}/src | 140 ln [a-zA-Z]*.h ../${tempdir}/src |
141 ln [a-zA-Z]*.s ../${tempdir}/src | 141 ln [a-zA-Z]*.s ../${tempdir}/src |
142 ln README Makefile.in ymakefile ChangeLog config.h.in paths.h.in \ | 142 ln README Makefile.in ymakefile ChangeLog config.h.in paths.h.in \ |
143 ../${tempdir}/src | 143 ../${tempdir}/src |
144 ln .gdbinit .dbxinit ../${tempdir}/src | 144 ln .gdbinit .dbxinit ../${tempdir}/src |
145 ln *.com *.opt vms-pp.trans vmsbuild ../${tempdir}/src | 145 ln *.opt vms-pp.trans ../${tempdir}/src |
146 cd ../${tempdir}/src | 146 cd ../${tempdir}/src |
147 rm -f config.h paths.h Makefile | 147 rm -f config.h paths.h Makefile |
148 if [ -z "${newer}" ]; then | 148 if [ -z "${newer}" ]; then |
149 etags *.h *.c ../lisp/*.el | 149 etags *.h *.c ../lisp/*.el |
150 fi) | 150 fi) |