README 466 B

1234567891011121314151617181920
  1. To build the .dvi files for the documentation. type "make".
  2. This will build the API's document.
  3. To build the APIs, type "make apis"
  4. NOTE: this build system isn't working perfectly yet. It will
  5. build a .dvi file but you will need to run "bibtex" manually to
  6. build the bibliography.
  7. To build "by hand" using the design doc as an example:
  8. cd to texsrc, type "make"
  9. cd back to doc directory then do:
  10. latex mct_APIs
  11. bibtex mct_APIs
  12. latex mct_APIs
  13. latex mct_APIs