From c19c57b963ff3d8959554b455c884ba944aadcd2 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 29 Nov 2009 18:06:58 -0800 Subject: doc: nuke *.rbc files when generating docs RDoc likes them for some reason --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 1b61fe0..71228ac 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -77,6 +77,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