From d6a1353853406c9b9626270d000a00c1066b9f90 Mon Sep 17 00:00:00 2001
From: Nao Pross <naopross@thearcway.org>
Date: Sun, 25 Feb 2018 23:25:00 +0100
Subject: Add LaTeX PDF output to git

---
 doc/makefile | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'doc/makefile')

diff --git a/doc/makefile b/doc/makefile
index 6679a0d..50cc4fc 100644
--- a/doc/makefile
+++ b/doc/makefile
@@ -6,6 +6,8 @@ TEX := xelatex \
 
 .PHONY: dir doc diario
 all: doc diario
+	cp $(BUILD_DIR)/diario.pdf .
+	cp $(BUILD_DIR)/xilofono.pdf .
 
 doc: dir
 	$(TEX) xilofono.tex
-- 
cgit v1.2.1