summaryrefslogtreecommitdiff
diff options
authorwrobell <[email protected]>2018-05-22 22:22:05 +0100
committerwrobell <[email protected]>2018-05-22 22:22:05 +0100
commit1b47e6dff33915e65e3a94010eaa4ac0b9efb6d8 (patch)
treea49e56e61a9b05967b496afe235de787a01f192b
parent806d7dbcc58303a4dc26110eb5d1437ba8aa5b53 (diff)
downloaddecotengu-master.tar.gz
- build latex based pdf version of the documentationHEADmaster
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 03515bf..f637d27 100644
--- a/Makefile
+++ b/Makefile
@@ -11,5 +11,6 @@ doc-upload:
$(RSYNC) build/doc/ [email protected]:~/public_html/decotengu
.sphinx-stamp:
- sphinx-build doc build/doc
-
+ PYTHONPATH=. sphinx-build doc build/doc
+ PYTHONPATH=. sphinx-build -b latex doc build/latex
+ make -C build/latex