X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.in;h=ff5945be185882702339eddaf7b02baae17faf30;hb=5522213ceeb1a53555ab0d8354a9dc789e488784;hp=b14909d3eebad5d9e4d7c8739e0def901faf54a1;hpb=99694ec805b9d98b5132f9db0d9b786b153a7742;p=ocaml-bitstring.git diff --git a/Makefile.in b/Makefile.in index b14909d..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@ @@ -63,7 +63,7 @@ test: pa_bitmatch.cmo bitmatch.cma if [ $$? -ne 0 ]; then exit 1; fi; \ done -examples: +examples: pa_bitmatch.cmo bitmatch.cma @for f in $(EXAMPLES); do \ echo Building $$f; \ $(OCAMLFIND) ocamlc $(OCAMLFLAGS) $(PP) \ @@ -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