From: rich Date: Sat, 8 Nov 2003 11:35:22 +0000 (+0000) Subject: Just a test. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=148494ecb9d27a993e1b0537fd3ac770fbc38ef8;p=perl4caml.git Just a test. --- diff --git a/Makefile b/Makefile index b973f5c..e10f8ed 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # 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 @@ -150,8 +150,10 @@ check-manifest: # 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.