From 4e81d6f2e2a6a6b3de15bbd0e08992dd4630fa4b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 17 Aug 2009 00:07:42 -0700 Subject: Documentation updates * Documented Unicorn::HttpParser API methods * Keep GPL2 (COPYING) as-is without RDoc formatting. * The auto-generated index.html is stupid, replace it with README which looks saner. --- GNUmakefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index d0c3a0b..a3e0c5c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -128,9 +128,11 @@ Manifest: cmp $@+ $@ || mv $@+ $@ $(RM) -f $@+ -# using rdoc 2.4.1 -doc: .document - rdoc -Na -m README -t "$(shell sed -ne '1s/^= //p' README)" +# using rdoc 2.4.1+ +doc: .document $(ext)/unicorn_http.c + rdoc -Na -t "$(shell sed -ne '1s/^= //p' README)" + install -m644 COPYING doc/COPYING + cd doc && ln README.html tmp.html && mv tmp.html index.html rails_git_url = git://github.com/rails/rails.git rails_git := vendor/rails.git -- cgit v1.2.3-24-ge0c7