chiark / gitweb /
@@ -3,6 +3,7 @@
[userv-utils.git] / Makefile
index 3be220581bf37b12e85ecdf29688d572c3890f9a..f483bc42e896d1426282a050488ca93cd75544db 100644 (file)
--- a/Makefile
+++ b/Makefile
 #
 # $Id$
 
-VERSION=0.1.90
+VERSION=0.2.1
 
 all:
        @echo >&2 'See README.  This is not a unified package.'
 
+SUBDIRS_DISTCLEAN=     www-cgi ipif
+
 distclean:
        find . \( -name '*~' -o -name '#*#' -o -name '*.o' -o -name core \
                -o -name dist_tmp -o -name userv-utils-\*.tar.gz \
                -o -name '.#*' \) \
                -print0 | xargs -0r rm -rf --
+       for f in $(SUBDIRS_DISTCLEAN); do make -C $$f distclean; done
 
 dist_tmp=dist_tmp/userv-utils-$(VERSION)
 dist_prune=\( -name CVS -o -name 'dist_tmp*' \)