Revision 2ed8a2d60bc991ad06411b2aab43989a64a59a2d authored by Boud Roukema on 20 July 2020, 16:31:43 UTC, committed by Mohammad Akhlaghi on 20 July 2020, 20:43:45 UTC
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.
1 parent c18c170
History
File Mode Size
reproduce
tex
.dir-locals.el -rw-r--r-- 1.3 KB
.file-metadata -rw-r--r-- 9.0 KB
.gitignore -rw-r--r-- 994 bytes
COPYING -rw-r--r-- 34.3 KB
README-hacking.md -rw-r--r-- 88.6 KB
README.md -rw-r--r-- 18.0 KB
paper.tex -rw-r--r-- 13.9 KB
project -rwxr-xr-x 17.8 KB

README.md

back to top