From 38c3cfbf27bf62e63e955cbab80783ea11b40b06 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 21 Jan 2014 17:36:46 +0100 Subject: Bug 961398: Let rst2pdf build the PDF documentation if pdflatex is not available r=gerv a=glob --- docs/en/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/en/Makefile') diff --git a/docs/en/Makefile b/docs/en/Makefile index afbe6ee26..c0708059d 100644 --- a/docs/en/Makefile +++ b/docs/en/Makefile @@ -108,6 +108,11 @@ latexpdf: $(MAKE) -C $(BUILDDIR)/latex all-pdf @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." +pdf: + $(SPHINXBUILD) -b pdf -t enable_rst2pdf $(ALLSPHINXOPTS) $(BUILDDIR)/pdf + @echo + @echo "Build finished. The PDF file is in $(BUILDDIR)/pdf." + text: $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/txt @echo -- cgit v1.2.3-24-g4f1b