From 066576eb6c2711a2d43d69c9e47eab0beb075894 Mon Sep 17 00:00:00 2001 From: Josef 'Jeff' Sipek Date: Sun, 17 Jul 2011 14:06:35 -0400 Subject: [PATCH] Makefile: don't build docs by default Signed-off-by: Josef 'Jeff' Sipek --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7aada35..b38c1e4 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ OSFILES = $(filter-out $(wildcard *~),$(wildcard os.*)) SCRIPTS = $(filter-out $(wildcard *~),$(wildcard guilt-*)) .PHONY: all -all: doc +all: @echo "Nothing to build, it is all bash :)" @echo "Try make install" -- 2.11.4.GIT