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

Nick Schermer noreply at xfce.org
Thu Sep 22 22:02:01 CEST 2011


Updating branch refs/heads/xfce-4.8
         to 08b6d60056d7ca9884a46d6b92e77c9fc68ce8c5 (commit)
       from e8ad20782cc06fff98ac8d8f8673de2857669da3 (commit)

commit 08b6d60056d7ca9884a46d6b92e77c9fc68ce8c5
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>
    
    (cherry picked from commit 2c0a71391a01419135373b90d058737335cc31db)

 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