From 7207a8cbd1f0fbfd8c8543fd21e4f04ecff6e2f5 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 27 Oct 2010 23:07:42 +0000 Subject: doc: stop using deprecated rdoc CLI options -N and -a switches no longer exist in rdoc 2.5 (cherry picked from commit 054c7df93db61839648925cfd881ae880709a210) --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 3354ff1..a3b761a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -189,7 +189,7 @@ atom = $$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 -- cgit v1.2.3-24-ge0c7