5 lines
117 B
Makefile
5 lines
117 B
Makefile
|
%.pdf: %.mkd
|
||
|
pandoc -H header.tex -V classoption=twocolumn -V subparagraph -t latex -o $@ $^
|
||
|
|
||
|
all: newsSummer18.pdf
|