From f41506636325b9b500c64ca2f1de7877927affe1 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 9 Mar 2009 12:41:45 -0700 Subject: Force rdoc 2.4.1 to run for me Echoe/Rake seems to be loading the wrong version, tired of fighting it and figuring out what it's doing... --- GNUmakefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') 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 -- cgit v1.2.3-24-ge0c7