Fix packing source files
This commit is contained in:
parent
280720e604
commit
9ae6753b12
@ -75,7 +75,7 @@ autozoil.xml: $(CONTENT_TEX_SOURCES)
|
|||||||
$(PAPER_ID).zip:
|
$(PAPER_ID).zip:
|
||||||
$(clean_latex_stuff)
|
$(clean_latex_stuff)
|
||||||
rm -rf *~
|
rm -rf *~
|
||||||
zip -r $@ . -x '*.git*' '*.zip'
|
zip -r $@ . -x '*.git/*' '*.zip'
|
||||||
|
|
||||||
ifeq ($(HAS_SUPPLEMENT),yes)
|
ifeq ($(HAS_SUPPLEMENT),yes)
|
||||||
supplement.zip: the-appendix.pdf
|
supplement.zip: the-appendix.pdf
|
||||||
|
Loading…
Reference in New Issue
Block a user