chiark / gitweb /
@@ -6,6 +6,7 @@
[userv-utils] / Makefile
index eb507945483c53eb4b95c9c2b22aa604da264f99..5d99c95b0632922110cdc3c38d2bb283e2dec896 100644 (file)
--- a/Makefile
+++ b/Makefile
 # along with userv-utils; if not, write to the Free Software
 # Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 #
-# $Id: Makefile,v 1.7 2000/09/18 00:31:39 ian Exp $
+# $Id: Makefile,v 1.9 2000/12/11 02:46:04 ian Exp $
 
-VERSION=0.2.0
+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*' \)