Skip to content

Commit

Permalink
Add additional biblatex files to the Arxiv archive
Browse files Browse the repository at this point in the history
  • Loading branch information
aspiwack committed Jul 22, 2022
1 parent 5d22d9b commit 4fd0ba6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ clean:
rm -f linear-constraints.pdf
rm -f linear-constraints.lhs
rm -f linear-constraints.tex
rm -f linear-constraints.tar.gz

%.lhs: %.mng $(OTT_FILES)
ott $(OTT_OPTS) -tex_filter $< $@ $(OTT_FILES)
Expand All @@ -49,7 +50,7 @@ linear-constraints-submission.pdf: linear-constraints.pdf
linear-constraints-supplementary.pdf: linear-constraints.pdf
pdftk $< cat 28-end output $@

linear-constraints.tar.gz: linear-constraints.tex linear-constraints.bbl newunicodedefs.tex ott.tex ottalt.sty listproc.sty acmart.cls
linear-constraints.tar.gz: linear-constraints.tex linear-constraints.bbl newunicodedefs.tex ott.tex ottalt.sty listproc.sty acmart.cls acmauthoryear.bbx acmauthoryear.cbx acmdatamodel.dbx
tar -cvzf $@ $^

%.pdf %.bbl : %.tex bibliography.bib $(OTT_TEX)
Expand Down

0 comments on commit 4fd0ba6

Please sign in to comment.