summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-08-14 15:43:38 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-08-14 15:45:39 -0400
commit808d547902fad81901db94e6344838350d0eeb52 (patch)
tree9759f402005cb2d717140ed43407e9d3c6ad868d
parentfbe66aedcf2165e43388894d3b2ee2f38e889f93 (diff)
XORG_MANPAGE_SECTIONS: add substitution for apploaddir
This represents the location of the app-defaults directory Used in app/bitmap/man for example. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--xorg-macros.m4.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg-macros.m4.in b/xorg-macros.m4.in
index 0e84d5b..365506e 100644
--- a/xorg-macros.m4.in
+++ b/xorg-macros.m4.in
@@ -188,6 +188,7 @@ MAN_SUBSTS="\
-e 's|__xservername__|Xorg|g' \
-e 's|__xconfigfile__|xorg.conf|g' \
-e 's|__projectroot__|\$(prefix)|g' \
+ -e 's|__apploaddir__|\$(appdefaultdir)|g' \
-e 's|__appmansuffix__|\$(APP_MAN_SUFFIX)|g' \
-e 's|__drivermansuffix__|\$(DRIVER_MAN_SUFFIX)|g' \
-e 's|__adminmansuffix__|\$(ADMIN_MAN_SUFFIX)|g' \