[Xfce4-commits] <thunar:xfce-4.8> docs: On installation create relative paths in symlinks to images

Nick Schermer noreply at xfce.org
Mon Sep 12 20:58:01 CEST 2011


Updating branch refs/heads/xfce-4.8
         to 432d7abc5b84b7a15bb37d35bb95869d98a824a8 (commit)
       from eb1de5a4d3b5f921381d1ad908f98a0aeb077ae5 (commit)

commit 432d7abc5b84b7a15bb37d35bb95869d98a824a8
Author: Andreas Mueller <schnitzeltony at gmx.de>
Date:   Thu Jul 21 23:18:47 2011 +0200

    docs: On installation create relative paths in symlinks to images
    
    Signed-off-by: Andreas Mueller <schnitzeltony at gmx.de>
    
    (cherry picked from commit 4ff91980e48896bffc9587601d4b77210c3e8072)

 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 57c7c00..5207733 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 $(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