mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-09 02:32:25 +01:00
https://github.com/robohack/newsyslog utility that automates system log rotation and compression
24 lines
512 B
Diff
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 $@
|