summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bashful/Makefile
blob: 3ea9362ec965e2875b754487749149209c355314 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 -f [dD]elme* *.aux *.sh *.osh *.toc *~ *.log *.out *.dvi *.lsh *.stderr *.stdout *.toc *.c