Sha256: c8adca47099a5874a1a1ec0614a89942d8b8cf98bdd114b86564008c2e04993e

Contents?: true

Size: 465 Bytes

Versions: 30

Compression:

Stored size: 465 Bytes

Contents

OPTS=-shell-escape -halt-on-error -interaction=errorstopmode -output-directory=.

wp.pdf: wp.tex
	pdflatex ${OPTS} wp.tex > /dev/null
	biber wp > /dev/null
	pdflatex ${OPTS} wp.tex > /dev/null
	grep 'LaTeX Warning' wp.log ; if [ $$? -eq 0 ]; then cat wp.log; exit -1; fi
	grep 'Overfull ' wp.log ; if [ $$? -eq 0 ]; then cat wp.log; exit -1; fi
	grep 'Underfull ' wp.log ; if [ $$? -eq 0 ]; then cat wp.log; exit -1; fi

clean:
	rm -rf wp.log wp.pdf wp.out wp.aux

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
zold-0.10.17 wp/Makefile
zold-0.10.16 wp/Makefile
zold-0.10.15 wp/Makefile
zold-0.10.14 wp/Makefile
zold-0.10.13 wp/Makefile
zold-0.10.12 wp/Makefile
zold-0.10.11 wp/Makefile
zold-0.10.10 wp/Makefile
zold-0.10.9 wp/Makefile
zold-0.10.8 wp/Makefile
zold-0.10.7 wp/Makefile
zold-0.10.6 wp/Makefile
zold-0.10.5 wp/Makefile
zold-0.10.4 wp/Makefile
zold-0.10.3 wp/Makefile
zold-0.10.2 wp/Makefile
zold-0.10.1 wp/Makefile
zold-0.10 wp/Makefile
zold-0.9.11 wp/Makefile
zold-0.9.10 wp/Makefile