diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-01-26 20:02:13 -0500 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-01-27 14:16:25 -0800 |
commit | 7962c8f78964d460c76f76dda2795b971a8c2a94 (patch) | |
tree | 225830a71fe7f760bf8f1a164764bf83a8a187fd /cpprules.in | |
parent | d2322b6309bf15a45002b42e7e6ba3d6b5bfa932 (diff) |
man: add missing __datadir__ for Xserver XWin man pages
The man pages display __datadir__/fonts/X11/... because __datadir__
is missing in cpprules.in. Problem was introduced in commit:
b54bc14ce0ae38c4863794bc3096ca86cdb23908
when replacing __projectroot__ in the previous font path.
Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'cpprules.in')
-rw-r--r-- | cpprules.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpprules.in b/cpprules.in index 7219e361f..2e0856bee 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) \ |