[Reproducible-commits] [presentations] 02/02: need to build the IMGS first

Chris Lamb lamby at moszumanska.debian.org
Wed Aug 19 22:02:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository presentations.

commit cf6937fcbfd673d73866db4d4ddec7bf4d786a05
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Aug 20 00:02:28 2015 +0200

    need to build the IMGS first
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 2015-07-06-LSM2015/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/2015-07-06-LSM2015/Makefile b/2015-07-06-LSM2015/Makefile
index 363f0aa..f9da220 100644
--- a/2015-07-06-LSM2015/Makefile
+++ b/2015-07-06-LSM2015/Makefile
@@ -33,9 +33,9 @@ $(PRESENTATION).pdf: $(PRESENTATION).mdwn $(PRESENTATION)-header.tex template.be
 
 SRCS = \
 	$(shell find . -maxdepth 1 '(' -name '$(PRESENTATION).GNUMakefile' -o -name 'Makefile' ')' -printf '%P\n') \
+	$(IMGS) \
 	$(PRESENTATION).mdwn \
-	$(PRESENTATION)-header.tex \
-	$(IMGS)
+	$(PRESENTATION)-header.tex
 
 $(PRESENTATION)-src.tar.gz: $(SRCS)
 	tar -zcvf $@ --transform 's,$(PRESENTATION)\.GNUMakefile,Makefile,;s,^,$(PRESENTATION)/,' $(SRCS)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/presentations.git



More information about the Reproducible-commits mailing list