Update of /cvsroot/popfile/engine
In directory sc8-pr-cvs1:/tmp/cvs-serv20682/engine
Modified Files:
Makefile
Log Message:
Ship bayes.pl and new pipe.pl
Index: Makefile
===================================================================
RCS file: /cvsroot/popfile/engine/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Makefile 9 Jun 2003 18:32:43 -0000 1.10
--- Makefile 26 Jun 2003 17:41:37 -0000 1.11
***************
*** 33,37 ****
$(POPFILE_ZIP): core manual skins
! core: popfile.pl otto.gif pix.gif black.gif insert.pl Classifier/*.pm POPFile/*.pm Proxy/POP3.pm Proxy/Proxy.pm UI/HT??.pm *.change license
rm -f $(POPFILE_ZIP)
$(BUILD_ZIP)
--- 33,37 ----
$(POPFILE_ZIP): core manual skins
! core: popfile.pl otto.gif pix.gif black.gif bayes.pl pipe.pl insert.pl Classifier/*.pm POPFile/*.pm Proxy/POP3.pm Proxy/Proxy.pm UI/HT??.pm *.change license
rm -f $(POPFILE_ZIP)
$(BUILD_ZIP)
|