swh:1:snp:d80eec3f654c152adbdd6e641362bcb340d39fe2
Raw File
Tip revision: f57455593d1419ac8c73c17690de22d32f6689cd authored by Daniel Lee on 12 April 2013, 20:06:59 UTC
updating release date for rstan
Tip revision: f574555
manual
.PHONY: manual src/docs/stan-reference/stan-reference.tex
manual: src/docs/stan-reference/stan-reference.pdf
	mkdir -p doc/
	cp src/docs/stan-reference/stan-reference.pdf doc/stan-reference-$(VERSION_STRING).pdf

MANUAL_FLAGS=
%.pdf: %.tex
	cd $(dir $@); pdflatex $(MANUAL_FLAGS) $(notdir $^); bibtex $(notdir $(basename $@)); makeindex -s stan-reference.ist $(notdir $(basename $@)); pdflatex $(MANUAL_FLAGS) $(notdir $^); pdflatex $(MANUAL_FLAGS) $(notdir $^);  pdflatex $(MANUAL_FLAGS) $(notdir $^); 
	cd $(dir $@); pdflatex $(MANUAL_FLAGS) $(notdir $^); bibtex $(notdir $(basename $@)); makeindex -s stan-reference.ist $(notdir $(basename $@)); pdflatex $(MANUAL_FLAGS) $(notdir $^); pdflatex $(MANUAL_FLAGS) $(notdir $^);  pdflatex $(MANUAL_FLAGS) $(notdir $^); 
back to top