From 5cadce2993bd5d366488caaf8cf865db8cd9f9e3 Mon Sep 17 00:00:00 2001 From: Olivier Dony Date: Wed, 25 May 2016 23:27:51 +0200 Subject: [PATCH] [IMP] latex: copy PDF files next to HTML output For local use/testing mostly. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c2883ceb8..236e75932 100644 --- a/Makefile +++ b/Makefile @@ -127,6 +127,7 @@ latexpdf: @echo "Running LaTeX files through pdflatex..." $(MAKE) -C $(BUILDDIR)/latex all-pdf @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." + cp $(BUILDDIR)/latex/*.pdf $(BUILDDIR)/html/ latexpdfja: $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex