Updated manifest.
[perl4caml.git] / Makefile
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 -