Modifications to run pdf_optimise.py automatically in the Makefile were not working. Reverted them, and made pdf_optimise.py executable.

This commit is contained in:
Raoul Snyman 2012-07-15 22:35:23 +02:00
parent d82b316f9d
commit b1753eecf5
2 changed files with 0 additions and 2 deletions

View File

@ -153,8 +153,6 @@ doctest:
"results in $(BUILDDIR)/doctest/output.txt."
pdf:
TEMP_DIR := $(python pdf_optimise.py)
$(SPHINXBUILD) -b pdf $(ALLSPHINXOPTS) build/pdf
python pdf_optimise.py restore $(TEMP_DIR)
@echo
@echo "Build finished. The PDF files are in build/pdf."

0
user-guide/pdf_optimise.py Normal file → Executable file
View File