summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-01-14 19:24:21 -0700
committermo khan <mo.khan@gmail.com>2020-01-14 19:24:21 -0700
commit840cbb495c844f00baaf9d3a398407306dd89513 (patch)
tree6c47cff32ae1f41bd71896e9d3a7f853f38250c7 /Makefile
parentc7a7ee251e88ef8e10891103b1ec996f84b4f7eb (diff)
Add author info
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a06a16f..98e66ed 100644
--- a/Makefile
+++ b/Makefile
@@ -10,4 +10,4 @@ uml :
pdf : uml assignments/1/README.pdf
assignments/1/README.pdf :
- cd assignments/1 && pandoc --metadata pagetitle="assignment 1" --from=commonmark --to=html5 -s -o README.pdf README.md
+ cd assignments/1 && pandoc --metadata author="mo khan" --from=commonmark --to=html5 -s -o README.pdf README.md