Commit f404c340 authored by Aljaž Srebrnič's avatar Aljaž Srebrnič
Browse files

Compila anche atto_costitutivo.md

parent 87852d14
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
PANDOC_OPTIONS :=


statuto.pdf: statuto.md
	pandoc $(PANDOC_OPTIONS) -o $@ $?
all: statuto.pdf atto_costitutivo.pdf

clean: statuto.pdf
	rm $<

PHONY := clean
%.pdf: %.md
	pandoc $(PANDOC_OPTIONS) -o $@ $?

PHONY := clean all