docs/bib-ref2

view pb/makefile @ 61:0f2510fa7d98

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
children
line source
1 all: ref2-pb.pdf
3 ref2-pb.pdf: ref2-pb.bib ref2-pb.tex
4 latexmk -pdf ref2-pb
6 clean:
7 for i in aux bbl bcf blg fdb_latexmk fls log out run.xml ; do \
8 rm -f ref2-pb.$$i ; \
9 done
10 realclean: clean
11 rm -f ref2-pb.pdf