ef7fef7
diff -up xterm-313/minstall.in.man-paths xterm-313/minstall.in
ef7fef7
--- xterm-313/minstall.in.man-paths	2014-02-28 00:43:50.000000000 +0100
ef7fef7
+++ xterm-313/minstall.in	2014-12-08 11:47:33.071962479 +0100
ef7fef7
@@ -138,6 +138,11 @@ USE_chr1=`echo "$USE_name" | sed -e 's/^
784d512
 USE_Name=${USE_chr0}${USE_chr1}
784d512
 USE_NAME=`echo "$USE_name" | tr '[a-z]' '[A-Z]'`
b10971c
 
b10971c
+fontpath=/usr/share/X11/fonts
b10971c
+xorgcfgdir=/etc/X11
b10971c
+xorgcfgfil=xorg.conf
b10971c
+X_MANSECT=7
ffca35f
+
784d512
 sed	-e 's%__vendorversion__%"X Window System"%' \
784d512
 	-e 's%__app_version__%Patch\ \#'$PATCH_NUM% \
784d512
 	-e 's%__app_date__%'$PATCH_YMD% \
ef7fef7
@@ -161,6 +166,9 @@ sed	-e 's%__vendorversion__%"X Window Sy
b10971c
 	-e s%/etc/utmp%$UTMP_PATH%g \
b10971c
 	-e s%fIwtmp'\\%fI'$WTMP_NAME'\\%g' \
b10971c
 	-e s%/etc/wtmp%$WTMP_PATH%g \
b10971c
+ 	-e s%__fontpath__%$fontpath%g \
b10971c
+ 	-e s%__xorgcfgdir__%$xorgcfgdir%g \
b10971c
+ 	-e s%__xorgcfgfil__%$xorgcfgfil%g \
b10971c
 	$OLD_FILE >$NEW_FILE
784d512
 # diff -u $OLD_FILE $NEW_FILE
b10971c
 
ef7fef7
diff -up xterm-313/xterm.man.man-paths xterm-313/xterm.man
ef7fef7
--- xterm-313/xterm.man.man-paths	2014-12-08 11:47:33.072962481 +0100
ef7fef7
+++ xterm-313/xterm.man	2014-12-08 11:50:03.248282304 +0100
ef7fef7
@@ -2096,19 +2096,18 @@ Since X11R6, bitmap fonts have been scal
ffca35f
 The font server claims to provide the bold font that \fI\*n\fP requests,
69b28ac
 but the result is not always readable.
aa0216d
 XFree86 introduced a feature which can be used to suppress the scaling.
ef7fef7
-In the X server's configuration file (e.g., \*(``/etc/X11/XFree86\*(''
ef7fef7
-or \*(``/etc/X11/xorg.conf\*(''), you
e14adb9
+In the X server's configuration file (e.g., \*(``__xorgcfgdir__/__xorgcfgfil__\*(''), you
e14adb9
 can add \*(``:unscaled\*('' to the end of the directory specification for the
e14adb9
 \*(``misc\*('' fonts,
ffca35f
 which comprise the fixed-pitch fonts that are used by \fI\*n\fP.
69b28ac
 For example
aa0216d
 .NS
aa0216d
-FontPath	"/usr/lib/X11/fonts/misc/"
ffca35f
+FontPath	"__fontpath__/misc/"
aa0216d
 .NE
ade4ff7
 .IP
69b28ac
 would become
aa0216d
 .NS
aa0216d
-FontPath	"/usr/lib/X11/fonts/misc/:unscaled"
aa0216d
+FontPath	"__fontpath__/misc/:unscaled"
aa0216d
 .NE
ade4ff7
 .IP
69b28ac
 Depending on your configuration, the font server may have its own configuration