From e20d9c9a58d8dc81ad690a4d8a1004a6b09583f4 Mon Sep 17 00:00:00 2001 From: Andreas Mueller Date: Sun, 17 Jul 2011 23:29:34 +0200 Subject: [PATCH] docs: On installation create relative paths in symlinks to images Signed-off-by: Andreas Mueller --- doc/manual/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index 86f313e..45c490a 100644 --- a/doc/manual/Makefile.am +++ b/doc/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 $(DESTDIR)$(docdir)/html/$$lang/images; \ + ln -sf ../C/images $(DESTDIR)$(docdir)/html/$$lang/images; \ fi \ fi \ done; -- 1.7.4.4