Skip to content

Commit 0c3dcc5

Browse files
rwestsevyharris
authored andcommitted
make -C documentation latexpdf now copies results into right place.
We want the compiled PDFs to end up in the documentation/ folder.
1 parent 66e71d7 commit 0c3dcc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

documentation/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ latexpdf:
130130
@echo "Running LaTeX files through pdflatex..."
131131
make -C $(BUILDDIR)/latex all-pdf
132132
@echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
133+
cp $(BUILDDIR)/latex/RMG-Py_API_Reference.pdf ./
134+
cp $(BUILDDIR)/latex/RMG-Py_and_Arkane_Documentation.pdf ./
133135

134136
text:
135137
$(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text

0 commit comments

Comments
 (0)