Commit a7be324176b1451ed550b5e243a3b01794afa505
1 parent
13ef1a3a
Exists in
master
and in
29 other branches
Including on-line documentation in the tarball
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
Rakefile.pkg
... | ... | @@ -62,6 +62,9 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| |
62 | 62 | p.package_files.include('vendor/**/*') |
63 | 63 | p.package_files.exclude('vendor/rails') |
64 | 64 | |
65 | + # online documentation | |
66 | + p.package_files.include('doc/noosfero/**/*') | |
67 | + | |
65 | 68 | # exclusions |
66 | 69 | p.package_files.exclude('coverage/**/*') |
67 | 70 | p.package_files.exclude('public/images/[0-9][0-9][0-9][0-9]/**/*') | ... | ... |