update makefile to create sigmod zip file

This commit is contained in:
Xavier Léauté 2014-03-21 14:50:44 -07:00
parent 6b4d564b49
commit 5cb081328e
3 changed files with 11 additions and 1 deletions

View File

@ -1,7 +1,15 @@
all : druid.pdf
sigmod : sgmd0658-yang.zip
%.zip : %.pdf
rm -f dummy.ps
touch dummy.ps
zip $@ $*.pdf $*.tex dummy.ps
rm -f dummy.ps
clean :
@rm -f *.aux *.bbl *.blg *.log
@rm -f *.aux *.bbl *.blg *.log dummy.ps *.zip
%.tex : %.bib

View File

@ -0,0 +1 @@
druid.bib

View File

@ -0,0 +1 @@
druid.tex