aboutsummaryrefslogtreecommitdiff
path: root/reproduce/config/pipeline/dependency-texlive.mk
AgeCommit message (Collapse)AuthorLines
2019-04-07Copyright notice added to all files missing oneMohammad Akhlaghi-0/+2
Until now, for short files, we only had a license notice, not an actual copyright notice. With this commit, a copyright notice has also been added. We use this new command to find these files, suggested by `ineiev@gnu.org'.
2019-04-01Added short copyright notice on configuration filesMohammad Akhlaghi-0/+6
A short, all-permisive copyright notice was added to the configuration files that were missing one.
2018-11-18Pipeline also installs TeX live and necessary packagesMohammad Akhlaghi-0/+14
Since the final product of the pipeline is a LaTeX-created PDF file, it was necessary to also have LaTeX within the pipeline. With this commit, TeX Live is also built as part of the configuration and all the necessary packages to build the PDF are also installed and mentioned in the paper along with their versions.