ENH: Use viewcvs instead of cvsweb

This commit is contained in:
Andy Cedilnik 2004-06-09 10:37:12 -04:00
parent 8de4534d69
commit 67c068428c
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ SET (PROJECT_URL "http://www.cmake.org")
# Dart server configuration
SET (ROLLUP_URL "http://${DROP_SITE}/cgi-bin/cmake-rollup-dashboard.sh")
SET (CVS_WEB_URL "http://${DROP_SITE}/cgi-bin/cvsweb.cgi/CMake/")
#SET (CVS_WEB_URL "http://${DROP_SITE}/cgi-bin/cvsweb.cgi/CMake/")
SET (CVS_WEB_URL "http://${DROP_SITE}/cgi-bin/viewcvs.cgi/")
SET (CVS_WEB_CVSROOT "CMake")
SET (USE_DOXYGEN "On")
SET (DOXYGEN_URL "${PROJECT_URL}/doc/nightly/html/" )