[Pkg-ocaml-maint-commits] r1053 - tools/build-dep-graph

Stefano Zacchiroli zack@costa.debian.org
Wed, 23 Mar 2005 14:48:34 +0100


Author: zack
Date: 2005-03-23 14:48:34 +0100 (Wed, 23 Mar 2005)
New Revision: 1053

Modified:
   tools/build-dep-graph/Makefile
Log:
added install target to install stuff into the pkg-ocaml-maint homepage


Modified: tools/build-dep-graph/Makefile
===================================================================
--- tools/build-dep-graph/Makefile	2005-03-23 13:42:19 UTC (rev 1052)
+++ tools/build-dep-graph/Makefile	2005-03-23 13:48:34 UTC (rev 1053)
@@ -1,4 +1,14 @@
+INSTALL_STUFF =	\
+	ocaml_build_deps.dot	\
+	ocaml_build_deps.png	\
+	ocaml_build_deps.ps	\
+	ocaml_src_pkgs.html	\
+	ocaml_src_pkgs.txt
+
 all: ocaml_build_deps.ps ocaml_build_deps.png ocaml_src_pkgs.html
+# to be used on alioth for updating graphs and lists linked by pkg-ocaml-maint home page
+install:
+	cp $(INSTALL_STUFF) ~/pkg-ocaml-maint/htdocs/
 ocaml_src_pkgs.html: ocaml_src_pkgs.txt
 	echo "<html><head><title>OCaml Source Packages</title></head><body>" > $@
 	echo "<b>OCaml Source Packages</b><br />" >> $@