X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv-utils.git;a=blobdiff_plain;f=Makefile;h=eecb31a61cca318a08c7276ebe6cc3133fd5bdfa;hp=4b34713908aeece4421855f944a7f5ed413b97d8;hb=35b4c7158dd386490bd600a4c5b5448aa077bcbf;hpb=354438255cc448b40c67addabbcd36beb0c849ae diff --git a/Makefile b/Makefile index 4b34713..eecb31a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Ian Jackson +# Copyright (C) 2000,2003 Ian Jackson # # This is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -16,16 +16,19 @@ # # $Id$ -VERSION=0.2 +VERSION=0.2.99.0.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*' \)