# makefile include cms/common.make draft-hess-groupdav-01.html : draft-hess-groupdav-01.txt echo "
" > $@
	sed "s|>|\>\;|g" $< | \
	sed 's|"|\"\;|g'  | \
	sed "s|<|\<\;|g"    | \
	tee >> $@
	echo "
" >> $@ before-all :: draft-hess-groupdav-01.html