X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2FMakefile.am;h=70f456c2a5a4f82db60c62dc601f06fc2a1e4c6b;hb=65878d5b2342b37186d9557f314e8a37dbc86de2;hp=83b3753b9b4e94d0b4232a212334644ff504d9b3;hpb=c44fb9ef30bd171074c3221a8f3f55179c6c59d3;p=rrdtool.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 83b3753..70f456c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -12,7 +12,7 @@ POD = bin_dec_hex.pod rrddump.pod rrdgraph_examples.pod rrdre cdeftutorial.pod rrdfetch.pod rrdgraph_graph.pod rrdthreads.pod rrdxport.pod \ rpntutorial.pod rrdfirst.pod rrdgraph_rpn.pod rrdtool.pod \ rrd-beginners.pod rrdinfo.pod rrdtune.pod rrdbuild.pod \ - rrdcgi.pod rrdgraph.pod rrdlast.pod \ + rrdcgi.pod rrdgraph.pod rrdlast.pod rrdlastupdate.pod \ rrdcreate.pod rrdgraph_data.pod rrdresize.pod rrdtutorial.pod @@ -51,10 +51,10 @@ all-local: link txt man html-local pod2html --infile=$< --outfile=$@ --noindex --htmlroot=. --podpath=. --title=$* RRDs.pod: - ln -s $(top_srcdir)/bindings/perl-shared/RRDs.pm RRDs.pod + $(LN_S) $(top_srcdir)/bindings/perl-shared/RRDs.pm RRDs.pod RRDp.pod: - ln -s $(top_srcdir)/bindings/perl-piped/RRDp.pm RRDp.pod + $(LN_S) $(top_srcdir)/bindings/perl-piped/RRDp.pm RRDp.pod link: RRDp.pod RRDs.pod @@ -68,4 +68,5 @@ pdf-local: $(PDF) pod: $(POD) - +install-data-hook: + cd $(DESTDIR)$(ihtmldir) && rm -f index.html && $(LN_S) rrdtool.html index.html