diff options
author | Jim Blandy <jimb@redhat.com> | 1993-05-16 20:36:30 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-05-16 20:36:30 +0000 |
commit | df1ec5669474c3f666c65587ce385c53d8534d5d (patch) | |
tree | ccca3e046d968f8d6b640f2c712a2fcb1701388a /make-dist | |
parent | 8bdbf9ed9cf520702aea6afd16847d022b4ab1fd (diff) | |
download | emacs-df1ec5669474c3f666c65587ce385c53d8534d5d.tar.gz |
Don't distribute oldXMenu/Makefile.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist index 4853a3e840c..cf5070f9c7b 100755 --- a/make-dist +++ b/make-dist @@ -199,7 +199,7 @@ echo "Making links to \`lib-src'." echo "Making links to \`oldXMenu'." (cd oldXMenu ln *.c *.h *.in ../${tempdir}/oldXMenu - ln README Makefile Imakefile ChangeLog ../${tempdir}/oldXMenu + ln README Imakefile ChangeLog ../${tempdir}/oldXMenu ln compile.com descrip.mms ../${tempdir}/oldXMenu) echo "Making links to \`etc'." |