Consistently use the command tag instead of the quote tag:
s/<quote>make buildworld</quote>/<command>make buildworld</command>/
and
s/<quote>make installworld</quote>/<command>make installworld</command>/
Discussed with: blackend
Approved by: simon (mentor)