diff options
author | Nao Pross <naopross@thearcway.org> | 2018-02-25 23:25:00 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2018-02-25 23:25:00 +0100 |
commit | d6a1353853406c9b9626270d000a00c1066b9f90 (patch) | |
tree | c9e1377344e5f149501e1ac52e4f23b3fa297e88 /doc/makefile | |
parent | Typeset journal in LaTeX (diff) | |
download | Xilofono-d6a1353853406c9b9626270d000a00c1066b9f90.tar.gz Xilofono-d6a1353853406c9b9626270d000a00c1066b9f90.zip |
Add LaTeX PDF output to git
Diffstat (limited to 'doc/makefile')
-rw-r--r-- | doc/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |