From 696252c38a939599cc2f0ea8a05b135120e725d3 Mon Sep 17 00:00:00 2001 From: Matthew Sotoudeh Date: Sun, 13 Sep 2020 16:13:59 -0700 Subject: Fixes to the arXiv-cleaning rules (#4) Resolves Issue #3, now the arxiv-latex-cleaner rules should work correctly. --- BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD.bazel') diff --git a/BUILD.bazel b/BUILD.bazel index f77cc29..58074f4 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -1,7 +1,7 @@ exports_files([ "run_latex.py", "view_pdf.sh", - "get_pdf.sh", + "get_file.sh", "get_arxivable.sh", "pdfcrop.sh", ]) -- cgit v1.2.3