# Interface to Perl from OCaml.
# Copyright (C) 2003 Merjis Ltd.
-# $Id: Makefile,v 1.15 2003-11-08 11:33:39 rich Exp $
+# $Id: Makefile,v 1.16 2003-11-08 11:35:22 rich Exp $
include Makefile.config
# Debian packages.
dpkg:
- # Check we're up to date.
- cvs update
+ @if [ `cvs -q update | wc -l` ]; then \
+ echo Please commit all changes to CVS first.; \
+ exit 1; \
+ fi
# Documentation.