[Pkg-ocaml-maint-commits] r6473 - /trunk/tools/build-dep-graph/Makefile

gildor at users.alioth.debian.org gildor at users.alioth.debian.org
Wed Feb 16 09:33:43 UTC 2011


Author: gildor
Date: Wed Feb 16 09:33:32 2011
New Revision: 6473

URL: http://svn.debian.org/wsvn/?sc=1&rev=6473
Log:
Force update, through phony target

Modified:
    trunk/tools/build-dep-graph/Makefile

Modified: trunk/tools/build-dep-graph/Makefile
URL: http://svn.debian.org/wsvn/trunk/tools/build-dep-graph/Makefile?rev=6473&op=diff
==============================================================================
--- trunk/tools/build-dep-graph/Makefile (original)
+++ trunk/tools/build-dep-graph/Makefile Wed Feb 16 09:33:32 2011
@@ -18,8 +18,11 @@
 install: all
 	cp $(INSTALL_STUFF) ~/pkg-ocaml-maint/htdocs/
 
-ocaml_src_pkgs.txt:
+update: 
 	./update_src_list.sh
+.PHONY: update 
+
+ocaml_src_pkgs.txt: update
 
 ocaml_src_pkgs.html: ocaml_src_pkgs.txt
 	echo "<html><head><title>OCaml Source Packages</title></head><body>" > $@




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