aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2020-03-14 09:25:42 +0100
committerMarcel Holtmann <marcel@holtmann.org>2020-03-14 09:25:42 +0100
commitaf2147fbdefc6293f47b0239c03425237103c5a7 (patch)
tree5894b980d25c5c31b1f5ab651499c7ce08fe355c
parent421af060f8846129db7d1d195665d72bf3d6ab6e (diff)
downloadiwd-af2147fbdefc6293f47b0239c03425237103c5a7.tar.gz
build: Fix rst2man invocation from Makefile
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ac83376e5..da6e3f253 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 $@ || \