All pastes #2048857 Raw Edit

Mine

public text v1 · immutable
#2048857 ·published 2011-04-21 04:22 UTC
rendered paste body
SRC = stateofart
FILE  =   $(SRC).tex
GRBG = *.glg *.glo *.gls *.ist *.acn *.acr *.alg *.log *.aux *.div
 *.dvi


all:
	make bibtextize
	make pdfization

glossaries:
	latex $(FILE)
	makeglossaries $(SRC)
bibtextize:
	latex $(FILE)
	bibtex $(FILE)
	latex $(FILE)
	latex $(FILE)

pdfization:
	pdflatex $(FILE)


clean:
	rm -rf $(GRBG)