summaryrefslogtreecommitdiffstats
path: root/doc/report/makefile
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2017-11-09 13:18:12 +0100
committerNao Pross <naopross@thearcway.org>2017-11-09 13:18:12 +0100
commit70a7c304544721f97f1037aec3112a5a64269cf4 (patch)
treefebeeb66b80b5d2c4debcae6086b7979af323e49 /doc/report/makefile
parentUpdate makefile, and bug fix in pio driver and usart (diff)
parentContinues both hw and sw doc (diff)
downloadz80uPC-70a7c304544721f97f1037aec3112a5a64269cf4.tar.gz
z80uPC-70a7c304544721f97f1037aec3112a5a64269cf4.zip
Merge branch 'naopross' of github.com:NaoPross/z80uPC into naopross
Doc was update from another computer
Diffstat (limited to 'doc/report/makefile')
-rw-r--r--doc/report/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/report/makefile b/doc/report/makefile
index d88b1bb..17bd2f0 100644
--- a/doc/report/makefile
+++ b/doc/report/makefile
@@ -2,14 +2,14 @@
BUILD_DIR := build
RES_DIR := res
-SOURCES := z80uPC.tex z80uPC_nostyle.tex notes.tex
+SOURCES := z80uPC_nostyle.tex notes.tex
DOCUMENTS := $(patsubst %.tex,$(BUILD_DIR)/%.pdf,$(SOURCES))
RES_SRC := $(wildcard $(RES_DIR)/*.svg)
RES := $(patsubst %.svg,%.pdf,$(RES_SRC))
# compiler settings
-TEX := texfot lualatex
+TEX := texfot xelatex
# recipes
.PHONY: all dir clean