From e1424c8c8e5c0aeeba304d20cbe7c475c701c641 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 16 Apr 2007 19:21:52 -0700 Subject: Correct XKB data files path in man page Use path found by configure instead of hardcoding __projectroot__/lib/X11/xkb --- Makefile.am | 1 + setxkbmap.man | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 226d448..2adbd44 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,7 @@ XORGRELSTRING = @PACKAGE_STRING@ XORGMANNAME = X Version 11 MAN_SUBSTS = \ + -e 's|__xkbconfigroot__|"$(XKBCONFIGROOT)"|' \ -e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \ -e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \ -e 's|__xservername__|Xorg|g' \ diff --git a/setxkbmap.man b/setxkbmap.man index c21eca6..48a5b24 100644 --- a/setxkbmap.man +++ b/setxkbmap.man @@ -23,7 +23,7 @@ specified on the command line. .P An XKB keymap is constructed from a number of components which are compiled only as needed. The source for all of the components can be found in -.IR __projectroot__/lib/X11/xkb . +.IR __xkbconfigroot__ . .SH OPTIONS .TP 8 .B \-help @@ -117,4 +117,4 @@ the server. keyboards(1) .. .SH FILES -.I __projectroot__/lib/X11/xkb +.I __xkbconfigroot__ -- cgit v1.2.3