[IMP] latex: copy PDF files next to HTML output

For local use/testing mostly.
This commit is contained in:
Olivier Dony 2016-05-25 23:27:51 +02:00
parent 2037afdedd
commit 5cadce2993

View File

@ -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