summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authormpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>2006-12-12 22:19:36 +0000
committermpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>2006-12-12 22:19:36 +0000
commite96049fa3a84cfabc8a8a61c418b56eab5183a6d (patch)
tree061fd621bf662d86c41fd82906c8a05e7d569007 /Rakefile
parent8829aa7d489fffaba31c0ff8ac4ff0562357551c (diff)
downloadpuppet-e96049fa3a84cfabc8a8a61c418b56eab5183a6d.tar.gz
puppet-e96049fa3a84cfabc8a8a61c418b56eab5183a6d.tar.xz
puppet-e96049fa3a84cfabc8a8a61c418b56eab5183a6d.zip
Change the filelist slightly so that the externally-included lib/rake doesn't end up in the gem
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1913 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index f9fd7bedc..e9cd4a077 100644
--- a/Rakefile
+++ b/Rakefile
@@ -20,7 +20,8 @@ project = Rake::RedLabProject.new("puppet") do |p|
p.filelist = [
'install.rb',
'[A-Z]*',
- 'lib/**/*.rb',
+ 'lib/puppet.rb',
+ 'lib/puppet/*.rb',
'test/**/*.rb',
'bin/**/*',
'ext/**/*',