Skip to content

Commit

Permalink
Add docs files to rdoc extra files
Browse files Browse the repository at this point in the history
  • Loading branch information
dj2 committed May 11, 2011
1 parent 5398fac commit a5fff31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eventmachine.gemspec
Expand Up @@ -28,4 +28,5 @@ of EventMachine is to enable programs to easily interface with other programs
using TCP/IP, especially if custom protocols are required." using TCP/IP, especially if custom protocols are required."


s.rdoc_options = ["--title", "EventMachine", "--main", "README", "-x", "lib/em/version", "-x", "lib/jeventmachine"] s.rdoc_options = ["--title", "EventMachine", "--main", "README", "-x", "lib/em/version", "-x", "lib/jeventmachine"]
s.extra_rdoc_files = ["README"] + `git ls-files -- docs/*`.split("\n")
end end

0 comments on commit a5fff31

Please sign in to comment.