[Spambayes-checkins] website Makefile,1.6,1.7

Skip Montanaro montanaro at users.sourceforge.net
Mon Jul 28 08:18:40 EDT 2003


Update of /cvsroot/spambayes/website
In directory sc8-pr-cvs1:/tmp/cvs-serv15896

Modified Files:
	Makefile 
Log Message:
generate download/Version.cfg
install target for the download directory


Index: Makefile
===================================================================
RCS file: /cvsroot/spambayes/website/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile	28 Jul 2003 12:58:42 -0000	1.6
--- Makefile	28 Jul 2003 14:18:38 -0000	1.7
***************
*** 4,8 ****
  include scripts/make.rules
  ROOT_DIR = .
! ROOT_OFFSET = .	
  
  $(TARGETS): links.h
--- 4,8 ----
  include scripts/make.rules
  ROOT_DIR = .
! ROOT_OFFSET = .
  
  $(TARGETS): links.h
***************
*** 22,24 ****
  
  download/Version.cfg: ../spambayes/Version.py
! 	../spambayes/Version.py -g > download/Version.cfg
--- 22,28 ----
  
  download/Version.cfg: ../spambayes/Version.py
! 	python ../spambayes/Version.py -g > download/Version.cfg
! 
! local_install: 
! 	cd download ; $(MAKE) install
! 





More information about the Spambayes-checkins mailing list