Commit 250e01b0 authored by Stefan Behnel's avatar Stefan Behnel

add PDF doc building target

parent 793e4734
......@@ -25,6 +25,12 @@ help:
clean:
-rm -rf build/*
pdf:
mkdir -p build/pdf
$(SPHINXBUILD) -b pdf $(ALLSPHINXOPTS) build/pdf
@echo
@echo "Build finished. The PDF is in build/pdf."
html:
mkdir -p build/html build/doctrees
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) build/html
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment