[PATCH xserver] man: add missing __datadir__ for Xserver XWin man pages

Alan Coopersmith Alan.Coopersmith at Sun.COM
Mon Jan 25 17:25:19 PST 2010


Reviewed-by: Alan Coopersmith <alan.coopersmith at sun.com>

(though you may want to fix the typo in "missing" in the commit comment)

Gaetan Nadon wrote:
> 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) \

-- 
	-Alan Coopersmith-           alan.coopersmith at sun.com
	 Sun Microsystems, Inc. - X Window System Engineering



More information about the xorg-devel mailing list