PDFLATEX=pdflatex
NAME=dokumentace_2012_d.tex
 
 clean:
       rm -f $(NAME).pdf
	   
 pdf:
        $(PDFLATEX) $(NAME).tex