about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile2
-rw-r--r--unicorn.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 5519e84..b28bded 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -195,7 +195,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 968d04f..fd8f0e6 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