summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 69c2471..603814c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,11 @@
-all: init build
-build: web
-install: installweb
+all: build
init:
git submodule init
git submodule update --init --recursive
touch $@
-web:
+build: init
find config -name '*.setup' -exec ikiwiki --setup '{}' --rebuild ';'
-.PHONY: all init build install web installweb
+.PHONY: all init build