summaryrefslogtreecommitdiff
path: root/textproc/ruby-xmlparser/patches/patch-ac
blob: f9284741e4a7bd198ad727fb4f70e89c7ae575b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1 2008/04/04 15:22:24 jlam Exp $

--- Rakefile.orig	1969-12-31 19:00:00.000000000 -0500
+++ Rakefile
@@ -28,7 +28,7 @@ setup_gem(name, version) do |spec|
   spec.extensions << "Rakefile"
   spec.files = FileList["lib/**/*","ext/**/*"].exclude("rdoc").to_a
   spec.has_rdoc = false
-  spec.extra_rdoc_files=['README', 'README.ja', 'MANIFEST', 'samples']
+  spec.extra_rdoc_files=['README', 'README.ja', 'MANIFEST']
   spec.rubyforge_project = 'xmlparser'
 end