From 64bb4701a1c1a2677af7b7407f90f10fcb51c92d Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 30 Jan 2011 14:53:56 +0100 Subject: Simplify target naming and dependencies. --- Makefile | 8 +++----- 1 file 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 -- cgit v1.2.3