The following procedures support literate programming with Norman Ramsey's "noweb" system.
noweb(f,r,d) The file f.nw is a noweb source file. The file d is a Modula-3 source file (including its extension) which should be created by extracting from the root r in the noweb file.
Noweb(f,r,d) Similar to noweb, but also exports the file d to /pub.
noweb_doc(f,d) The source file d/f.nw is to be processed by notangle to produce the TeX source file f.tex. It will be added to the makefile dependencies for doc.dvi.