From 7116c85c3c1ba241e1771297bb93454d3a738efe Mon Sep 17 00:00:00 2001
From: "Leigh B. Stoller" <stoller@flux.utah.edu>
Date: Wed, 23 Mar 2005 23:42:09 +0000
Subject: [PATCH] Oops, forgot to hook the wiki dir into the top level
 makefile!

---
 GNUmakefile.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/GNUmakefile.in b/GNUmakefile.in
index f3e7cf824d..506373ca2e 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -23,7 +23,8 @@ include Makeconf
 #
 SUBDIRS = lib db assign www @optional_subdirs@ ipod security sensors \
 		pxe tbsetup account tmcd utils tip capture ipod vis \
-		sensors os xmlrpc install/newnode_sshkeys mote tools/whol
+		sensors os xmlrpc install/newnode_sshkeys mote tools/whol \
+		wiki
 
 all:		all-subdirs 
 
-- 
GitLab