From 73e35fca20119bca0018ef62dda0c4c67d850220 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/program@15 a5681a0c-68f1-0310-ab6d-d61299d08faa --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2