diff -u -r -N gnugo-orig/README gnugo/README
|
old
|
new
|
|
| 21 | 21 | Texinfo documentation includes instructions for users as well as |
| 22 | 22 | documentation of GNU Go's algorithms and functions for programmers |
| 23 | 23 | and developers. Use an info reader or emacs to read the info files, |
| 24 | | or `make gnugo.dvi' or `make gnugo.ps' to get printed documentation. |
| 25 | | You can also make html documentation from the Texinfo. One method |
| 26 | | of making html documentation is to use the command: |
| | 24 | or `make dvi' or `make ps' to get printed documentation. You can |
| | 25 | also make html documentation from the Texinfo. One method of making |
| | 26 | html documentation is to use the command: |
| 27 | 27 | |
| 28 | 28 | makeinfo --html gnugo.texi. |
| 29 | 29 | |