Trying some additional stuff in the Makefile.

This commit is contained in:
Raoul Snyman 2012-07-13 22:56:20 +02:00
parent 15cbc88005
commit d82b316f9d
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ doctest:
"results in $(BUILDDIR)/doctest/output.txt."
pdf:
TEMP_DIR=`python pdf_optimise.py`
TEMP_DIR := $(python pdf_optimise.py)
$(SPHINXBUILD) -b pdf $(ALLSPHINXOPTS) build/pdf
python pdf_optimise.py restore $(TEMP_DIR)
@echo