web/hosts/issues/detectors Makefile.in,1.3,1.4

Tobias Hunger <[email protected]> Wed, 20 Aug 2003 06:26:08 -0500
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/web/hosts/issues/detectors
In directory purcel:/tmp/cvs-serv13962/hosts/issues/detectors

Modified Files:
	Makefile.in 
Log Message:
Add ciabot.py to CVS. Just copied the version currently installed in the
tracker...

PLEASE USE CVS FOR EVERYTHING IT IS SET UP TO HANDLE.


Index: Makefile.in
===================================================================
RCS file: /cvs/fresco/web/hosts/issues/detectors/Makefile.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.in	14 Jan 2003 03:38:35 -0000	1.3
+++ Makefile.in	20 Aug 2003 11:26:00 -0000	1.4
@@ -2,11 +2,13 @@
 
 include ../../../config.mk
 
-detectors	:= nosyreaction.py statusauditor.py newissues.py __init__.py
+detectors	:= __init__.py \
+                   ciabot.py nosyreaction.py statusauditor.py newissues.py
 
 all:
 
 install:
+	mkdir -p $(sitedir)/detectors
 	cp $(patsubst %, $(srcdir)/%, $(detectors)) $(sitedir)/detectors/
 
 clean: