added Tom Marble's slides
[lp17-speaker-slides.git] / Tom-Marble / Makefile
1
2 TITLE = Fixing-trust-on-the-Internet
3
4 all: pack
5
6 pack:
7 tar Jchvf $(TITLE).tar.xz \
8 --exclude='.git' --exclude='*~' \
9 ./LICENSES ./Makefile ./src ./images ./deck.js \
10 ./$(TITLE).org ./$(TITLE).html
11
12 unpack:
13 -@echo "...Here are the commands to unpack the presentation..."
14 -@echo mkdir $(TITLE)
15 -@echo cd $(TITLE)/
16 -@echo tar Jxvf ../$(TITLE).tar.xz
17 -@echo mv ../$(TITLE).tar.xz ./