diff --git a/docs/Makefile b/docs/Makefile index 5641e5529..cb95f7fb1 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -24,5 +24,5 @@ help: # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: Makefile - ./genrst + ##### temp test ./genrst @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)