X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=Makefile;h=bbc2d1a207af27329e619f6206c3aa3504d64e1b;hb=3988a733004005983b60aba74306368c122180f2;hp=3be220581bf37b12e85ecdf29688d572c3890f9a;hpb=7729298ad653ba4e0b10bacc9f27d210b4eaf4e7;p=userv-utils.git diff --git a/Makefile b/Makefile index 3be2205..bbc2d1a 100644 --- a/Makefile +++ b/Makefile @@ -16,16 +16,19 @@ # # $Id$ -VERSION=0.1.90 +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*' \)