aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2018-12-14 09:57:11 +0000
committerVasil Zlatanov <v@skozl.com>2018-12-14 09:57:11 +0000
commit8e8ee911c37f89c1029be5389efebf3e42bf38af (patch)
treeedd3c9fc80f6aa9ff2abe38c5cee379329ae10d2
parentfcffccf0fc6ce3bcede22d99284715243207d939 (diff)
downloadvz215_np1915-8e8ee911c37f89c1029be5389efebf3e42bf38af.tar.gz
vz215_np1915-8e8ee911c37f89c1029be5389efebf3e42bf38af.tar.bz2
vz215_np1915-8e8ee911c37f89c1029be5389efebf3e42bf38af.zip
Change target output name of pdf
-rw-r--r--report/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/report/makefile b/report/makefile
index 4b8846b..b77aca0 100644
--- a/report/makefile
+++ b/report/makefile
@@ -12,7 +12,7 @@ FLAGS_PDF = --template=template.latex
pdf:
mkdir -p $(OUTPUT)
- pandoc -o $(OUTPUT)/paper.pdf $(FLAGS) $(FLAGS_PDF) $(FILES)
+ pandoc -o $(OUTPUT)/cw2_vz215_np1915.pdf $(FLAGS) $(FLAGS_PDF) $(FILES)
clean:
rm build/*