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