X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.in;h=ff5945be185882702339eddaf7b02baae17faf30;hb=5522213ceeb1a53555ab0d8354a9dc789e488784;hp=1ec07915ad32d4de7fa8a5884f890a34e2c654a2;hpb=79d24923619d2d1e3da57c93d226712f586d4ba0;p=ocaml-bitstring.git diff --git a/Makefile.in b/Makefile.in index 1ec0791..ff5945b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -15,7 +15,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # -# $Id: Makefile.in,v 1.5 2008-05-07 14:41:03 rjones Exp $ +# $Id$ PACKAGE = @PACKAGE_NAME@ VERSION = @PACKAGE_VERSION@ @@ -142,6 +142,7 @@ dist: tar -cf - -T MANIFEST | tar -C $(PACKAGE)-$(VERSION) -xf - $(INSTALL) -m 0755 configure $(PACKAGE)-$(VERSION)/ $(INSTALL) -m 0644 config.h.in $(PACKAGE)-$(VERSION)/ + svn log -v > $(PACKAGE)-$(VERSION)/CHANGES tar zcf $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(VERSION) rm -rf $(PACKAGE)-$(VERSION) ls -l $(PACKAGE)-$(VERSION).tar.gz