X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv-utils.git;a=blobdiff_plain;f=Makefile;h=ad795cb7b6b41e638ac775a0fff205363b15c22a;hp=cca696372306d37b490fb67e0d070a4b7f01729c;hb=5f477c55c7500f6e4d748e4ddcd3ba90dc1bac79;hpb=a05221914d20b87c4e06e4e3c7ec8b8bf5f11892 diff --git a/Makefile b/Makefile index cca6963..ad795cb 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1999 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.1 +VERSION=0.2.99.0.1 all: @echo >&2 'See README. This is not a unified package.' +SUBDIRS_DISTCLEAN= www-cgi ipif git-daemon + 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*' \)