aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-11-07 19:10:49 +0000
committerEli Zaretskii2001-11-07 19:10:49 +0000
commit909af7670c7e70f0a87044f1369e867b9041d86d (patch)
tree5bfdc991419e543abc8c23b4df1b1e9f757fda80
parentb64abe16f60c7c4bfbd117b9e1158012094c7bfe (diff)
downloademacs-909af7670c7e70f0a87044f1369e867b9041d86d.tar.gz
emacs-909af7670c7e70f0a87044f1369e867b9041d86d.zip
Fix last change.
-rw-r--r--man/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/Makefile.in b/man/Makefile.in
index 01f35842bb7..6b5bd1cd189 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -220,8 +220,9 @@ autotype.dvi: autotype.texi
220 220
221../info/calc: calc.texi 221../info/calc: calc.texi
222 cd $(srcdir); $(MAKEINFO) calc.texi 222 cd $(srcdir); $(MAKEINFO) calc.texi
223#autotype.dvi: autotype.texi 223# This does not yet work.
224# $(ENVADD) $(TEXI2DVI) ${srcdir}/autotype.texi 224#calc.dvi: calc.texi
225# $(ENVADD) $(TEXI2DVI) ${srcdir}/calc.texi
225 226
226# This is produced with --no-split to avoid making files whose 227# This is produced with --no-split to avoid making files whose
227# names clash on DOS 8+3 filesystems 228# names clash on DOS 8+3 filesystems