X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2FMakefile.am;h=3fc96a41645880ad271be227f8755216adceef55;hb=ec028ffc51de6a4d33427ea505e2839b0516fd7d;hp=ba22f05e46ca2e81d918efd3cf4004fa0e009724;hpb=5cbf604e8be474094aef371c53917ec9046bad32;p=rrdtool.git diff --git a/doc/Makefile.am b/doc/Makefile.am index ba22f05..3fc96a4 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -14,7 +14,8 @@ SRC = rrdgraph.src rrdgraph_examples.src rrdgraph_rpn.src \ POD = rrdtool.pod rrdlast.pod rrdcreate.pod rrdupdate.pod rrdtutorial.es.pod \ cdeftutorial.pod rpntutorial.pod rrdgraph-old.pod bin_dec_hex.pod \ rrdfetch.pod rrdrestore.pod rrddump.pod rrdtune.pod rrdresize.pod \ - rrdcgi.pod rrdtutorial.pod rrdinfo.pod $(SRC:.src=.pod) + rrdxport.pod rrdcgi.pod rrdtutorial.pod rrdinfo.pod rrdthreads.pod \ + $(SRC:.src=.pod) PMP = RRDs.pm RRDp.pm @@ -34,7 +35,7 @@ ihtml_DATA = $(HTML) imandir = $(prefix)/man/man1 iman_DATA = $(MAN) -all-local: link txt man html +all-local: link txt man html-local .src.pod: perl -n -e 'if (/^=include\s+(\S+)/){open F,"$$1.inc" || die $$?;print ; close F} else {print}' $< > $@ @@ -58,15 +59,15 @@ RRDp.pm: ln -s ../bindings/perl-piped/RRDp.pm . index.html: - rm index.html; ln -s rrdtool.html index.html + rm -f index.html; ln -s rrdtool.html index.html link: RRDp.pm RRDs.pm index.html man: $(MAN) -html: $(HTML) +html-local: $(HTML) txt: $(TXT) -pdf: $(PDF) +pdf-local: $(PDF)