From 5ffe19768856afd6d0e8cd134bd445e297e67662 Mon Sep 17 00:00:00 2001 From: Andreas Mueller Date: Sun, 6 Mar 2011 14:23:02 +0100 Subject: [PATCH] docs: On installation create relative paths in symlinks to images Signed-off-by: Andreas Mueller --- docs/manual/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/manual/Makefile.am b/docs/manual/Makefile.am index 5bb0692..8586bdd 100644 --- a/docs/manual/Makefile.am +++ b/docs/manual/Makefile.am @@ -20,7 +20,7 @@ install-data-local: done; \ if test x"$$lang" != x"C" -a ! -d $(srcdir)/images/$$lang; then \ echo "--- Creating symlink to C images for $$lang"; \ - ln -sf $(docdir)/html/C/images $$dest/images; \ + ln -sf ../C/images $$dest/images; \ fi \ fi \ done; -- 1.7.2.3