about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-29 18:06:58 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-29 18:06:58 -0800
commitc19c57b963ff3d8959554b455c884ba944aadcd2 (patch)
tree19c9c838316c5d5ebcf95e85010719a376d2b53e /GNUmakefile
parent16c0391066b38e5f3ea834b59632645890519574 (diff)
downloadrainbows-c19c57b963ff3d8959554b455c884ba944aadcd2.tar.gz
RDoc likes them for some reason
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 1b61fe0..71228ac 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -77,6 +77,7 @@ atom = <link rel="alternate" title="Atom feed" href="$(1)" \
 # using rdoc 2.4.1+
 doc: .document NEWS ChangeLog
         for i in $(man1_bins); do > $$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/