diff options
author | wrobell <[email protected]> | 2018-05-22 22:22:05 +0100 |
---|---|---|
committer | wrobell <[email protected]> | 2018-05-22 22:22:05 +0100 |
commit | 1b47e6dff33915e65e3a94010eaa4ac0b9efb6d8 (patch) | |
tree | a49e56e61a9b05967b496afe235de787a01f192b | |
parent | 806d7dbcc58303a4dc26110eb5d1437ba8aa5b53 (diff) | |
download | decotengu-master.tar.gz |
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |