[Xfce4-commits] <xfce4-session:xfce-4.8> docs: On installation create relative paths in symlinks to images
Nick Schermer
noreply at xfce.org
Mon Sep 12 21:22:02 CEST 2011
Updating branch refs/heads/xfce-4.8
to 944673962796a08c58a73caafe919bd62874ddf2 (commit)
from 91244191e7908f0e2bb91e174830f69501570147 (commit)
commit 944673962796a08c58a73caafe919bd62874ddf2
Author: Andreas Mueller <schnitzeltony at gmx.de>
Date: Sun Jul 17 23:29:34 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 00159a379b8b192615137e59b66d5317493f57f3)
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 86f313e..45c490a 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