summaryrefslogtreecommitdiff
blob: 873cfc10991a4de2ed096541201b438aa27f2230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/Makefile.in	2018-06-24 14:36:18.647850208 +0000
+++ b/Makefile.in	2018-06-24 14:37:50.216321235 +0000
@@ -763,7 +763,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 $@
@@ -771,7 +771,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 $@