Files
bsdports/data/rrdtool/files/patch-doc-Makefile.in
2019-12-26 07:26:06 +00:00

24 lines
829 B
Plaintext

--- ./doc/Makefile.in.orig 2019-10-14 00:07:38.453090000 +0200
+++ ./doc/Makefile.in 2019-10-14 00:08:44.895311000 +0200
@@ -390,9 +390,9 @@
# what should go into the distribution
EXTRA_DIST = $(GENERATED_EXTRADIST) $(POD) $(POD3) rrdtool-dump.dtd rrdtool-xport.dtd rrdgraph_libdbi.pod rrdlua.pod
-idocdir = $(RRDDOCDIR)/txt
+idocdir = $(datadir)/doc/rrdtool/txt
idoc_DATA = $(POD) $(TXT)
-ihtmldir = $(RRDDOCDIR)/html
+ihtmldir = $(datadir)/doc/rrdtool/html
ihtml_DATA = $(HTML)
imandir = $(mandir)/man1
iman_DATA = $(MAN)
@@ -698,7 +698,7 @@
$(AM_V_GEN)@POD2MAN@ --release=$(VERSION) --center=rrdtool --section=3 $< > $@
.1.txt .3.txt:
- $(AM_V_GEN)GROFF_NO_SGR=1 @NROFF@ -man -Tlp -Wbreak $< > $@
+ $(AM_V_GEN)GROFF_NO_SGR=1 @NROFF@ -man -Tlp $< > $@
.1.pdf .3.pdf:
$(AM_V_GEN)@TROFF@ -man $< | ps2pdf - $@