[Xfce4-commits] <xfwm4:master> docs: On installation create relative paths in symlinks to images

Nick Schermer noreply at xfce.org
Sat Jul 23 15:42:03 CEST 2011


Updating branch refs/heads/master
         to 2c0a71391a01419135373b90d058737335cc31db (commit)
       from 376549146cc7b1a0c6a22d6f329744964ade0490 (commit)

commit 2c0a71391a01419135373b90d058737335cc31db
Author: Andreas Mueller <schnitzeltony at gmx.de>
Date:   Thu Jul 21 19:52:28 2011 +0200

    docs: On installation create relative paths in symlinks to images
    
    Signed-off-by: Andreas Mueller <schnitzeltony at gmx.de>

 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 b21962f..88e234b 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;


More information about the Xfce4-commits mailing list