[Xfce4-commits] <xfce4-session:master> docs: On installation create relative paths in symlinks to images
Nick Schermer
noreply at xfce.org
Sat Jul 23 15:42:01 CEST 2011
Updating branch refs/heads/master
to 00159a379b8b192615137e59b66d5317493f57f3 (commit)
from 8488a10997629e97260390bd31edc771c86bc026 (commit)
commit 00159a379b8b192615137e59b66d5317493f57f3
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>
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