about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2011-01-27 06:18:35 +0000
committerEric Wong <normalperson@yhbt.net>2011-01-27 06:19:32 +0000
commitc2e6c1635c55bfd23470bd30878596245a5d25b0 (patch)
tree005ae53b37aff4e359559b85b849a39e94a51b4d
parent1281d0b3cb5758d524af7e9f67094bcf936570b7 (diff)
downloadclogger-c2e6c1635c55bfd23470bd30878596245a5d25b0.tar.gz
-rw-r--r--pkg.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkg.mk b/pkg.mk
index 7329372..fd8dc0c 100644
--- a/pkg.mk
+++ b/pkg.mk
@@ -59,8 +59,9 @@ manifest:
         cmp $@+ $@ || mv $@+ $@
         $(RM) $@+
 
-doc: .document .wrongdoc.yml
-        find lib ext -type f -name '*.rbc' -exec rm -f '{}' ';'
+doc:: .document .wrongdoc.yml
+        find lib -type f -name '*.rbc' -exec rm -f '{}' ';'
+        -find ext -type f -name '*.rbc' -exec rm -f '{}' ';'
         $(RM) -r doc
         wrongdoc all
         install -m644 COPYING doc/COPYING