From b19ee6bdccb8d345a5a6c1d18c1e28467925e1a7 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 5 Nov 2019 17:22:25 +0100 Subject: [PATCH] build: Avoid redirection with rst2man usage --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 823b7d02..9c54cef0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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; }