From 1841ec774e65c03d437df838198c0264a1de7801 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sun, 10 Sep 2017 17:33:35 +0200 Subject: new documentation with no styling the old documentation was written more like a journal than a proper paper, so I am rewriting in a separate document. Once the new doc will be completed, the content of the old one will be discarted. --- doc/report/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/report/makefile') diff --git a/doc/report/makefile b/doc/report/makefile index e10c0b9..d88b1bb 100644 --- a/doc/report/makefile +++ b/doc/report/makefile @@ -2,7 +2,7 @@ BUILD_DIR := build RES_DIR := res -SOURCES := z80uPC.tex notes.tex +SOURCES := z80uPC.tex z80uPC_nostyle.tex notes.tex DOCUMENTS := $(patsubst %.tex,$(BUILD_DIR)/%.pdf,$(SOURCES)) RES_SRC := $(wildcard $(RES_DIR)/*.svg) -- cgit v1.2.1