From: Stefano Zacchiroli Date: Tue, 19 Sep 2006 11:56:53 +0000 (+0000) Subject: added install target to be used by a cron job on alioth X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~605 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=30407d706e5bc79576a3bd16f18f8ef241763eaf;p=ocaml.git added install target to be used by a cron job on alioth --- diff --git a/debian/policy/Makefile b/debian/policy/Makefile index 08bc6c7c..9d9d4a9e 100644 --- a/debian/policy/Makefile +++ b/debian/policy/Makefile @@ -1,5 +1,15 @@ +NULL = +INSTALL_STUFF = \ + ocaml_packaging_policy.html/ \ + ocaml_packaging_policy.txt \ + $(NULL) + all: html text +# to be used on alioth for updating policy linked by pkg-ocaml-maint home page +install: + cp -r $(INSTALL_STUFF) ~/pkg-ocaml-maint/htdocs/ + html: ocaml_packaging_policy.html/index.html text: ocaml_packaging_policy.txt