Skip to content

Commit 4fd0ba6

Browse files
committed
Add additional biblatex files to the Arxiv archive
1 parent 5d22d9b commit 4fd0ba6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ clean:
3131
rm -f linear-constraints.pdf
3232
rm -f linear-constraints.lhs
3333
rm -f linear-constraints.tex
34+
rm -f linear-constraints.tar.gz
3435

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

52-
linear-constraints.tar.gz: linear-constraints.tex linear-constraints.bbl newunicodedefs.tex ott.tex ottalt.sty listproc.sty acmart.cls
53+
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
5354
tar -cvzf $@ $^
5455

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

0 commit comments

Comments
 (0)