1: Is this a new series release (x.x.0)?  There are some additional details:
 
-*::Add a new license agreement.  This is usually just copying the old license to a new name.
+*::Add a new license agreement.  This is usually just copying the old license to a new name and changing the version number.
+{code}
+cvs -d /p/condor/repository/HTML co condor-web
+cd condor-web/src/downloads
+cp v7.3.license.html v7.4.license.html
+edit v7.4.license.html # change the Condor version numebr.
+cvs add v7.4.license.html
+cvs ci
+cd ../..
+./generate_html src
+{endcode}
 
-*:::Check out the condor-web CVS module.
-*:::cd condor-web/src/downloads
-*:::cp v7.3.license.html v7.4.license.html
-*:::edit v7.4.license.html to change the Condor version numebr.
-*:::cvs add v7.4.license.html
-*:::cvs ci
-*:::cd ../..
-*:::./generate_html src
 
 *::Update the download system's information.  Note that the warnings above download-versions being incompatible with the standard Python install stands; make sure you use a more recent Python.
 {code}