[opendemo-cvs] CVS: opendemo-web/machinima Makefile,1.1,1.2
Status: Beta
Brought to you by:
girlich
From: Uwe G. <gi...@us...> - 2006-10-03 09:18:22
|
Update of /cvsroot/opendemo/opendemo-web/machinima In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25112 Modified Files: Makefile Log Message: Perform web site upload directly via rsync (to a place obviously no described here). Index: Makefile =================================================================== RCS file: /cvsroot/opendemo/opendemo-web/machinima/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile 3 Aug 2003 15:17:00 -0000 1.1 --- Makefile 3 Oct 2006 09:18:20 -0000 1.2 *************** *** 35,36 **** --- 35,45 ---- $(RM) -f $(PACKAGE).xml + + ###################################################################### + # upload rules + + .PHONY: upload + + upload: + rsync -va $(OUTPUTBASE)-*.html index.html $(ODRSYNC) + |