summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Lathrop <paul@tertiusfamily.net>2008-03-26 12:17:08 -0700
committerPaul Lathrop <paul@tertiusfamily.net>2008-03-26 12:17:08 -0700
commit72dc58ce541102f02d0f8dfd177675dd049730c3 (patch)
tree6d1085f04638aebadd4ddad3293a8cdd946664ab
parent8a26c512e861596cf45ad85c2e66a8beb28d7463 (diff)
parent491a69682728818e04b8a20a5d8f4f783ad6ddaf (diff)
Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-rw-r--r--Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 0f2a05b90..1a3faad09 100644
--- a/Rakefile
+++ b/Rakefile
@@ -27,7 +27,8 @@ project = Rake::RedLabProject.new("puppet") do |p|
'bin/**/*',
'ext/**/*',
'examples/**/*',
- 'conf/**/*'
+ 'conf/**/*',
+ 'man/**/*'
]
p.filelist.exclude("bin/pi")