summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-08-20 13:27:54 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-08-20 13:27:54 -0400
commit1e6ce149a24e453c1e5af2d39721a2a79d078d7d (patch)
tree2ac43534e5a6654ce2f58d85190a10ab38aec5d8
parent6b7f25cdbd0f80a0f88d72c66aa51d75cd38b906 (diff)
man: replacement string should be __locale_alias__
To match the luit.man expectations. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3bb0451..2a2927d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -76,7 +76,7 @@ MAN_SUBSTS = \
-e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
-e 's|__xservername__|Xorg|g' \
-e 's|__xconfigfile__|xorg.conf|g' \
- -e 's|__localealiasfile__|$(LOCALEALIASFILE)|g' \
+ -e 's|__locale_alias__|$(LOCALEALIASFILE)|g' \
-e 's|__projectroot__|$(prefix)|g' \
-e 's|__apploaddir__|$(appdefaultdir)|' \
-e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \