[Spambayes-checkins] website Makefile,1.17,1.18

Mark Hammond mhammond at users.sourceforge.net
Fri Feb 13 19:44:43 EST 2004


Update of /cvsroot/spambayes/website
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18784

Modified Files:
	Makefile 
Log Message:
Force the filename of Version.py to use "/" instead of "\", as the latter
confused the shell (or make, or something, but the command-line ended up
not seeing the slashes on Windows.


Index: Makefile
===================================================================
RCS file: /cvsroot/spambayes/website/Makefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Makefile	5 Nov 2003 12:05:19 -0000	1.17
--- Makefile	14 Feb 2004 00:44:38 -0000	1.18
***************
*** 19,23 ****
  from spambayes import Version;\
  f = Version.__file__;\
! print os.path.splitext(f)[0]+".py";\
  ')
  
--- 19,23 ----
  from spambayes import Version;\
  f = Version.__file__;\
! print (os.path.splitext(f)[0]+".py").replace("\\", "/");\
  ')
  




More information about the Spambayes-checkins mailing list