{endcode}
 
 1: Release the manual. Continuing the V7_0_3 example...
-*:: =git clone /p/condor/repository/CONDOR_DOC.git=
-*:: =cd CONDOR_DOC=
-*:: =git checkout -b V7_0_3-branch origin/V7_0_3-branch=
-*:: =cd doc=
-*:: =make release=
+*:: build the manual
+{code}
+git clone /p/condor/repository/CONDOR_DOC.git
+cd CONDOR_DOC
+git checkout -b V7_0_3-branch origin/V7_0_3-branch
+cd doc
+make release
+{endcode}
 *:: move the symlink in /p/condor/public/html/manual for whatever release series you're changing to point at the new version.
-*::: =cd /p/condor/public/html/manual=
-*::: =rm v7.0=
-*::: =ln -s v7.0.3 v7.0=
+{code}
+cd /p/condor/public/html/manual
+rm v7.0
+ln -s v7.0.3 v7.0
+{endcode}
 
 1: Update the web HTML regarding this release
 *:: =cvs -d /p/condor/repository/HTML co condor-web=