From: Samuel Mimram Date: Fri, 21 Jul 2006 09:40:35 +0000 (+0000) Subject: Added upload_web target to update the policy on the website. X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~630 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4c1058c6caaeb969f551d44f71127523d37f2327;p=ocaml.git Added upload_web target to update the policy on the website. --- diff --git a/debian/policy/Makefile b/debian/policy/Makefile index e8c3e118..24e0b344 100644 --- a/debian/policy/Makefile +++ b/debian/policy/Makefile @@ -10,4 +10,7 @@ text: clean: $(RM) -rf ocaml_packaging_policy.html ocaml_packaging_policy -.PHONY: html text +upload_web: all + scp -rC ocaml_packaging_policy ocaml_packaging_policy.html alioth.debian.org:/org/alioth.debian.org/chroot/home/groups/pkg-ocaml-maint/htdocs/ + +.PHONY: html text upload_web