diff options
Diffstat (limited to 'ruby/Rakefile')
| -rw-r--r-- | ruby/Rakefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ruby/Rakefile b/ruby/Rakefile index a5159210a3..ba6e54448e 100644 --- a/ruby/Rakefile +++ b/ruby/Rakefile @@ -88,8 +88,9 @@ end PKG_FILES = FileList[ "LICENSE.txt", "NOTICE.txt", "Rakefile", "RELEASE_NOTES", - "lib/**/*.rb", "lib/*/spec_cache/*.rb*", "tests/**/*", "examples/**", "ext/**/*.[ch]", - "ext/**/MANIFEST", "ext/**/extconf.rb" + "lib/**/*.rb", "lib/**/*.xml", "lib/**/*.dtd", "lib/*/spec_cache/*.rb*", + "tests/**/*", "examples/**", "ext/**/*.[ch]", "ext/**/MANIFEST", + "ext/**/extconf.rb" ] DIST_FILES = FileList[ |
