From 09f0681ca270396533165aabd075ee61cfb33b24 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Tue, 29 Jan 2008 17:32:56 -0500 Subject: add test/ and test/unittest to the dirs to cleanup --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 974ca4f..187e7c9 100755 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ NEWRELEASE = $(shell echo $$(($(RELEASE) + 1))) MESSAGESPOT=po/messages.pot TOPDIR = $(shell pwd) -DIRS = func docs scripts +DIRS = func docs scripts test test/unittest PYDIRS = func scripts EXAMPLEDIR = examples INITDIR = init-scripts -- cgit