diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-08 08:44:24 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-08 08:44:24 -0700 |
commit | dc9e2c696121f677065919bc5b011eb650791831 (patch) | |
tree | 08e0a19421f116b543f517510d3cf5673752d25a /man | |
parent | c83a721ba0b142177b3f01dd0c0a5e47e06a991a (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.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 6668aff..3d95e5f 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -47,4 +47,4 @@ MAN_SUBSTS = \ SUFFIXES = .$(LIB_MAN_SUFFIX) .man .man.$(LIB_MAN_SUFFIX): - sed $(MAN_SUBSTS) < $< > $@ + $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ |