[opendemo-cvs] CVS: opendemo-web Makefile.inc.in,1.2,1.3
Status: Beta
Brought to you by:
girlich
From: Uwe G. <gi...@us...> - 2006-10-03 14:10:58
|
Update of /cvsroot/opendemo/opendemo-web In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10906 Modified Files: Makefile.inc.in Log Message: allow Makefiles access to ODDTDBASE Index: Makefile.inc.in =================================================================== RCS file: /cvsroot/opendemo/opendemo-web/Makefile.inc.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.inc.in 3 Oct 2006 09:19:16 -0000 1.2 --- Makefile.inc.in 3 Oct 2006 14:10:55 -0000 1.3 *************** *** 31,36 **** VERSION=@DATE_ORDER@ - # Web site upload is via rsync to this place. ODRSYNC=@ODRSYNC@ # wpu parse end --- 31,36 ---- VERSION=@DATE_ORDER@ ODRSYNC=@ODRSYNC@ + ODDTDBASE=@ODDTDBASE@ # wpu parse end |