@ -0,0 +1,15 @@
PDF = Satzung.pdf
TEX = $(PDF:%.pdf=%.tex)
all: $(PDF)
$(PDF): %.pdf: %.tex
pdflatex $<
clean:
rm -f *.log *.aux
distclean: clean
rm -f $(PDF)
.PHONY: all clean
The note is not visible to the blocked user.