diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-11-25 05:49:37 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-11-25 05:49:37 +0000 |
commit | ff9b08f66a406cda516b268b536cdeeed23b3745 (patch) | |
tree | 671011458a52adc7eaa3699755279f39077948f4 /make-dist | |
parent | 11fdbcddec533510da42b0197da7d4d4b267d323 (diff) | |
download | emacs-ff9b08f66a406cda516b268b536cdeeed23b3745.tar.gz |
Exclude subdirs.el.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make-dist b/make-dist index afee25cd913..b42b61b450c 100755 --- a/make-dist +++ b/make-dist @@ -209,6 +209,7 @@ echo "Making links to \`lisp'." ln ChangeLog Makefile makefile.nt ChangeLog.? README dired.todo ../${tempdir}/lisp cd ../${tempdir}/lisp rm -f TAGS =* + rm -f subdirs.el rm -f site-init site-init.el site-init.elc rm -f site-load site-load.el site-load.elc rm -f site-start site-start.el site-start.elc |