Update of /cvsroot/fxruby/FXRuby
In directory usw-pr-cvs1:/tmp/cvs-serv28421
Modified Files:
Tag: release10
Makefile
Removed Files:
Tag: release10
update_website.sh
Log Message:
Moved code from the update_website.sh script into the Makefile as
target 'website'.
Index: Makefile
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/Attic/Makefile,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** Makefile 10 May 2002 19:43:07 -0000 1.1.2.3
--- Makefile 10 May 2002 19:47:55 -0000 1.1.2.4
***************
*** 44,48 ****
ruby TS_All.rb
! install:
ruby install.rb install
--- 44,48 ----
ruby TS_All.rb
! install: all
ruby install.rb install
***************
*** 67,69 ****
@cvs2cl.pl -F release10
! .PHONY: changelog
--- 67,74 ----
@cvs2cl.pl -F release10
! website:
! tar cvzf website.tar.gz index.html doc/*.html doc/images/*.png
! scp website.tar.gz ly...@fx...:/home/groups/f/fx/fxruby/htdocs
! -rm -f website.tar.gz
!
! .PHONY: changelog clean website
--- update_website.sh DELETED ---
|