diff options
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | xfs.man | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b6a4f8d..5d5ba4d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -127,6 +127,7 @@ MAN_SUBSTS = \ -e 's|__xconfigfile__|xorg.conf|g' \ -e 's|__projectroot__|$(prefix)|g' \ -e 's|__apploaddir__|$(appdefaultdir)|' \ + -e 's|__configdir__|$(configdir)|' \ -e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \ -e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \ -e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \ @@ -62,7 +62,7 @@ private font servers for specific sets of fonts. .TP 8 .B \-config configuration_file Specifies the configuration file the font server will use. If this -parameter is not specified, the default file, \fI/usr/X11R6/lib/X11/fs/config\fR +parameter is not specified, the default file, \fI__configdir__/config\fR will be used. .TP 8 .B \-ls listen_socket |