public
Fork of shadoi/puppet
Description: Puppet is a declarative language for expressing system configuration, a client and server for distributing it, and a library for realizing the configuration.
Homepage: http://reductivelabs.com/trac/puppet/
Clone URL: git://github.com/nullstyle/puppet.git
I think this will include the man pages in the build but overall the 
Rakefile needs a rewrite
jamtur01 (author)
Tue Mar 25 14:39:34 -0700 2008
commit  491a69682728818e04b8a20a5d8f4f783ad6ddaf
tree    67e3e63f046ce449205cfd7d8b638403e8d079f6
parent  3a8053a137fa07a467e5dec6464d56bb36ddadf5
...
27
28
29
30
 
 
31
32
33
...
27
28
29
 
30
31
32
33
34
0
@@ -27,7 +27,8 @@ project = Rake::RedLabProject.new("puppet") do |p|
0
         'bin/**/*',
0
         'ext/**/*',
0
         'examples/**/*',
0
- 'conf/**/*'
0
+ 'conf/**/*',
0
+ 'man/**/*'
0
     ]
0
     p.filelist.exclude("bin/pi")
0
 

Comments

    No one has commented yet.