diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-06 20:17:22 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-06 20:17:22 +0000 |
commit | 4f8cc93a21915f05f11a39f747032064799e17e2 (patch) | |
tree | 1ec0891e52cd7159fbe286ef6893a3bec503e417 /make-dist | |
parent | 5511e41124338ebd78d652e2756e21576062fe2c (diff) | |
download | emacs-4f8cc93a21915f05f11a39f747032064799e17e2.tar.gz |
Typo in last change.
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 33332333efe..32ac5937ea8 100755 --- a/make-dist +++ b/make-dist @@ -232,6 +232,7 @@ echo "Making links to \`man'." test -f Makefile && ln Makefile ../${tempdir}/man ln ChangeLog split-man ../${tempdir}/man cp texinfo.tex texindex.c ../${tempdir}/man + cd ../${tempdir}/man rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux) |