NAME = gnome3 DEPS = $(wildcard *.tex) all: pdf pdf: $(NAME).pdf dvi: $(NAME).dvi $(NAME).pdf $(NAME).dvi: $(DEPS) clean:: -rm -f *.toc *.cgm *.nav *.log *.out *.aux *.snm *.*~ *.vrb present: xrandr --output$(OUTPUT) --auto gnome-screensaver-command -i & evince -s --page-label=1 $(TARGET) # Debian package: latex-make include /usr/include/LaTeX.mk