summaryrefslogtreecommitdiffstats
path: root/doc/report/makefile
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2017-11-05 18:43:56 +0100
committerNao Pross <naopross@thearcway.org>2017-11-05 18:43:56 +0100
commitec290341c3dbcf8551c83a8405aa3e3bea8d48cb (patch)
treefc4ea32b7b07ce0992756356e15d76d5da5dea09 /doc/report/makefile
parentUpdate gitignore and add sdcc manual (diff)
downloadz80uPC-ec290341c3dbcf8551c83a8405aa3e3bea8d48cb.tar.gz
z80uPC-ec290341c3dbcf8551c83a8405aa3e3bea8d48cb.zip
Continues both hw and sw doc
Diffstat (limited to '')
-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