[Pkg-ocaml-maint-commits] r3185 - /trunk/packages/ocaml/trunk/debian/policy/Makefile

zack at users.alioth.debian.org zack at users.alioth.debian.org
Tue Sep 19 11:56:55 UTC 2006


Author: zack
Date: Tue Sep 19 11:56:53 2006
New Revision: 3185

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3185
Log:
added install target to be used by a cron job on alioth

Modified:
    trunk/packages/ocaml/trunk/debian/policy/Makefile

Modified: trunk/packages/ocaml/trunk/debian/policy/Makefile
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml/trunk/debian/policy/Makefile?rev=3185&op=diff
==============================================================================
--- trunk/packages/ocaml/trunk/debian/policy/Makefile (original)
+++ trunk/packages/ocaml/trunk/debian/policy/Makefile Tue Sep 19 11:56:53 2006
@@ -1,4 +1,14 @@
+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




More information about the Pkg-ocaml-maint-commits mailing list