Added Makefile.inc to puppet-modules.tar.gz

This commit is contained in:
Ossi Salmi 2011-12-15 18:00:13 +02:00 committed by Timo Mkinen
parent 7a3d102d89
commit 18da1eb659

View file

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