summaryrefslogtreecommitdiff
blob: 265858e74e4b0fb9bcd09117828ff56bb7386fb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/Makefile.in	Tue May 21 14:08:11 2002
+++ b/Makefile.in	Sun Aug 18 22:06:23 2002
@@ -591,7 +591,7 @@
 
 .8.8.html:
 	@rm -f $@
-	($(TBL) $< | $(NROFF) -mdoc2html > $@) || (rm -f $@; exit 1)
+	($(TBL) $< | $(NROFF) -mhtml > $@) || (rm -f $@; exit 1)
 
 .5.5.ps:
 	@rm -f $@
@@ -599,7 +599,7 @@
 
 .5.5.html:
 	@rm -f $@
-	($(TBL) $< | $(NROFF) -mdoc2html > $@) || (rm -f $@; exit 1)
+	($(TBL) $< | $(NROFF) -mhtml > $@) || (rm -f $@; exit 1)
 
 .cat5.cat5-dist:
 	@rm -f $@