added Tom Marble's slides
[lp17-speaker-slides.git] / Tom-Marble / Makefile
CommitLineData
d0f6c3cd
AE
1
2TITLE = Fixing-trust-on-the-Internet
3
4all: pack
5
6pack:
7 tar Jchvf $(TITLE).tar.xz \
8 --exclude='.git' --exclude='*~' \
9 ./LICENSES ./Makefile ./src ./images ./deck.js \
10 ./$(TITLE).org ./$(TITLE).html
11
12unpack:
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 ./