From: oetiker Date: Sun, 25 Feb 2001 22:57:02 +0000 (+0000) Subject: Fixed ln for modules X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=73e35fca20119bca0018ef62dda0c4c67d850220;p=rrdtool.git Fixed ln for modules git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@15 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 5f3b815..64a33ee 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -46,10 +46,10 @@ all-local: link txt man html pod2html --infile=$< --outfile=$@ --noindex --htmlroot=. --podpath=. --title=$* RRDs.pm: - ln -s ../perl-shared/RRDs.pm . + ln -s ../bindings/perl-shared/RRDs.pm . RRDp.pm: - ln -s ../perl-piped/RRDp.pm . + ln -s ../bindings/perl-piped/RRDp.pm . link: RRDp.pm RRDs.pm