You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/newsyslog/files/newsyslog-1.1.0.81-html.patch

21 lines
428 B

--- a/Makefile.in
+++ b/Makefile.in
@@ -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 $@