From 2f8c4192065f4aca52283fbc10666c56acee1db5 Mon Sep 17 00:00:00 2001 From: David Bartley Date: Wed, 19 Sep 2007 04:25:32 -0400 Subject: [PATCH] Remove docs from SUBDIRS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b998c84..08e9b1e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ INPUTS = index.xml -SUBDIRS = about events docs office news services media +SUBDIRS = about events office news services media first: noroot events.ics members.xml all find ! -regex '.*/\..*' -type f ! -perm -0664 -print0 | xargs -r0 chmod u=rwX,g=rwX,o=rX || true