From 30407d706e5bc79576a3bd16f18f8ef241763eaf Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Tue, 19 Sep 2006 11:56:53 +0000 Subject: [PATCH] added install target to be used by a cron job on alioth --- debian/policy/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.30.2