We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make -C documentation latexpdf
1 parent 66e71d7 commit 0c3dcc5Copy full SHA for 0c3dcc5
documentation/Makefile
@@ -130,6 +130,8 @@ latexpdf:
130
@echo "Running LaTeX files through pdflatex..."
131
make -C $(BUILDDIR)/latex all-pdf
132
@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 ./
135
136
text:
137
$(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text
0 commit comments