[IMP] latex: copy PDF files next to HTML output
For local use/testing mostly.
This commit is contained in:
parent
2037afdedd
commit
5cadce2993
1
Makefile
1
Makefile
@ -127,6 +127,7 @@ latexpdf:
|
|||||||
@echo "Running LaTeX files through pdflatex..."
|
@echo "Running LaTeX files through pdflatex..."
|
||||||
$(MAKE) -C $(BUILDDIR)/latex all-pdf
|
$(MAKE) -C $(BUILDDIR)/latex all-pdf
|
||||||
@echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
|
@echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
|
||||||
|
cp $(BUILDDIR)/latex/*.pdf $(BUILDDIR)/html/
|
||||||
|
|
||||||
latexpdfja:
|
latexpdfja:
|
||||||
$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
|
$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
|
||||||
|
Loading…
Reference in New Issue
Block a user