aboutsummaryrefslogtreecommitdiff
path: root/report2/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'report2/makefile')
-rwxr-xr-xreport2/makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/report2/makefile b/report2/makefile
index 4af6952..77d8583 100755
--- a/report2/makefile
+++ b/report2/makefile
@@ -10,16 +10,6 @@ FLAGS = --bibliography=bibliography.bib \
FLAGS_PDF = --template=template.latex
-all: pdf code
-
-code:
- echo '\small\pagenumbering{gobble}' > build/code.aux
- echo '~~~~ {.python .numberLinese}' >> build/code.aux
- cat ../train.py >> build/code.aux
- echo -n '~~~~' >> build/code.aux
- pandoc -V geometry:margin=5em \
- -o build/code.pdf build/code.aux
- pdfjoin build/paper.pdf build/code.pdf -o build/cw1_vz215_np1915.pdf
pdf:
pandoc -o $(OUTPUT)/paper.pdf $(FLAGS) $(FLAGS_PDF) $(FILES)