From: Anthony B. <ant...@us...> - 2002-04-24 13:27:56
|
Update of /cvsroot/pydns/website/scripts In directory usw-pr-cvs1:/tmp/cvs-serv32620/scripts Modified Files: make.rules Log Message: final version. installed. all happy now. Index: make.rules =================================================================== RCS file: /cvsroot/pydns/website/scripts/make.rules,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** make.rules 24 Apr 2002 09:21:44 -0000 1.2 --- make.rules 24 Apr 2002 13:27:51 -0000 1.3 *************** *** 22,26 **** # physical location of files on the server. LIVE_HOST = shell1.sourceforge.net ! LIVE_ROOT = /home/groups/p/py/pydns/htdocs/new LIVE_DEST = $(LIVE_HOST):$(LIVE_ROOT)/$(ROOT_OFFSET) --- 22,26 ---- # physical location of files on the server. LIVE_HOST = shell1.sourceforge.net ! LIVE_ROOT = /home/groups/p/py/pydns/htdocs/ LIVE_DEST = $(LIVE_HOST):$(LIVE_ROOT)/$(ROOT_OFFSET) |