[Xfce4-commits] <thunar:master> docs: On installation create relative paths in symlinks to images
Nick Schermer
noreply at xfce.org
Sat Jul 23 15:42:02 CEST 2011
Updating branch refs/heads/master
to 4ff91980e48896bffc9587601d4b77210c3e8072 (commit)
from c8b01e317a383aa169cc955b46bf035845d66921 (commit)
commit 4ff91980e48896bffc9587601d4b77210c3e8072
Author: Andreas Mueller <schnitzeltony at gmx.de>
Date: Thu Jul 21 23:18:47 2011 +0200
docs: On installation create relative paths in symlinks to images
Signed-off-by: Andreas Mueller <schnitzeltony at 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 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;
More information about the Xfce4-commits
mailing list