X-Git-Url: https://projects.mako.cc/source/bmh-biosketch/blobdiff_plain/7db652a553b1c50aa6d6703d4417730efec95c45..76cf6847eb31051e9cb5bbd055fccd5a1431272e:/Makefile diff --git a/Makefile b/Makefile index b219b72..d4bbda0 100644 --- a/Makefile +++ b/Makefile @@ -4,16 +4,12 @@ all: $(patsubst %.tex,%.pdf,$(wildcard *.tex)) pdf: all %.pdf: %.tex - perl -p -e 's/©//' refs.bib > refs-cleaned.bib - recode -d u8..ltex < refs-cleaned.bib > refs-processed.bib rubber -fd $< clean: rubber -d --clean *.tex rm -f *.tmp rm -f vc - rm -f refs-cleaned.bib - rm -f refs-processed.bib viewpdf: all evince *.pdf