[PATCH xserver] man: add missing __datadir__ for Xserver XWin man pages
Gaetan Nadon
memsize at videotron.ca
Sat Jan 23 17:06:28 PST 2010
The man pages display __datadir__/fonts/X11/... because __datadir__
is misisng in cpprules.in. Problem was introduced in commit:
b54bc14ce0ae38c4863794bc3096ca86cdb23908
when replacing __projectroot__ in the previous font path.
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
cpprules.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/cpprules.in b/cpprules.in
index 7219e36..2e0856b 100644
--- a/cpprules.in
+++ b/cpprules.in
@@ -36,6 +36,7 @@ MANDEFS = \
-D__adminmansuffix__=$(ADMIN_MAN_SUFFIX) \
-D__mandir__=$(mandir) \
-D__projectroot__=$(prefix) \
+ -D__datadir__=$(datadir) \
-D__xconfigfile__=$(__XCONFIGFILE__) \
-D__xconfigdir__=$(__XCONFIGDIR__) \
-D__xkbdir__=$(XKB_BASE_DIRECTORY) \
--
1.6.0.4
More information about the xorg-devel
mailing list