From a7be324176b1451ed550b5e243a3b01794afa505 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 11 Feb 2010 10:00:53 -0300 Subject: [PATCH] Including on-line documentation in the tarball --- Rakefile.pkg | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) 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