--- loncom/build/readme.html 2001/01/17 11:16:16 1.6 +++ loncom/build/readme.html 2001/01/17 11:20:32 1.7 @@ -60,11 +60,16 @@ This is the actual make target code. HTML: install -d HTML cp ../../doc/loncapafiles/*.gif HTML - perl parse.pl ../../doc/loncapafiles/loncapafiles.html HTML > HTML/index -.html + perl parse.pl ../../doc/loncapafiles/loncapafiles.html HTML > HTML/index.html +What basically happens is that specially marked-up data in the LON-CAPA +cvs repository file doc/loncapafiles.html is parsed into a more +viewable format by loncom/build/parse.pl. The resulting +file gives a very well organized view of all the files, directories, +links, ownerships, permissions, and brief documentation of what each +file does.

  • Compiling the software (make build)