about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-12-21 11:56:24 -0800
committerEric Wong <normalperson@yhbt.net>2009-12-21 11:56:24 -0800
commit6b7967ee2d396b95becbd8cf1a1fb3419908b614 (patch)
tree44f9fe7698c4b2442e3e010eddad985843b56f65
parent05fa45e54b0a6033250249ec0ed2009d4dbacf48 (diff)
downloadunicorn-6b7967ee2d396b95becbd8cf1a1fb3419908b614.tar.gz
TODO: fix RDoc to ignore *.rbc files
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index bd2e0a5..cf3e663 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -175,6 +175,7 @@ atom = <link rel="alternate" title="Atom feed" href="$(1)" \
 # using rdoc 2.4.1+
 doc: .document $(ext)/unicorn_http.c 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/