diff options
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | 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__ |