We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 993f004 + 5adb240 commit 7264b6eCopy full SHA for 7264b6e
docs/Makefile.am
@@ -962,10 +962,9 @@ $(builddir)/schizo-ompi-rst-content/schizo-ompi-cli.rstxt: $(OMPI_SCHIZO_OMPI_RS
962
else
963
$(builddir)/schizo-ompi-rst-content/schizo-ompi-cli.rstxt: $(builddir)/schizo-ompi-rst-content
964
$(builddir)/schizo-ompi-rst-content/schizo-ompi-cli.rstxt: $(srcdir)/no-prrte-content.rst.txt
965
- if test ! -d "$$dir"; then mkdir "$$dir"; fi
+ dir=`dirname $@`; if test ! -d "$$dir"; then mkdir "$$dir"; fi
966
$(OMPI_V_SPHINX_COPYRST) \
967
- dir=`dirname $@`; \
968
- cp -pf $(srcdir)/no-prrte-content.rst.txt "$$dir"
+ cp -pf $(srcdir)/no-prrte-content.rst.txt "$@"
969
endif
970
971
$(ALL_MAN_BUILT): $(builddir)/prrte-rst-content
0 commit comments