mirror of
https://gitlab.com/openlp/documentation.git
synced 2024-12-22 04:22:49 +00:00
Trying some additional stuff in the Makefile.
This commit is contained in:
parent
15cbc88005
commit
d82b316f9d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user