Bug 21675 xmodmap manpage states the wrong path to XKeysymDB
authorAlan Coopersmith <alan.coopersmith@sun.com>
Mon, 11 May 2009 17:16:29 +0000 (10:16 -0700)
committerAlan Coopersmith <alan.coopersmith@sun.com>
Mon, 11 May 2009 17:16:29 +0000 (10:16 -0700)
http://bugs.freedesktop.org/show_bug.cgi?id=21675

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Makefile.am
xmodmap.man

index 905e023..6d07e32 100644 (file)
@@ -53,6 +53,8 @@ SED = sed
 XORGRELSTRING = @PACKAGE_STRING@
   XORGMANNAME = X Version 11
 
+X11_DATADIR=$(datadir)/X11     # Where libX11 installs XKeysymDB
+
 MAN_SUBSTS = \
        -e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
        -e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
@@ -60,6 +62,7 @@ MAN_SUBSTS = \
        -e 's|__xconfigfile__|xorg.conf|g' \
        -e 's|__projectroot__|$(prefix)|g' \
        -e 's|__apploaddir__|$(appdefaultdir)|' \
+       -e 's|__X11datadir__|$(X11_DATADIR)|' \
        -e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
        -e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \
        -e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \
index 69b5f2d..5d52f79 100644 (file)
@@ -141,7 +141,7 @@ The \fIKEYSYMNAME\fP on the left hand side is translated into matching keycodes
 used to perform the corresponding set of \fBkeycode\fP expressions.
 The list of keysym names may be
 found in the header file \fI<X11/keysymdef.h>\fP (without the \fIXK_\fP prefix)
-or the keysym database \fI __projectroot__/lib/X11/XKeysymDB\fP.  Note that
+or the keysym database \fI __X11datadir__/XKeysymDB\fP.  Note that
 if the same keysym is bound to multiple keys, the expression is executed
 for each matching keycode.
 .TP 8