about summary refs log tree commit homepage
path: root/pkg.mk
diff options
context:
space:
mode:
Diffstat (limited to 'pkg.mk')
-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