1 ## Process this file with automake to produce Makefile.in
3 SUFFIXES = .pod .1 .man .html .txt .pm .pdf .inc
5 #AUTOMAKE_OPTIONS = foreign
7 #ACLOCAL_M4 = $(top_srcdir)/config/aclocal.m4
9 CLEANFILES = *.1 *.html *.txt *-dircache RRD?.pod *.pdf *~ core *itemcache *.rej *.orig *.tmp
11 POD = bin_dec_hex.pod rrddump.pod rrdgraph_examples.pod rrdrestore.pod rrdupdate.pod \
12 cdeftutorial.pod rrdfetch.pod rrdgraph_graph.pod rrdthreads.pod rrdxport.pod \
13 rpntutorial.pod rrdfirst.pod rrdgraph_rpn.pod rrdtool.pod \
14 rrd-beginners.pod rrdinfo.pod rrdtune.pod rrdbuild.pod \
15 rrdcgi.pod rrdgraph.pod rrdlast.pod rrdlastupdate.pod \
16 rrdcreate.pod rrdgraph_data.pod rrdresize.pod rrdtutorial.pod
19 PMP = RRDs.pod RRDp.pod
23 HTML = $(POD:.pod=.html) $(PMP:.pod=.html)
26 # what should go into the distribution
27 EXTRA_DIST= $(POD) $(HTML) $(MAN) $(TXT) rrdtool-dump.dtd rrdtool-xport.dtd
29 idocdir = $(RRDDOCDIR)/txt
30 idoc_DATA = $(POD) $(TXT)
31 ihtmldir = $(RRDDOCDIR)/html
33 imandir = $(mandir)/man1
36 all-local: link txt man html-local
39 perl -n -e 'if (/^=include\s+(\S+)/){open F,"$$1.inc" || die $$?;print <F>; close F} else {print}' $< > $@
42 @POD2MAN@ --release=$(VERSION) --center=rrdtool $< > $@
45 GROFF_NO_SGR=1 @NROFF@ -man -Tlp $< > $@
48 @TROFF@ -man $< | ps2pdf - $@
50 .pm.html .pod.html .pl.html:
51 @POD2HTML@ --infile=$< --outfile=$@ --noindex --htmlroot=. --podpath=. --title=$*
54 $(LN_S) $(top_srcdir)/bindings/perl-shared/RRDs.pm RRDs.pod
57 $(LN_S) $(top_srcdir)/bindings/perl-piped/RRDp.pm RRDp.pod
59 link: RRDp.pod RRDs.pod
72 cd $(DESTDIR)$(ihtmldir) && rm -f index.html && $(LN_S) rrdtool.html index.html