From f53274cd88ea7226e39b99f4cf9889bd8b841382 Mon Sep 17 00:00:00 2001
From: Nao Pross <naopross@thearcway.org>
Date: Mon, 2 Jan 2017 14:11:27 +0100
Subject: fixed makefile

---
 doc/makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/makefile b/doc/makefile
index 6baefea..207672a 100644
--- a/doc/makefile
+++ b/doc/makefile
@@ -14,7 +14,7 @@ TEX := lualatex
 BIB := biber
 
 # recipes
-.PHONY: all build clean
+.PHONY: all build dir clean
 all: build
 
 build: $(PDFS) 
@@ -27,5 +27,8 @@ build: $(PDFS)
 $(PDFS): res/%.pdf: res/%.svg $(SVGS)
 	inkscape -z -D --file=$< --export-pdf=$@
 
+dir:
+	mkdir -p $(BUILD_DIR)
+
 clean:
 	rm $(BUILD_DIR)/*
-- 
cgit v1.2.1