START = noxxxnote nodraft noblue END = missing PYTEX = $(shell pwd)/pytex/ CLASS = $(PYTEX)/cls/sig-alternate-05-2015.cls all: paper ABSTRACT open: @nohup acroread -openInNewWindow paper.pdf 1>/dev/null 2>/dev/null & 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 spellcheck: .spellcheck | silent .spellcheck: $(PAPER_TEXFILES) .okwords @hunspell -t -l -p $(PWD)/.ispell_english $(PAPER_TEXFILES) | sort -f | uniq | tee badwords && touch .spellcheck silent: @: .PHONY: spellcheck