[Reproducible-commits] [presentations] 05/06: FOSDEM15: fix makefile

Jérémy Bobbio lunar at moszumanska.debian.org
Thu Jan 29 18:40:11 UTC 2015


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

lunar pushed a commit to branch master
in repository presentations.

commit 98724df943419aa78a38362ab222b47e9ad17271
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Thu Jan 29 19:20:11 2015 +0100

    FOSDEM15: fix makefile
---
 2015-01-31-FOSDEM15/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/2015-01-31-FOSDEM15/Makefile b/2015-01-31-FOSDEM15/Makefile
index e0c3a21..20110d9 100644
--- a/2015-01-31-FOSDEM15/Makefile
+++ b/2015-01-31-FOSDEM15/Makefile
@@ -20,7 +20,7 @@ IMGS = \
 	images/what-proofs-2.pdf \
 	images/what-proofs-3.pdf \
 	images/what-proofs-4.pdf \
-	$(shell echo $$(sed -n -e 's/^[^%]*\\includegraphics\([^{]*\)\?{\([^}]*\)}.*$$/\2.*/p' $(PRESENTATION).mdwn | sed -e 's/\.svg$$/\.pdf$$/' | sort -u))
+	$(shell echo $$(sed -n -e 's/^[^%]*\\includegraphics\([^{]*\)\?{\([^}]*\)}.*$$/\2.*/p' $(PRESENTATION).mdwn | grep -v 'what-proofs' | sed -e 's/\.svg$$/\.pdf$$/' | sort -u))
 
 $(PRESENTATION).pdf: $(PRESENTATION).mdwn $(PRESENTATION)-header.tex $(IMGS)
 	pandoc -t beamer \

-- 
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