diff --git a/Rakefile.pkg b/Rakefile.pkg index 280f528..fafd25f 100644 --- a/Rakefile.pkg +++ b/Rakefile.pkg @@ -62,6 +62,9 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| p.package_files.include('vendor/**/*') p.package_files.exclude('vendor/rails') + # online documentation + p.package_files.include('doc/noosfero/**/*') + # exclusions p.package_files.exclude('coverage/**/*') p.package_files.exclude('public/images/[0-9][0-9][0-9][0-9]/**/*') -- libgit2 0.21.2