[presentations] 01/01: Add Makefile for "Introduction to Reproducible Builds".

Vagrant Cascadian vagrant at moszumanska.debian.org
Mon Mar 6 07:51:21 UTC 2017


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

vagrant pushed a commit to branch master
in repository presentations.

commit a3bd8ef11eeee82197ba890d36ddc82acc8ffdce
Author: Vagrant Cascadian <vagrant at debian.org>
Date:   Sun Mar 5 23:50:31 2017 -0800

    Add Makefile for "Introduction to Reproducible Builds".
---
 2017-03-05-scale-Introduction-to-Reproducible-builds/Makefile | 11 +++++++++++
 .../README.txt                                                |  1 -
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/2017-03-05-scale-Introduction-to-Reproducible-builds/Makefile b/2017-03-05-scale-Introduction-to-Reproducible-builds/Makefile
new file mode 100644
index 0000000..c72c4d7
--- /dev/null
+++ b/2017-03-05-scale-Introduction-to-Reproducible-builds/Makefile
@@ -0,0 +1,11 @@
+# thanks to dima for walking me through this!
+
+all: $(patsubst %.org,%.pdf,$(wildcard *.org))
+
+%.pdf: %.org
+	emacs --batch --eval '(progn (find-file "$<") (org-beamer-export-to-pdf))'
+
+clean:
+	rm -f *.pdf
+
+.PHONY:clean
diff --git a/2017-03-05-scale-Introduction-to-Reproducible-builds/README.txt b/2017-03-05-scale-Introduction-to-Reproducible-builds/README.txt
deleted file mode 120000
index b5604fb..0000000
--- a/2017-03-05-scale-Introduction-to-Reproducible-builds/README.txt
+++ /dev/null
@@ -1 +0,0 @@
-../2017-02-22-Reproducible-Build-Zoo/README.txt
\ No newline at end of file

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