Blame view

Makefile 469 Bytes
Geoffrey Challen authored
1
START = noxxxnote nodraft blue
Geoffrey Challen authored
2
END = missing
Geoffrey Challen authored
3
PYTEX = $(shell pwd)/pytex/
Geoffrey Challen authored
4
5
6
7
CLASS = $(PYTEX)/cls/sig-alternate.cls

all: paper ABSTRACT
Geoffrey Challen authored
8
9
10
open:
	@nohup acroread -openInNewWindow paper.pdf 1>/dev/null 2>/dev/null &
Geoffrey Challen authored
11
12
13
14
15
16
17
18
19
20
21
22
figures:
	@cd figures ; make

ABSTRACT: $(PYTEX)/bin/clean $(PYTEX)/bin/lib.py abstract.tex
	@$(PYTEX)/bin/clean abstract.tex ABSTRACT

# 16 Nov 2010 : GWA : Add other cleaning rules here.

clean: rulesclean
	@rm -f ABSTRACT

include $(PYTEX)/make/Makerules