build: Fix rst2man invocation from Makefile

This commit is contained in:
Marcel Holtmann 2020-03-14 09:25:42 +01:00
parent 421af060f8
commit af2147fbde
1 changed files with 1 additions and 1 deletions

View File

@ -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 $@ || \