X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.in;h=7d17e9f3a1529c0899cd6995a431806c74b9484f;hb=dda1d7e4425e0aac9bc01c3b59adcdbbf4475ceb;hp=a4ae2065f3289836e1a85ee5c4b2b7ba940dfb92;hpb=3162e43d21906dec6b62de16788a0b272b95ce1c;p=mod_auth_kerb.cvs%2F.git diff --git a/Makefile.in b/Makefile.in index a4ae206..7d17e9f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -31,4 +31,11 @@ distclean: clean $(RM) config.h config.status Makefile config.log $(RM) -rf autom4te.cache +make_release: + echo "Did you increase version numbers?" + autoconf + $(RM) -rf autom4te.cache + $(RM) -rf .cvsignore spnegokrb5/.cvsignore src/.cvsignore + $(RM) -rf CVS spnegokrb5/CVS src/CVS + .PHONY: all install clean distclean