diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-04-16 19:21:52 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-04-16 19:21:52 -0700 |
commit | e1424c8c8e5c0aeeba304d20cbe7c475c701c641 (patch) | |
tree | 8bcd49d6ab6a5c1d8110407017be8f6e598ff4e3 /Makefile.am | |
parent | c10ca0d0f886f01f48f6090eed0ed6d0364c0e47 (diff) |
Correct XKB data files path in man page
Use path found by configure instead of hardcoding __projectroot__/lib/X11/xkb
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 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' \ |