Remove docs from SUBDIRS

This commit is contained in:
David Bartley 2007-09-19 04:25:32 -04:00
parent 64a113b537
commit 2f8c419206
1 changed files with 1 additions and 1 deletions

View File

@ -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