--- loncom/build/readme.html 2001/01/17 11:07:26 1.3 +++ loncom/build/readme.html 2001/01/17 11:16:16 1.6 @@ -29,18 +29,43 @@
  • 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)

    +Commands + +
    +cd loncom/build
    +rm -Rf HTML
    +make HTML
    +cd HTML
    +(look at the index.html file with a web browser such as Netscape)
    +
    +
    +General description of what happens +

    +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
    +
    +
    + +

  • Compiling the software (make build)