From 6b7967ee2d396b95becbd8cf1a1fb3419908b614 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 21 Dec 2009 11:56:24 -0800 Subject: GNUmakefile: nuke *.rbc files when generating RDoc TODO: fix RDoc to ignore *.rbc files --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index bd2e0a5..cf3e663 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -175,6 +175,7 @@ atom = $$i; done + find bin lib -type f -name '*.rbc' -exec rm -f '{}' ';' rdoc -Na -t "$(shell sed -ne '1s/^= //p' README)" install -m644 COPYING doc/COPYING install -m644 $(shell grep '^[A-Z]' .document) doc/ -- cgit v1.2.3-24-ge0c7