From b660717dad1425f44f75567c6db11d6db95a1b59 Mon Sep 17 00:00:00 2001 From: Marc Burns Date: Mon, 24 Jan 2011 12:09:20 -0500 Subject: [PATCH] Added subdirectory eduroam/ to root Makefile. Work... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 53391b0..117c3c7 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SHELL = umask 002; exec /bin/sh FILES = events.ics events.atom news.atom index.html stats.html \ favicon.ico default.css csclub.der csclub.pem robots.txt -SUBDIRS = about events office news services media buttons logos flash library +SUBDIRS = about events office news services media buttons logos flash library eduroam include common.mk