From: <jgr...@us...> - 2003-05-20 19:58:59
|
Update of /cvsroot/popfile/engine In directory sc8-pr-cvs1:/tmp/cvs-serv14453/engine Modified Files: Makefile Log Message: Make installer and package include otto.gif Index: Makefile =================================================================== RCS file: /cvsroot/popfile/engine/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile 5 May 2003 20:40:09 -0000 1.8 --- Makefile 20 May 2003 19:58:55 -0000 1.9 *************** *** 6,10 **** # Copyright (c) 2003 John Graham-Cumming ! export POPFILE_VERSION=0.19.0 .PHONY: test package windows core manual skins --- 6,10 ---- # Copyright (c) 2003 John Graham-Cumming ! include vars.mak .PHONY: test package windows core manual skins *************** *** 27,31 **** $(POPFILE_ZIP): core manual skins ! core: popfile.pl 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) --- 27,31 ---- $(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) |