diff options
author | Boud Roukema <boud@cosmo.torun.pl> | 2020-07-20 18:31:43 +0200 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-07-20 21:43:45 +0100 |
commit | 2ed8a2d60bc991ad06411b2aab43989a64a59a2d (patch) | |
tree | 39b9fcc92fda1f8b3240be529c87a60d9d2eecb7 /reproduce/analysis/make/top-make.mk | |
parent | c18c170b7f31b4cb1499dfbc0a0d13e54de1df89 (diff) |
make dist: only archive files that are under version control
Until this commit, the '$(project-package-contents)' rules in
'reproduce/analysis/make/initialize.mk' included a line to provide all
contents, recursively, of the directory 'reproduce/' in the package for
further distribution.
This could potentially lead to the distribution of private working files
that are used during development and not intended for general distribution.
With this commit, only those files in 'reproduce/' and 'tex/src' that are
under version control are copied to the temporary directory (that is later
used for creating an archive). With this change, the archiving commands
actually became more clean (we don't have to manually remove 'LOCAL.conf'
or other temporary files). Extensive comments have also been added above
each step to clarify each step's purpose and method.
Diffstat (limited to 'reproduce/analysis/make/top-make.mk')
0 files changed, 0 insertions, 0 deletions