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

Nick Schermer noreply at xfce.org
Sat Jul 23 13:14:02 CEST 2011


Updating branch refs/heads/master
         to 6d76b3625dd5ad2206a9c17575e22d99d43c8ecc (commit)
       from f374896ba804883f64dc261be13109bf77b2fa88 (commit)

commit 6d76b3625dd5ad2206a9c17575e22d99d43c8ecc
Author: Andreas Mueller <schnitzeltony at gmx.de>
Date:   Wed Jul 13 22:02:41 2011 +0200

    docs: On installation create relative paths in symlinks to images

 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 5c8bf95..c7a4186 100644
--- a/doc/manual/Makefile.am
+++ b/doc/manual/Makefile.am
@@ -21,7 +21,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;


More information about the Xfce4-commits mailing list