aports/testing/newsyslog/20-html.patch
Vlad Glagolev f9ffcd9807 testing/newsyslog: new aport
https://github.com/robohack/newsyslog
utility that automates system log rotation and compression
2023-05-31 08:35:00 +02:00

24 lines
512 B
Diff

Author: Vlad Glagolev <scm@vaygr.net>
URL: N/A
Summary: fixes build with groff
--- a/Makefile.am.orig
+++ b/Makefile.am
@@ -118,7 +118,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 $@
@@ -126,7 +126,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 $@