Update of /cvsroot/popfile/engine
In directory sc8-pr-cvs1:/tmp/cvs-serv16953
Modified Files:
Makefile
Log Message:
Include stopwords in ZIP file
Index: Makefile
===================================================================
RCS file: /cvsroot/popfile/engine/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** Makefile 17 Jul 2003 20:13:43 -0000 1.16
--- Makefile 22 Jul 2003 21:34:00 -0000 1.17
***************
*** 53,57 ****
$(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)
--- 53,57 ----
$(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 stopwords
rm -f $(POPFILE_ZIP)
$(BUILD_ZIP)
|