From 8bf00319db57ecfed8477f97e673248ff3d9e44a Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Fri, 28 Mar 2008 13:38:15 -0400 Subject: add Makefile to examples/ so "make clean" works --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 187e7c9..c556886 100755 --- a/Makefile +++ b/Makefile @@ -5,8 +5,8 @@ NEWRELEASE = $(shell echo $$(($(RELEASE) + 1))) MESSAGESPOT=po/messages.pot TOPDIR = $(shell pwd) -DIRS = func docs scripts test test/unittest -PYDIRS = func scripts +DIRS = func docs examples scripts test test/unittest +PYDIRS = func scripts examples EXAMPLEDIR = examples INITDIR = init-scripts -- cgit