summaryrefslogtreecommitdiffstats
path: root/doc/report/build.cmd
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2017-03-17 16:19:01 +0100
committerNao Pross <naopross@thearcway.org>2017-03-17 16:19:01 +0100
commit8434120295aac533a05d274236b1506cc215705b (patch)
treebe7784133ef8e30c2150323c779bec9049a7d723 /doc/report/build.cmd
parentupdated todolist; doc: keyboard stuff (diff)
downloadz80uPC-8434120295aac533a05d274236b1506cc215705b.tar.gz
z80uPC-8434120295aac533a05d274236b1506cc215705b.zip
hardware nearly finished
doc: added datasheets for - GAL16V8 - MAX214 - MAX232 added script to build doc under windows with miktex updated notes hw: finished i/o devices and bus viewer sw: created files for pld programming
Diffstat (limited to '')
-rw-r--r--doc/report/build.cmd4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/report/build.cmd b/doc/report/build.cmd
new file mode 100644
index 0000000..3c5248e
--- /dev/null
+++ b/doc/report/build.cmd
@@ -0,0 +1,4 @@
+@echo off
+
+texfot lualatex --output-directory=build notes.tex
+pause \ No newline at end of file