-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to generate fewer PDFs (#311)
Fixes bountonw/translate-tooling#46. This should handle both limiting the number of jobs run to only those with changed files (unless the `.tooling` changes, in which case it runs everything), and it also adds support for running Make tasks in parallel (bountonw/translate-tooling#51). The latter improvement reduces all generation time significantly. For example, the LBF PDF generation time is around 50% less.
- Loading branch information
Showing
3 changed files
with
77 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule .tooling
updated
3 files
+0 −10 | latex/draft.sh | |
+0 −10 | latex/generate-icmls.sh | |
+6 −0 | latex/makefile |