summaryrefslogtreecommitdiff
path: root/Makefile
blob: d0d0badc412e86997832bed76703f8a33b5f4bdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
NAME = debian
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:
	killall pidgin krb5-auth-dialog
	xrandr --output$(OUTPUT) --auto
	gnome-screensaver-command -i &
	#xpdf -fullscreen $(TARGET)
	evince -s --page-label=1 $(TARGET)

# Debian package: latex-make
include /usr/include/LaTeX.mk