diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-10-31 20:32:39 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-10-31 20:32:39 +0000 |
commit | e37673130c821a8bbdf9da1907cf1cdb0b689bbe (patch) | |
tree | 88c1e502f73998cf616611149ef080a1ed1b3b55 /reproduce/analysis | |
parent | 124027a8d15a63af92755720fd50849441f4decd (diff) |
Minor corrections in distribution and autoconf prerequisite of automake
Some minor corrections were made in the template:
- When making the distribution, `.swp' files (created by Vim) are also
removed.
- Autoconf is set as a prerequisite of Automake
I was also trying to add the Apache log4cxx, but its default 0.10.0 tarball
needs some patches, so I have just left it half done until someone actually
needs it and we apply the patch.
Diffstat (limited to 'reproduce/analysis')
-rw-r--r-- | reproduce/analysis/make/initialize.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/reproduce/analysis/make/initialize.mk b/reproduce/analysis/make/initialize.mk index d6ac011..fde91af 100644 --- a/reproduce/analysis/make/initialize.mk +++ b/reproduce/analysis/make/initialize.mk @@ -331,6 +331,7 @@ $(packagecontents): paper.pdf | $(texdir) # Clean temporary (currently those ending in `~') files. cd $(texdir) find $(packagebasename) -name \*~ -delete + find $(packagebasename) -name \*.swp -delete # PROJECT SPECIFIC # ---------------- |