Added list of people who have contributed to modules

This commit is contained in:
Timo Mkinen 2011-08-31 11:32:18 +03:00
parent 94c961688e
commit d71553830d
3 changed files with 14 additions and 3 deletions

View file

@ -4,7 +4,7 @@ MANIFESTS = $(shell find . -name \*.pp)
all: puppet-modules.tar.gz
puppet-modules.tar.gz: $(MODULES) LICENSE
puppet-modules.tar.gz: $(MODULES) LICENSE CREDITS
umask 022 ; tar zcvf $@ --owner=root --group=root \
--mode g-w,o=g --exclude=.git --exclude=rdoc $^