[Xfce4-commits] <terminal:master> Make image directory paths relative.
Nick Schermer
noreply at xfce.org
Mon May 9 19:58:01 CEST 2011
Updating branch refs/heads/master
to 89317ea3db27632cf3d8ad681ecc5e526d463c47 (commit)
from 1d32183b69ee9c3f6a97cd3df0498578a50a8cfa (commit)
commit 89317ea3db27632cf3d8ad681ecc5e526d463c47
Author: Nick Schermer <nick at xfce.org>
Date: Mon May 9 19:56:11 2011 +0200
Make image directory paths relative.
doc/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9957c15..e1de852 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -22,7 +22,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)/C/images $$dest/images; \
+ ln -sf ../C/images $$dest/images; \
fi \
fi; \
file=$(srcdir)/man/$$lang/$(PACKAGE_NAME).1; \
More information about the Xfce4-commits
mailing list