X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_kerb.git;a=blobdiff_plain;f=Makefile.in;fp=Makefile.in;h=f6560ee86c39af871e44176103ea6f5d650ec5d0;hp=f5b3e077e06ad340d2bdce67ab24f210dee2e675;hb=92002162c4da52c7bd75d229a6bfc4ebfac96962;hpb=92918ae9ff4fd0a8108b9414f1edc98d477cf019 diff --git a/Makefile.in b/Makefile.in index f5b3e07..f6560ee 100644 --- a/Makefile.in +++ b/Makefile.in @@ -36,4 +36,7 @@ distclean: clean $(RM) config.h config.status Makefile config.log $(RM) -rf autom4te.cache -.PHONY: all install clean distclean +dist-gzip: + git archive --prefix mod_auth_gssapi/ HEAD |gzip -9 >@PACKAGE_TARNAME@-@PACKAGE_VERSION@.tar.gz + +.PHONY: all install clean distclean dist-gzip