summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-04-16 19:21:52 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-04-16 19:21:52 -0700
commite1424c8c8e5c0aeeba304d20cbe7c475c701c641 (patch)
tree8bcd49d6ab6a5c1d8110407017be8f6e598ff4e3
parentc10ca0d0f886f01f48f6090eed0ed6d0364c0e47 (diff)
Correct XKB data files path in man page
Use path found by configure instead of hardcoding __projectroot__/lib/X11/xkb
-rw-r--r--Makefile.am1
-rw-r--r--setxkbmap.man4
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__