X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=doc%2FMakefile.am;h=19f5730dce545d3e80d2e19b6c34217bfeaba7f0;hb=daf9623ffaf9ec95bda440e316d52f04698abee6;hp=83b3753b9b4e94d0b4232a212334644ff504d9b3;hpb=c44fb9ef30bd171074c3221a8f3f55179c6c59d3;p=rrdtool.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 83b3753..19f5730 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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