www.nico.schottelius.org/software/cinit/vortrag/2005-10-22/cinit-technophil/Makefile
Nico Schottelius 423ba10303 import cinit from unix.schottelius.org
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-09-16 12:53:45 +02:00

32 lines
449 B
Makefile

#
# LaTeX Makefile for slides
# Nico Schottelius
#
#PDFVIEWER=xpdf -z width -fullscreen
PDFVIEWER=xpdf -z width
all: clean-pdf
public:
scp *.pdf nico.schotteli.us/papers/
%.show: %.pdf
$(PDFVIEWER) $<
%.pdf: %.ps
ps2pdf $<
%.ps: %.dvi
dvips $<
%.dvi: %.tex
latex $< && latex $< && latex $<
all-pdf:
for source in *.tex; do latex2pdf $${source%.tex}; done
clean-pdf: pdf unused-clean
clean:
rm -f *.aux *.log *.dvi *.toc *.ps *.pdf