From: Tobias Oetiker Date: Sat, 6 May 2006 13:29:33 +0000 (+0000) Subject: lets have index.html -- Peter Breitenlohner X-Git-Tag: 1.2.14~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65a33f656072a1d4e865ddfedddde764bdd079d4;p=thirdparty%2Frrdtool-1.x.git lets have index.html -- Peter Breitenlohner git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@821 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 83b3753b..19f5730d 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