about summary refs log tree commit homepage
path: root/GNUmakefile
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:07:42 +0000
commit054c7df93db61839648925cfd881ae880709a210 (patch)
treec104ef1aaabbfb71a87a955e73897bfa9dce3328 /GNUmakefile
parent570a57c07fd8c3d24b7337637e0dd30136b3a11a (diff)
downloadunicorn-054c7df93db61839648925cfd881ae880709a210.tar.gz
-N and -a switches no longer exist in rdoc 2.5
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 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