TITLE = Fixing-trust-on-the-Internet all: pack pack: tar Jchvf $(TITLE).tar.xz \ --exclude='.git' --exclude='*~' \ ./LICENSES ./Makefile ./src ./images ./deck.js \ ./$(TITLE).org ./$(TITLE).html unpack: -@echo "...Here are the commands to unpack the presentation..." -@echo mkdir $(TITLE) -@echo cd $(TITLE)/ -@echo tar Jxvf ../$(TITLE).tar.xz -@echo mv ../$(TITLE).tar.xz ./