added install target to be used by a cron job on alioth
authorStefano Zacchiroli <zack@debian.org>
Tue, 19 Sep 2006 11:56:53 +0000 (11:56 +0000)
committerStefano Zacchiroli <zack@debian.org>
Tue, 19 Sep 2006 11:56:53 +0000 (11:56 +0000)
debian/policy/Makefile

index 08bc6c7c49976277122a6ef0a16df0c172396fd6..9d9d4a9e99f3523ec82b0142534f69d7973c6968 100644 (file)
@@ -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