summaryrefslogtreecommitdiffstats
path: root/doc/makefile
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2016-12-20 11:03:25 +0100
committerNao Pross <naopross@thearcway.org>2016-12-20 11:03:25 +0100
commit004ffbe26deb7635978d854180d4415e5b9e3999 (patch)
tree2ab345e5f8f33830ab02841ac3a725d878158c7f /doc/makefile
parentrewritten introduction & smaller edits (diff)
downloadPDI-004ffbe26deb7635978d854180d4415e5b9e3999.tar.gz
PDI-004ffbe26deb7635978d854180d4415e5b9e3999.zip
renamed 'docs' to 'doc'
Diffstat (limited to '')
-rw-r--r--doc/makefile (renamed from docs/makefile)3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/makefile b/doc/makefile
index 8336791..6baefea 100644
--- a/docs/makefile
+++ b/doc/makefile
@@ -17,7 +17,8 @@ BIB := biber
.PHONY: all build clean
all: build
-build: $(PDFS)
+build: $(PDFS)
+ mkdir -p $(BUILD_DIR)
$(TEX) --output-directory=$(BUILD_DIR) $(DOCUMENT)
$(BIB) --output-directory=$(BUILD_DIR) $(BIBLIOGRAPHY)
$(TEX) --output-directory=$(BUILD_DIR) $(DOCUMENT)