Updated manifest.
authorrich <rich>
Thu, 25 Nov 2004 21:33:20 +0000 (21:33 +0000)
committerrich <rich>
Thu, 25 Nov 2004 21:33:20 +0000 (21:33 +0000)
MANIFEST
Makefile

index 400535a..0d9578a 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -38,4 +38,5 @@ wrappers/pl_Net_Google_Response.ml
 wrappers/pl_Net_Google_Search.ml
 wrappers/pl_Net_Google_Spelling.ml
 wrappers/pl_Template.ml
-wrappers/pl_URI.ml
\ No newline at end of file
+wrappers/pl_URI.ml
+wrappers/pl_WWW_Mechanize.ml
\ No newline at end of file
index 6f42213..bf1444e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # Interface to Perl from OCaml.
 # Copyright (C) 2003 Merjis Ltd.
-# $Id: Makefile,v 1.23 2004-11-25 21:24:51 rich Exp $
+# $Id: Makefile,v 1.24 2004-11-25 21:33:20 rich Exp $
 
 include Makefile.config
 
@@ -146,6 +146,7 @@ install:
 # Distribution.
 
 dist:
+       $(MAKE) check-manifest
        rm -rf $(PACKAGE)-$(VERSION)
        mkdir $(PACKAGE)-$(VERSION)
        tar -cf - -T MANIFEST | tar -C $(PACKAGE)-$(VERSION) -xf -