OSDN Git Service

docs-rst: fix a breakage when building PDF documents
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 16 Aug 2016 16:25:35 +0000 (13:25 -0300)
committerJonathan Corbet <corbet@lwn.net>
Thu, 18 Aug 2016 22:41:20 +0000 (16:41 -0600)
changeset 606b9ac81a63 ("doc-rst: generic way to build only sphinx
sub-folders") accidentally broke PDF generation by adding an extra
")". Remove it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/Makefile.sphinx

index ea0664c..fdef3a4 100644 (file)
@@ -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