--- loncom/build/readme.html 2001/01/17 11:06:03 1.2 +++ loncom/build/readme.html 2001/01/17 11:11:42 1.5 @@ -24,34 +24,43 @@ Using CVS - Using CVS: Logging in and out (cvs login; cvs logout) Using CVS: Getting files (cvs update -d) - Updating files (cvs update -d) + Using CVS: Updating files (cvs update -d) - Saving files (cvs commit) + Using CVS: Saving files (cvs commit) - Adding files (cvs add) + Using CVS: Adding files (cvs add) - Adding directories (cvs add/import) + Using CVS: Adding directories (cvs add/import) - What to do when you're not sure about your files (cvs update) + Using CVS: What to do when you're not sure about your files (cvs update) - Viewing the software (make HTML) + Viewing the software (make HTML) +Commands + + +cd loncom/build +rm -Rf HTML +make HTML +cd HTML +(look at the index.html file with a web browser such as Netscape) + + - Compiling the software (make build) + Compiling the software (make build) - Adding/removing files from the LON-CAPA installation (doc/loncapafiles/loncapafiles.html) + Adding/removing files from the LON-CAPA installation (doc/loncapafiles/loncapafiles.html) - Configurable files versus non-configurable files + Configurable files versus non-configurable files - Updating the non-configurable files on your machine (make install) + Updating the non-configurable files on your machine (make install) - Updating the configurable files on your machine (make configinstall) + Updating the configurable files on your machine (make configinstall) - Building RPMs (make RPM) + Building RPMs (make RPM)
+cd loncom/build +rm -Rf HTML +make HTML +cd HTML +(look at the index.html file with a web browser such as Netscape) +