??? NOT USED  
# Makes a "raw.evt" file with prose and labels for the given book and section.

  
# Tabulates counts of  "raw.evt" file with prose and labels for the given book and section.

  
  
  raw_evt=dat/${lang}/${book}/${sec}/raw.evt
  
	${MAKE} -R -f ${MAKEFILE} ACTION=data \
          book=${book} SEC=${sec} ${raw_evt}

    printf "\n%-32s" "voyn/prs/$$sec/raw.wfr: "; \
          cat dat/${LANG}/{prs,lab}/$$sec/raw.wfr} \
            | gawk '/./{t += $$1;} END{print t}' ; \
          