Skip to content

Commit

Permalink
Source archive
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremie-koenig committed Nov 22, 2024
1 parent 26fa279 commit 91ec0b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions compcertoe/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MAIN = compcertoe
LDIFREF = compcertoe-popl25-revised
LDIFOPTS = --packages=amsmath,hyperref,biblatex
SOURCES = acmart.cls ACM-Reference-Format.bst references.bib $(MAIN).tex $(MAIN).bbl Makefile

$(MAIN).pdf: $(MAIN).bbl
compcertoe-with-appendix.pdf: compcertoe-with-appendix.bbl
Expand Down Expand Up @@ -35,6 +36,10 @@ compcertoe-diff.tex: compcertoe.tex compcertoe-ref.tex
latexdiff $(LDIFOPTS) compcertoe-ref.tex compcertoe.tex > $@.n
mv $@.n $@

source.zip: $(SOURCES)
rm -f $@
zip $@ $(SOURCES)

clean:
rm -f $(patsubst %,$(MAIN).%,aux aux~ log pdf nav out bbl blg toc pyg)
rm -rf _minted-$(MAIN)
Expand Down

0 comments on commit 91ec0b1

Please sign in to comment.