Updating branch refs/heads/master
         to 6abf83b076f7898ed049359ea30a7477a6e69291 (commit)
       from 2e3744b9f9e64fbed18513027c0d000cbc8d046b (commit)

commit 6abf83b076f7898ed049359ea30a7477a6e69291
Author: Andreas Mueller <schnitzelt...@gmx.de>
Date:   Sun Mar 6 14:23:02 2011 +0100

    Create relative symlinks to doc images (bug #7379).
    
    Signed-off-by: Andreas Mueller <schnitzelt...@gmx.de>

 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 5bb0692..8586bdd 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 $$dest/images; \
+                               ln -sf ../C/images $$dest/images; \
                        fi \
                fi \
        done;
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to