Mercurial > docs > bib-ref2
view pb/makefile @ 59:9b01685b5ee2
applied language and formating requests by PersBib
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sun, 26 Oct 2014 10:34:33 +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