X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=Makefile;h=bbc2d1a207af27329e619f6206c3aa3504d64e1b;hb=85dbc5e7cd8fd86fe1b35926f58f3589a4c8376e;hp=061a470b7163c030f714d6048e4f34de2a303376;hpb=a3ac50b2a64881e287efaef048095f4ff423b1a0;p=userv-utils.git diff --git a/Makefile b/Makefile index 061a470..bbc2d1a 100644 --- a/Makefile +++ b/Makefile @@ -16,16 +16,19 @@ # # $Id$ -VERSION=0.1.9 +VERSION=0.2.3 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*' \)