diff options
author | Nao Pross <naopross@thearcway.org> | 2017-11-05 18:43:56 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2017-11-05 18:43:56 +0100 |
commit | ec290341c3dbcf8551c83a8405aa3e3bea8d48cb (patch) | |
tree | fc4ea32b7b07ce0992756356e15d76d5da5dea09 /doc/report/makefile | |
parent | Update gitignore and add sdcc manual (diff) | |
download | z80uPC-ec290341c3dbcf8551c83a8405aa3e3bea8d48cb.tar.gz z80uPC-ec290341c3dbcf8551c83a8405aa3e3bea8d48cb.zip |
Continues both hw and sw doc
Diffstat (limited to '')
-rw-r--r-- | doc/report/makefile | 4 |
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 |