Skip to content

Commit

Permalink
update makefile to create sigmod zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
xvrl committed Mar 21, 2014
1 parent 6b4d564 commit 5cb0813
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
10 changes: 9 additions & 1 deletion publications/whitepaper/Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions publications/whitepaper/sgmd0658-yang.bib
1 change: 1 addition & 0 deletions publications/whitepaper/sgmd0658-yang.tex

0 comments on commit 5cb0813

Please sign in to comment.