summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c334a63)
raw | patch | inline | side by side (parent: c334a63)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 2 Jan 2008 22:06:16 +0000 (22:06 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 2 Jan 2008 22:06:16 +0000 (22:06 +0000) |
doc/Makefile.am | patch | blob | history |
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 70f456c2a5a4f82db60c62dc601f06fc2a1e4c6b..7396231748fce90af9a3474b13bb75bc118ee7cb 100644 (file)
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
perl -n -e 'if (/^=include\s+(\S+)/){open F,"$$1.inc" || die $$?;print <F>; close F} else {print}' $< > $@
.pod.1 .pm.1 .pl.1:
- pod2man --release=$(VERSION) --center=rrdtool $< > $@
+ -pod2man --release=$(VERSION) --center=rrdtool $< > $@
.1.txt:
GROFF_NO_SGR=1 @NROFF@ -man -Tlp $< > $@
@TROFF@ -man $< | ps2pdf - $@
.pm.html .pod.html .pl.html:
- pod2html --infile=$< --outfile=$@ --noindex --htmlroot=. --podpath=. --title=$*
+ -pod2html --infile=$< --outfile=$@ --noindex --htmlroot=. --podpath=. --title=$*
RRDs.pod:
$(LN_S) $(top_srcdir)/bindings/perl-shared/RRDs.pm RRDs.pod