points/doc/Makefile

10 líneas
260 B
Makefile
Original Vista normal Histórico

2018-12-04 14:40:14 -03:00
informe:
# we do this twice to make sure the toc is updated
pdflatex -synctex=1 -interaction=nonstopmode "Informe.tex"
pdflatex -synctex=1 -interaction=nonstopmode "Informe.tex"
clean:
rm -f *.log *.toc *.gz *.aux *.out Informe.pdf
.PHONY: informe clean