diff options
author | Vasil Zlatanov <v@skozl.com> | 2018-12-05 20:14:54 +0000 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2018-12-05 20:14:54 +0000 |
commit | 4b1ef6bcc45fbe40b9cd9c493e9fa5c1215142c4 (patch) | |
tree | 8c7584e4b5351d0437cb699480f3c491360b5a96 /report2/makefile | |
parent | be2ef2ee4c656fd834199d6a70df90716c9c8b19 (diff) | |
parent | d18aa2ea0e66709d29961016bc30dadc8ccf50fd (diff) | |
download | vz215_np1915-4b1ef6bcc45fbe40b9cd9c493e9fa5c1215142c4.tar.gz vz215_np1915-4b1ef6bcc45fbe40b9cd9c493e9fa5c1215142c4.tar.bz2 vz215_np1915-4b1ef6bcc45fbe40b9cd9c493e9fa5c1215142c4.zip |
Merge branch 'master' of skozl.com:e4-pattern
Diffstat (limited to 'report2/makefile')
-rwxr-xr-x | report2/makefile | 10 |
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) |