summaryrefslogtreecommitdiff
path: root/docs/make_pdf
diff options
context:
space:
mode:
Diffstat (limited to 'docs/make_pdf')
-rwxr-xr-xdocs/make_pdf4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/make_pdf b/docs/make_pdf
new file mode 100755
index 000000000..558feb857
--- /dev/null
+++ b/docs/make_pdf
@@ -0,0 +1,4 @@
+#!/bin/sh
+make clean latex SPHINXBUILD=../env26/bin/sphinx-build
+cd _build/latex && make all-pdf
+