summaryrefslogtreecommitdiffstats
path: root/doc/report/makefile
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2017-09-10 17:33:35 +0200
committerNao Pross <naopross@thearcway.org>2017-09-10 17:33:35 +0200
commit1841ec774e65c03d437df838198c0264a1de7801 (patch)
tree869510bbeaae2b0211ac95f156ac65f3e76a4809 /doc/report/makefile
parentz80_test cleanup and makefile corrections (diff)
downloadz80uPC-1841ec774e65c03d437df838198c0264a1de7801.tar.gz
z80uPC-1841ec774e65c03d437df838198c0264a1de7801.zip
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.
Diffstat (limited to '')
-rw-r--r--doc/report/makefile2
1 files changed, 1 insertions, 1 deletions
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)