From ec290341c3dbcf8551c83a8405aa3e3bea8d48cb Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sun, 5 Nov 2017 18:43:56 +0100 Subject: Continues both hw and sw doc --- doc/report/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/report/makefile') 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 -- cgit v1.2.1