[opendemo-cvs] CVS: opendemo-web Makefile.inc.in,1.1,1.2
Status: Beta
Brought to you by:
girlich
From: Uwe G. <gi...@us...> - 2006-10-03 09:19:17
|
Update of /cvsroot/opendemo/opendemo-web In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25569 Modified Files: Makefile.inc.in Log Message: rsync position to upload OD stuff to Index: Makefile.inc.in =================================================================== RCS file: /cvsroot/opendemo/opendemo-web/Makefile.inc.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.inc.in 3 Aug 2003 15:23:23 -0000 1.1 --- Makefile.inc.in 3 Oct 2006 09:19:16 -0000 1.2 *************** *** 30,33 **** --- 30,36 ---- PACKAGE=opendemo VERSION=@DATE_ORDER@ + + # Web site upload is via rsync to this place. + ODRSYNC=@ODRSYNC@ # wpu parse end |