Update of /cvsroot/popfile/engine
In directory sc8-pr-cvs1:/tmp/cvs-serv1145/engine
Modified Files:
Makefile
Log Message:
Simplify the rc target
Index: Makefile
===================================================================
RCS file: /cvsroot/popfile/engine/Makefile,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** Makefile 15 Oct 2003 17:07:28 -0000 1.25
--- Makefile 15 Oct 2003 17:08:14 -0000 1.26
***************
*** 99,103 ****
# upload to SourceForge
rc:
! chmod go+r $(POPFILE_ZIP) $(POPFILE_WINDOWS_ZIP)
! scp -p $(CP_ZIP) $(WINDOWS_ZIP) jgr...@po...:/home/groups/p/po/popfile/htdocs
--- 99,104 ----
# upload to SourceForge
+ rc: RELEASE_FILES := $(POPFILE_ZIP) $(POPFILE_WINDOWS_ZIP)
rc:
! chmod go+r $(RELEASE_FILES)
! scp -p $(RELEASE_ZIP) jgr...@po...:/home/groups/p/po/popfile/htdocs
|