From d310e0321f888bf2fc215587457722a73b0f127a Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 20 May 2010 19:11:38 -0700 Subject: Replace /usr/X11R6 mapfiles path in manpage with actual path via sed Signed-off-by: Alan Coopersmith --- Makefile.am | 1 + ucs2any.man | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 . These files can also typically be found installed in the -.I /usr/X11R6/lib/X11/fonts/util/ +.I __mapfilesdir__ directory. .TP .I registry-encoding -- cgit v1.2.1