diff --git a/archives/Makefile b/archives/Makefile index 6e536085b6c92d6db1dbf40e44f7ee8cb73689a4..0e8269fd4bd9385b58fed44569e6df9fea24290e 100644 --- a/archives/Makefile +++ b/archives/Makefile @@ -3,14 +3,5 @@ all: index.html index.html: index.md Makefile pandoc -o $@ $< -t html5 --css ../css/tufte-css/tufte.css -s -deploy: all - make -C archives - mkdir -p site - cp index.html site/ - cp -r css site/ - -update: - git submodule foreach 'git pull origin master || true' - clean: rm -rf index.html