X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fkernel%2Fold_slides%2F.git;a=blobdiff_plain;f=summary%2FMakefile;fp=summary%2FMakefile;h=6421cdedd98f09c470231a5aee61848361ae9bfe;hp=0000000000000000000000000000000000000000;hb=0ab5ad9d8d246bad947ca03d32d69abb58ac6b7e;hpb=6942eaad06d32bd9a099c8117b82cfc306f6ec55 diff --git a/summary/Makefile b/summary/Makefile new file mode 100644 index 0000000..6421cde --- /dev/null +++ b/summary/Makefile @@ -0,0 +1,13 @@ +NAME = summary + +all: $(NAME).pdf + +%.pdf: %.tex + TEXINPUTS=.:..: pdflatex $< + +%.tex: %.xml ../beamer.xsl + xsltproc ../beamer.xsl $< > $@ + +clean: + rm -f $(NAME).pdf $(NAME).tex $(NAME).aux $(NAME).log $(NAME).nav \ + $(NAME).out $(NAME).snm $(NAME).toc $(NAME).vrb