Mercurial > emacs
changeset 2832:47d8f937a4bc
* make-dist: Include any *.in files in oldXMenu in the distribution.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sun, 16 May 1993 19:32:53 +0000 |
parents | dfae6a8f590e |
children | 5e02025884d8 |
files | make-dist |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/make-dist Sun May 16 18:57:37 1993 +0000 +++ b/make-dist Sun May 16 19:32:53 1993 +0000 @@ -198,7 +198,7 @@ echo "Making links to \`oldXMenu'." (cd oldXMenu - ln *.c *.h ../${tempdir}/oldXMenu + ln *.c *.h *.in ../${tempdir}/oldXMenu ln README Makefile Imakefile ChangeLog ../${tempdir}/oldXMenu ln compile.com descrip.mms ../${tempdir}/oldXMenu)