URL
https://opencores.org/ocsvn/phr/phr/trunk
Subversion Repositories phr
[/] [phr/] [trunk/] [doc/] [informe-tesis/] [tesis-beamer/] [Makefile] - Rev 433
Go to most recent revision | Compare with Previous | Blame | View Log
beamer.pdf: beamer.tex
pdflatex $^
full: beamer.tex
pdflatex $^
pdflatex $^
evince beamer.pdf &
show: beamer.pdf
evince $^ &
full-clean:
rm *.aux
rm *.out
rm *.nav
rm *.toc
rm *.snm
rm *.pdf
clean:
rm *.aux
rm *.out
rm *.nav
rm *.toc
rm *.snm
Go to most recent revision | Compare with Previous | Blame | View Log