From 11cf17750885324a58a68d237b0ac29bc3a6269b Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 20 Oct 2013 18:09:50 +0200 Subject: o Making all app-conf options except import use <-l location>. o Setting $HOME to the temporary area when testing. o Adding test docs for app-conf. --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d3f3c91..05ffacb 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: test +all: test docs BINS=$(wildcard bin/app-*) $(wildcard libexec/app-*) @@ -17,6 +17,10 @@ show-tests: test: show-tests $(TESTS) .PHONY: test +docs: + @make -C docs +.PHONY: docs + define set_header set_header-$(1): @count=`wc -l lib/header|cut -f 1 -d ' '`; \ -- cgit v1.2.3