diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 |
