From 83404fa440658fde41d81c134beb1c6ef3c993c5 Mon Sep 17 00:00:00 2001 From: oetiker Date: Sun, 25 Feb 2001 22:57:02 +0000 Subject: [PATCH] Fixed ln for modules git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@15 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/program/doc/Makefile.am b/program/doc/Makefile.am index 5f3b8157..64a33ee6 100644 --- a/program/doc/Makefile.am +++ b/program/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 -- 2.30.2