Updating branch refs/heads/master
         to 4ff91980e48896bffc9587601d4b77210c3e8072 (commit)
       from c8b01e317a383aa169cc955b46bf035845d66921 (commit)

commit 4ff91980e48896bffc9587601d4b77210c3e8072
Author: Andreas Mueller <[email protected]>
Date:   Thu Jul 21 23:18:47 2011 +0200

    docs: On installation create relative paths in symlinks to images
    
    Signed-off-by: Andreas Mueller <[email protected]>

 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;
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to