[Pkg-ocaml-maint-commits] r3982 - /trunk/tools/ocaml-debian-status/Makefile

zack at users.alioth.debian.org zack at users.alioth.debian.org
Thu Jul 12 09:52:14 UTC 2007


Author: zack
Date: Thu Jul 12 09:52:14 2007
New Revision: 3982

URL: http://svn.debian.org/wsvn/?sc=1&rev=3982
Log:
bugfix: avoid passing empty file list the first time make is invoked

Modified:
    trunk/tools/ocaml-debian-status/Makefile

Modified: trunk/tools/ocaml-debian-status/Makefile
URL: http://svn.debian.org/wsvn/trunk/tools/ocaml-debian-status/Makefile?rev=3982&op=diff
==============================================================================
--- trunk/tools/ocaml-debian-status/Makefile (original)
+++ trunk/tools/ocaml-debian-status/Makefile Thu Jul 12 09:52:14 2007
@@ -23,5 +23,5 @@
 	./retrieve-data.sh
 
 $(HTML): $(patsubst %.html, %.genshi, $(HTML)) $(DATA)
-	./debian-ocaml-status.py $(DATA) > $@
+	./debian-ocaml-status.py data/*Sources* data/*Packages* > $@
 




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