From 35ef536124ef91a20a1093f6161b57c2a2b9f358 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 10 Jul 2010 19:00:56 +0000 Subject: doc: make RDoc skip private methods --- GNUmakefile | 2 +- rainbows.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 2f24d86..55d55e6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -82,7 +82,7 @@ atom = $$i; done find bin lib -type f -name '*.rbc' -exec rm -f '{}' ';' - rdoc -a -t "$(shell sed -ne '1s/^= //p' README)" + rdoc -t "$(shell sed -ne '1s/^= //p' README)" install -m644 COPYING doc/COPYING install -m644 $(shell grep '^[A-Z]' .document) doc/ $(MAKE) -C Documentation install-html install-man diff --git a/rainbows.gemspec b/rainbows.gemspec index 3f0d4a0..8ccb075 100644 --- a/rainbows.gemspec +++ b/rainbows.gemspec @@ -34,7 +34,7 @@ Gem::Specification.new do |s| s.files = manifest s.homepage = %q{http://rainbows.rubyforge.org/} s.summary = %q{Unicorn for sleepy apps and slow clients} - s.rdoc_options = [ "-Na", "-t", "Rainbows! #{s.summary}" ] + s.rdoc_options = [ "-t", "Rainbows! #{s.summary}" ] s.require_paths = %w(lib) s.rubyforge_project = %q{rainbows} -- cgit v1.2.3-24-ge0c7