Skip to content

Commit b93cfa3

Browse files
committed
man: Makefile.am: use platform appropriate sed and enable silent build
1 parent 699cee3 commit b93cfa3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

man/Makefile.am

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ EXTRA_DIST = @DRIVER_NAME@.man
3535

3636
CLEANFILES = $(driverman_DATA)
3737

38-
SED = sed
39-
4038
# Strings to replace in man pages
4139
XORGRELSTRING = @PACKAGE_STRING@
4240
XORGMANNAME = X Version 11
@@ -56,4 +54,4 @@ MAN_SUBSTS = \
5654
SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man
5755

5856
.man.$(DRIVER_MAN_SUFFIX):
59-
sed $(MAN_SUBSTS) < $< > $@
57+
$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@

0 commit comments

Comments
 (0)