aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-06 20:17:22 +0000
committerRichard M. Stallman1993-05-06 20:17:22 +0000
commit4f8cc93a21915f05f11a39f747032064799e17e2 (patch)
tree1ec0891e52cd7159fbe286ef6893a3bec503e417
parent5511e41124338ebd78d652e2756e21576062fe2c (diff)
downloademacs-4f8cc93a21915f05f11a39f747032064799e17e2.tar.gz
emacs-4f8cc93a21915f05f11a39f747032064799e17e2.zip
Typo in last change.
-rwxr-xr-xmake-dist1
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'."
232 test -f Makefile && ln Makefile ../${tempdir}/man 232 test -f Makefile && ln Makefile ../${tempdir}/man
233 ln ChangeLog split-man ../${tempdir}/man 233 ln ChangeLog split-man ../${tempdir}/man
234 cp texinfo.tex texindex.c ../${tempdir}/man 234 cp texinfo.tex texindex.c ../${tempdir}/man
235 cd ../${tempdir}/man
235 rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail 236 rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail
236 rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux) 237 rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux)
237 238