diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-03 01:53:56 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-03 01:53:56 -0700 |
commit | 5aa62bb376608cd0350e46263dec74f861019431 (patch) | |
tree | 4d3d095c7f61fbfb794dc6ded8dafa40596a8f52 /man | |
parent | 4d189188c913e6956344689802a582589db04abe (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 4a3e969..9100048 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -76,4 +76,4 @@ MAN_SUBSTS = \ SUFFIXES = .$(LIB_MAN_SUFFIX) .man .man.$(LIB_MAN_SUFFIX): - sed $(MAN_SUBSTS) < $< > $@ + $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ |