build: Avoid redirection with rst2man usage

This commit is contained in:
Marcel Holtmann 2019-11-05 17:22:25 +01:00
parent 2962a80e14
commit b19ee6bdcc
1 changed files with 1 additions and 1 deletions

View File

@ -627,7 +627,7 @@ SED_PROCESS = $(AM_V_GEN)$(MKDIR_P) $(dir $@) && $(SED) \
if RUN_RST2MAN
RST2MAN_PROCESS = $(AM_V_GEN)$(RST2MAN) --strict --no-raw --no-generator \
--no-datestamp < $< > $@
--no-datestamp $< $@
else
RST2MAN_PROCESS = $(AM_V_GEN)test -f $@ || \
{ echo "Generated manual page $@ does not exist"; false; }