Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 9495bbc5ae0da9c9cc745e1ec63ce3fe > files > 24

libtopology-doc-0.3-8.fc15.noarch.rpm

all: clean refman.pdf

pdf: refman.pdf

refman.pdf: refman.tex
	pdflatex refman.tex
	makeindex refman.idx
	pdflatex refman.tex
	latex_count=5 ; \
	while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log && [ $$latex_count -gt 0 ] ;\
	    do \
	      echo "Rerunning latex...." ;\
	      pdflatex refman.tex ;\
	      latex_count=`expr $$latex_count - 1` ;\
	    done


clean:
	rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out refman.pdf