paper_hashtag_federation/Makefile
Trolli Schmittlauch 87dd12c39b add Makefile for building expose
also adding pdf and html version of expose
2018-12-22 22:59:38 +01:00

8 lines
235 B
Makefile

expose: expose_html expose_pdf
expose_html: expose.md
pandoc -s -t html5 -o expose.html expose.md
expose_pdf: expose.md
pandoc -t latex -s --variable classoption="twocolumn" --variable classoption="a4paper" -o expose.pdf expose.md