summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 518e0d7)
raw | patch | inline | side by side (parent: 518e0d7)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 6 May 2006 13:29:33 +0000 (13:29 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 6 May 2006 13:29:33 +0000 (13:29 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@821 a5681a0c-68f1-0310-ab6d-d61299d08faa
doc/Makefile.am | patch | blob | history |
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 83b3753b9b4e94d0b4232a212334644ff504d9b3..19f5730dce545d3e80d2e19b6c34217bfeaba7f0 100644 (file)
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
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
pod: $(POD)
-
+install-data-hook:
+ cd $(DESTDIR)$(ihtmldir) && rm -f index.html && $(LN_S) rrdtool.html index.html