summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-10-09 11:02:07 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-09 11:02:07 -0700
commitb5a23647f0bbd68f226e7e03496144f838c09000 (patch)
tree772c1391523f1dcfa3c1950f38c2284ae8eb2326 /man
parentb512bfc3fb5c489f4e1ef6529f7632bd70b9f461 (diff)
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index a804c4e..cf75d58 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -45,5 +45,5 @@ MAN_SUBSTS = -e 's/__vendorversion__/"$(XORGRELSTRING)" "$(XORGMANNAME)"/'
SUFFIXES = .$(LIB_MAN_SUFFIX) .man
.man.$(LIB_MAN_SUFFIX):
- sed $(MAN_SUBSTS) < $< > $@
+ $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@