summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/**/*',