|
@@ -71,7 +71,7 @@ ifeq ($(HAVE_PDFLATEX),0)
|
|
|
$(warning The 'pdflatex' command was not found. Make sure you have it installed and in PATH to produce PDF output.)
|
|
|
@echo " SKIP Sphinx $@ target."
|
|
|
else # HAVE_PDFLATEX
|
|
|
- @$(call loop_cmd,sphinx,latex,.,latex,.))
|
|
|
+ @$(call loop_cmd,sphinx,latex,.,latex,.)
|
|
|
$(Q)$(MAKE) -C $(BUILDDIR)/latex
|
|
|
endif # HAVE_PDFLATEX
|
|
|
|