website Makefile,1.20,1.21
"Tony Meyer" <[email protected]> Sat, 24 Mar 2007 20:01:24 -0800
| Newsgroups | gmane.mail.spam.spambayes.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/spambayes/website In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv24773 Modified Files: Makefile Log Message: Use a posix style path, which should still work on Windows (which I don't think anyone uses for this script anyway), and will work on cygwin/*nix. Index: Makefile =================================================================== RCS file: /cvsroot/spambayes/website/Makefile,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Makefile 16 Jan 2005 22:22:54 -0000 1.20 --- Makefile 25 Mar 2007 04:01:10 -0000 1.21 *************** *** 22,26 **** ') ! $(shell python scripts\create_experimental_pages.py) $(TARGETS): links.h --- 22,26 ---- ') ! $(shell python scripts/create_experimental_pages.py) $(TARGETS): links.h