I think this will include the man pages in the build but overall the Rakefile needs a rewrite

This commit is contained in:
James Turnbull 2008-03-26 08:39:34 +11:00
Родитель 3a8053a137
Коммит 491a696827
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -27,7 +27,8 @@ project = Rake::RedLabProject.new("puppet") do |p|
'bin/**/*',
'ext/**/*',
'examples/**/*',
'conf/**/*'
'conf/**/*',
'man/**/*'
]
p.filelist.exclude("bin/pi")