view pb/makefile @ 61:0f2510fa7d98 default tip

Some more minor cleanups in the text. Already done on 2014-11-05 and thus part of the PB publication.
author markus schnalke <meillo@marmaro.de>
date Fri, 21 Nov 2014 08:50:55 +0100
parents 7a137e17e34d
children
line wrap: on
line source

all:	ref2-pb.pdf

ref2-pb.pdf:	ref2-pb.bib ref2-pb.tex
	latexmk -pdf ref2-pb

clean:
	for i in aux bbl bcf blg fdb_latexmk fls log out run.xml ; do \
		rm -f ref2-pb.$$i ; \
	done
realclean:	clean
	rm -f ref2-pb.pdf