<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Fri, 2011-03-18 at 10:23 +1000, Peter Hutterer wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Signed-off-by: Peter Hutterer <<A HREF="mailto:peter.hutterer@who-t.net">peter.hutterer@who-t.net</A>>
---
xorg-macros.m4.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/xorg-macros.m4.in b/xorg-macros.m4.in
index 44038e1..1476971 100644
--- a/xorg-macros.m4.in
+++ b/xorg-macros.m4.in
@@ -187,6 +187,7 @@ MAN_SUBSTS="\
        -e 's|__xorgversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \
        -e 's|__xservername__|Xorg|g' \
        -e 's|__xconfigfile__|xorg.conf|g' \
+        -e 's|__xorgconfdir__|xorg.conf.d|g' \
        -e 's|__projectroot__|\$(prefix)|g' \
        -e 's|__apploaddir__|\$(appdefaultdir)|g' \
        -e 's|__appmansuffix__|\$(APP_MAN_SUFFIX)|g' \
</PRE>
</BLOCKQUOTE>
<BR>
I ran into this while reworking the server man pages. The value of the dir is hard coded:
<PRE>
        XF86CONFIGDIR="xorg.conf.d"
In the manpages.am xserver manpages.am:
                -e 's|__xconfigdir__|$(__XCONFIGDIR__)|g' \
I would prefer not adding cruft, even if it completes a pattern.
Once in there, it will have to remain there forever.
You did not mention where this pattern would be used. I searched all man pages
and could not find any xorg.conf.d. Would that be for new text?
</PRE>
<BR>
<BR>
<BR>
</BODY>
</HTML>