diff --git a/Makefile.am b/Makefile.am index ac83376e..da6e3f25 100644 --- a/Makefile.am +++ b/Makefile.am @@ -632,7 +632,7 @@ SED_PROCESS = $(AM_V_GEN)$(MKDIR_P) $(dir $@) && $(SED) \ if RUN_RST2MAN RST2MAN_PROCESS = $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \ - $(AM_V_GEN)$(RST2MAN) --strict --no-raw \ + $(RST2MAN) --strict --no-raw \ --no-generator --no-datestamp $< $@ else RST2MAN_PROCESS = $(AM_V_GEN)test -f $@ || \