mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 09:39:25 +01:00
build: Fix rst2man invocation from Makefile
This commit is contained in:
parent
421af060f8
commit
af2147fbde
@ -632,7 +632,7 @@ SED_PROCESS = $(AM_V_GEN)$(MKDIR_P) $(dir $@) && $(SED) \
|
|||||||
|
|
||||||
if RUN_RST2MAN
|
if RUN_RST2MAN
|
||||||
RST2MAN_PROCESS = $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
|
RST2MAN_PROCESS = $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
|
||||||
$(AM_V_GEN)$(RST2MAN) --strict --no-raw \
|
$(RST2MAN) --strict --no-raw \
|
||||||
--no-generator --no-datestamp $< $@
|
--no-generator --no-datestamp $< $@
|
||||||
else
|
else
|
||||||
RST2MAN_PROCESS = $(AM_V_GEN)test -f $@ || \
|
RST2MAN_PROCESS = $(AM_V_GEN)test -f $@ || \
|
||||||
|
Loading…
Reference in New Issue
Block a user