Skip to content

Commit ce994f2

Browse files
committed
docs: fix minor build display issue
Move a "make" rule inside display-suppression protection so that it is not displayed unless you "make V=1". Signed-off-by: Jeff Squyres <jeff@squyres.com>
1 parent 78c0f7f commit ce994f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,8 +962,8 @@ $(builddir)/schizo-ompi-rst-content/schizo-ompi-cli.rstxt: $(OMPI_SCHIZO_OMPI_RS
962962
else
963963
$(builddir)/schizo-ompi-rst-content/schizo-ompi-cli.rstxt: $(builddir)/schizo-ompi-rst-content
964964
$(builddir)/schizo-ompi-rst-content/schizo-ompi-cli.rstxt: $(srcdir)/no-prrte-content.rst.txt
965-
dir=`dirname $@`; if test ! -d "$$dir"; then mkdir "$$dir"; fi
966965
$(OMPI_V_SPHINX_COPYRST) \
966+
dir=`dirname $@`; if test ! -d "$$dir"; then mkdir "$$dir"; fi; \
967967
cp -pf $(srcdir)/no-prrte-content.rst.txt "$@"
968968
endif
969969

0 commit comments

Comments
 (0)