# Interface to Perl from OCaml.
# Copyright (C) 2003 Merjis Ltd.
-# $Id: Makefile,v 1.14 2003-11-02 13:28:38 rich Exp $
+# $Id: Makefile,v 1.15 2003-11-08 11:33:39 rich Exp $
include Makefile.config
diff -u .orig-manifest .check-manifest; \
rm -f .orig-manifest .check-manifest
+# Debian packages.
+
+dpkg:
+ # Check we're up to date.
+ cvs update
+
# Documentation.
html: html/index.html
mkdir html
-$(OCAMLDOC) $(OCAMLDOCFLAGS) -d html $^
-.PHONY: depend dist check-manifest html
\ No newline at end of file
+.PHONY: depend dist check-manifest html dpkg
\ No newline at end of file