Skip to content

Commit 5cadce2

Browse files
committed
[IMP] latex: copy PDF files next to HTML output
For local use/testing mostly.
1 parent 2037afd commit 5cadce2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ latexpdf:
127127
@echo "Running LaTeX files through pdflatex..."
128128
$(MAKE) -C $(BUILDDIR)/latex all-pdf
129129
@echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
130+
cp $(BUILDDIR)/latex/*.pdf $(BUILDDIR)/html/
130131

131132
latexpdfja:
132133
$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex

0 commit comments

Comments
 (0)