[Xfce4-commits] <exo:master> Create relative symlinks to doc images (bug #7379).
Nick Schermer
noreply at xfce.org
Mon May 9 18:32:01 CEST 2011
Updating branch refs/heads/master
to 6abf83b076f7898ed049359ea30a7477a6e69291 (commit)
from 2e3744b9f9e64fbed18513027c0d000cbc8d046b (commit)
commit 6abf83b076f7898ed049359ea30a7477a6e69291
Author: Andreas Mueller <schnitzeltony at gmx.de>
Date: Sun Mar 6 14:23:02 2011 +0100
Create relative symlinks to doc images (bug #7379).
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 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;
More information about the Xfce4-commits
mailing list