# # Easterhegg2004 # Nico Schottelius # # properitaer, commercial #PDFVIEWER=~/tex/acroread/bin/acroread # or the free more buggy (not as buggy as gpdf) version PDFVIEWER=xpdf -z width -fullscreen all: clean-pdf show-%: %.pdf $(PDFVIEWER) $< %.pdf: %.dvi dvipdfm -l -p a5 $< %.dvi: %.tex latex $< && latex $< && latex $< all-pdf: for source in *.tex; do latex2pdf $${source%.tex}; done clean-pdf: pdf unused-clean clean: unused-clean unused-clean: rm -f *.aux *.log *.dvi *.toc all-clean: unused-clean rm -f *.pdf