URL
https://opencores.org/ocsvn/phr/phr/trunk
Subversion Repositories phr
[/] [phr/] [trunk/] [doc/] [eventos/] [PHRposter/] [Makefile] - Rev 295
Go to most recent revision | Compare with Previous | Blame | View Log
ALL: poster.pdf
%.pdf: %.tex Makefile
pdflatex --enable-write18 $< && pdflatex $< && pdflatex $<
clean:
rm -f *.aux *.bbl *.blg *.log poster_*.pdf
Go to most recent revision | Compare with Previous | Blame | View Log