From e37673130c821a8bbdf9da1907cf1cdb0b689bbe Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Thu, 31 Oct 2019 20:32:39 +0000 Subject: 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. --- reproduce/analysis/make/initialize.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'reproduce/analysis') 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 # ---------------- -- cgit v1.2.1