home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / nuweb087.zip / README < prev    next >
Text File  |  1996-02-28  |  1KB  |  37 lines

  1. Here's an intermediate version of nuweb.  I've simply bundled up the
  2. web source (nuweb.w), the generated .c files, an abbreviated nuweb.tex
  3. file, and the assorted auxiliary files for latex'ing.
  4.  
  5. Note that it's still not completely portable to every system without
  6. change.  In particular, it expect file-names to use '/' to delimit
  7. directories and it still thinks tab stops are set every eight spaces.
  8. It also uses tempnam() which may not be available everywhere.
  9. tmpnam() might be made to work in some systems.  If all else fails,
  10. just use some adequately unlikely filename.
  11.  
  12. To print the documentation, you must first run latex on the file
  13. nuweb.tex.  To fix up all the citations, you'll need to run it twice:
  14.  
  15.     latex nuweb
  16.     latex nuweb
  17.  
  18. Note that the distributed nuweb.tex is basically Chapter 1 of the
  19. complete nuweb.tex generated by running nuweb against itself.
  20.  
  21. To actually build the nuweb executable, first
  22.  
  23.     touch nuweb.tex
  24.  
  25. then
  26.  
  27.     make
  28.  
  29. which should build an executable file called "nuweb".  After that, you
  30. should be able to use the makefile to control everything very nicely.
  31.  
  32. If you have questions or comments (or just want the latest version),
  33. please let me know. I expect to continue working on the documentation
  34. for quite a while.
  35.  
  36. My e-mail address is preston@cs.rice.edu
  37.