make dist-gzip for our build process
[mod_auth_kerb.cvs/.git] / Makefile.in
index f5b3e07..f6560ee 100644 (file)
@@ -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