aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/xfdesktop/xfdesktop/relative-symlinks-docs.patch
blob: fa70f6eb74ca51e30a909f7881c1442603368f8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 90e191cc4719172aa84e6a8ae694a6f2d6ee8989 Mon Sep 17 00:00:00 2001
From: Andreas Mueller <schnitzeltony@gmx.de>
Date: Fri, 22 Jul 2011 00:05:15 +0200
Subject: [PATCH] docs: On installation create relative paths in symlinks to
 images


Signed-off-by: Andreas Mueller <schnitzeltony@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 646821d..cbf79e1 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;
-- 
1.7.4.4