diff options
author | Kristian Høgsberg <krh@redhat.com> | 2006-09-25 18:01:48 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2006-09-25 18:01:48 -0400 |
commit | d68ce54e725aa332c0c74e1aa2e7e59b079fb5fe (patch) | |
tree | c85cddcd48331023695d6391958e5c5a27214ed0 | |
parent | ced4cd44bd177b9579c457a2f108a09e8bbb7eb9 (diff) |
Substitute config dir into man page.
-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 |