From 41d089472b28735acbd0299c9256dd5350c87dd1 Mon Sep 17 00:00:00 2001 From: Laurence Withers Date: Mon, 24 Jul 2006 15:05:37 +0100 Subject: [PATCH] Remember to clean the HTML directory as well. --- skel/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skel/make.sh b/skel/make.sh index 3293c4e..ee93f2f 100755 --- a/skel/make.sh +++ b/skel/make.sh @@ -42,7 +42,7 @@ source scripts/functions.sh || exit 1 # List of directories which will be emptied by clean. -OUTPUT_DIRS="obj" +OUTPUT_DIRS="obj html"