diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-05-20 19:11:38 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-05-20 19:11:38 -0700 |
commit | d310e0321f888bf2fc215587457722a73b0f127a (patch) | |
tree | 2fa838e6f037d8674e5ef624a635b1f47ec56435 | |
parent | 6ce4badc29d599835a9f2593aa9835b1905a72a2 (diff) |
Replace /usr/X11R6 mapfiles path in manpage with actual path via sed
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | ucs2any.man | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index eed0c2d..5fa1514 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,6 +70,7 @@ SED = sed MAN_SUBSTS = \ -e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \ + -e 's|__mapfilesdir__|$(mapfilesdir)|g' \ -e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' SUFFIXES = .$(APP_MAN_SUFFIX) .man diff --git a/ucs2any.man b/ucs2any.man index 2454f5d..0a619f4 100644 --- a/ucs2any.man +++ b/ucs2any.man @@ -38,7 +38,7 @@ is the name of an ISO 10646-1 encoded BDF file. is the name of a character set table like those at .BR <ftp://ftp.unicode.org/Public/MAPPINGS/> . These files can also typically be found installed in the -.I /usr/X11R6/lib/X11/fonts/util/ +.I __mapfilesdir__ directory. .TP .I registry-encoding |