about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-03-09 12:41:45 -0700
committerEric Wong <normalperson@yhbt.net>2009-03-09 12:41:45 -0700
commitf41506636325b9b500c64ca2f1de7877927affe1 (patch)
treecc03fe18b8b4c6cf60d5a00f71aec5bd808e387d /GNUmakefile
parent009cd18927e9cf0bb05b11d6579ff4ad50384b7d (diff)
downloadunicorn-f41506636325b9b500c64ca2f1de7877927affe1.tar.gz
Echoe/Rake seems to be loading the wrong version, tired
of fighting it and figuring out what it's doing...
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 0992767..63a5bd0 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -104,4 +104,8 @@ Manifest:
         cmp $@+ $@ || mv $@+ $@
         $(RM) -f $@+
 
-.PHONY: $(T) $(slow_tests) Manifest
+# using rdoc 2.4.1
+doc: .document
+        rdoc -Na -m README -t "$(shell sed -ne '1s/^= //p' README)"
+
+.PHONY: doc $(T) $(slow_tests) Manifest