summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-04 12:00:55 -0600
committermo khan <mo.khan@gmail.com>2020-04-04 12:00:55 -0600
commit28a28a8559cb19afdc48babe46a2b460e32711f3 (patch)
tree8111207c0f76bf8fd51f523f49b73b2210e1290d /Makefile
parent063c8562ae6b5d618dbce54e1dfc06849bbd4f40 (diff)
Extract qualification entity
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 3af9477..9f6a610 100644
--- a/Makefile
+++ b/Makefile
@@ -40,11 +40,11 @@ pdf3 :
cd assignments/3 && pandoc --metadata title="COMP-378: Assignment 3 - mo khan (3431709)" --from=commonmark --to=html5 -s -o README.pdf README.md
pdffinal :
- cd rvh && \
- bundle exec erd --notation=bachman --orientation=vertical --filetype=dot --prepend_primary=true --inheritance --title="RVH EER" && \
- dot -Tpng erd.dot > erd.png && \
- convert erd.png -resize 1024x768 resize_erd.png && \
- rm erd.png && \
- mv resize_erd.png erd.png
- mv rvh/erd.png assignments/final/erd.png
+ #cd rvh && \
+ #bundle exec erd --notation=bachman --orientation=vertical --filetype=dot --prepend_primary=true --inheritance --title="RVH ERD" && \
+ #dot -Tpng erd.dot > erd.png && \
+ #convert erd.png -resize 1024x768 resize_erd.png && \
+ #rm erd.png && \
+ #mv resize_erd.png erd.png
+ #mv rvh/erd.png assignments/final/erd.png
cd assignments/final && pandoc --metadata title="COMP-378: Final Project - mo khan (3431709)" --from=commonmark --to=html5 -s -o README.pdf README.md