[Xfce4-commits] <exo:xfce-4.8> Create relative symlinks to doc images (bug #7379).
Nick Schermer
noreply at xfce.org
Mon May 9 19:56:11 CEST 2011
Updating branch refs/heads/xfce-4.8
to 89c49bf73456aa4d08e6b96e3ddbf96892482927 (commit)
from aea95112ef4ff0d22746c467754aa3e5872926f8 (commit)
commit 89c49bf73456aa4d08e6b96e3ddbf96892482927
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>
(cherry picked from commit 6abf83b076f7898ed049359ea30a7477a6e69291)
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