From 63f33cc71d6774057c6aef0944138cfb469204bc Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Fri, 12 Apr 2019 19:05:17 +0100 Subject: Minor typo corrections in previous commits Until now, even though `file' was a dependency of `gcc', it was still listed as a `top-level-programs'. Also, we weren't including the new `tex/dependencies' in the distribution tarball (with `make dist'). With this commit, both issues are solved and also, as a cosmetic change, the GCC prerequisites of the same line-length were ordered alphabetically. --- reproduce/src/make/initialize.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'reproduce/src/make/initialize.mk') diff --git a/reproduce/src/make/initialize.mk b/reproduce/src/make/initialize.mk index 286e64e..4e59712 100644 --- a/reproduce/src/make/initialize.mk +++ b/reproduce/src/make/initialize.mk @@ -252,6 +252,7 @@ $(packagecontents): | $(texdir) cp tex/tikz/*.pdf $$dir/tex/tikz cp -r reproduce/!(build) $$dir/reproduce cp -r tex/pipeline/!($(packagebasename)) $$dir/tex/pipeline + cp -r tex/dependencies $$dir/tex/dependencies # Clean up un-necessary/local files: 1) the $(texdir)/build* # directories (when building in a group structure, there will be -- cgit v1.2.1