about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-10-27 23:07:42 +0000
committerEric Wong <normalperson@yhbt.net>2010-10-27 23:08:57 +0000
commit856959cc0b2dbc96f115d26672d0f5b73ae79914 (patch)
treeff0da9cf850faa3f03268039f48a26acea8f7e47
parent04f0f44f9bd0907fcff1e2cdc59f7e84d4110539 (diff)
downloadunicorn-856959cc0b2dbc96f115d26672d0f5b73ae79914.tar.gz
-N and -a switches no longer exist in rdoc 2.5
(cherry picked from commit 054c7df93db61839648925cfd881ae880709a210)
-rw-r--r--GNUmakefile2
-rw-r--r--unicorn.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index b5fe9fd..fc56a0f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -189,7 +189,7 @@ atom = <link rel="alternate" title="Atom feed" href="$(1)" \
 doc: .document $(ext)/unicorn_http.c NEWS ChangeLog
         for i in $(man1_rdoc); do echo > $$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/unicorn.gemspec b/unicorn.gemspec
index ccf4e09..973ca09 100644
--- a/unicorn.gemspec
+++ b/unicorn.gemspec
@@ -36,7 +36,7 @@ Gem::Specification.new do |s|
   s.homepage = %q{http://unicorn.bogomips.org/}
 
   summary = %q{Rack HTTP server for fast clients and Unix}
-  s.rdoc_options = [ "-Na", "-t", "Unicorn: #{summary}" ]
+  s.rdoc_options = [ "-t", "Unicorn: #{summary}" ]
   s.require_paths = %w(lib ext)
   s.rubyforge_project = %q{mongrel}
   s.summary = summary