PACKAGE=bashful
SOURCES=${PACKAGE}.tex ${PACKAGE}.sty Makefile README

${PACKAGE}.pdf: ${SOURCES}
	pdflatex -shell-esc ${PACKAGE}.tex
	pdflatex -shell-esc ${PACKAGE}.tex

wrap: ${PACKAGE}.zip 

${PACKAGE}.zip: ${PACKAGE}.pdf $(SOURCES) 
	zip $@ $?

clean:
	rm -rf [dD]elme* *.aux *.sh *.osh *.toc *~ *.log *.out *.dvi *.lsh *.stderr \
				*.stdout *.toc *.c minimal* date bashful.date *.exitCode condition.* \
				temperature.* _00 _bashful
