X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile;fp=Makefile;h=b973f5c72eedd94b704b5b15f5a152655f1f93e4;hb=7ff8ec09f0edb4a9048d7da8d63ee882bdfd97d2;hp=e852966c6e9a5a6c1f691e4ae82e10dd47d65b53;hpb=12dba430feb2a9820420e912b5904eaa45b06b48;p=perl4caml.git diff --git a/Makefile b/Makefile index e852966..b973f5c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # 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 @@ -147,6 +147,12 @@ check-manifest: 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 @@ -156,4 +162,4 @@ html/index.html: $(wildcard *.ml) $(wildcard *.mli) $(wildcard wrappers/*.ml) 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