| 1 | commit ec87daea0933fde6677f33624173f9fdc09e58d7 |
|---|
| 2 | Author: Gunnar Farnebäck <gunnar@lysator.liu.se> |
|---|
| 3 | Date: Sat Apr 5 20:00:42 2008 +0200 |
|---|
| 4 | |
|---|
| 5 | README fix regarding make gnugo.dvi and make gnugo.ps. |
|---|
| 6 | |
|---|
| 7 | diff --git a/README b/README |
|---|
| 8 | index 1dc3b27..42cd0b1 100644 |
|---|
| 9 | --- a/README |
|---|
| 10 | +++ b/README |
|---|
| 11 | @@ -19,13 +19,12 @@ User documentation can be obtained by running 'gnugo --help' or 'man |
|---|
| 12 | gnugo' from any terminal. |
|---|
| 13 | |
|---|
| 14 | Texinfo documentation includes instructions for users as well as |
|---|
| 15 | -documentation of GNU Go's algorithms and functions for programmers |
|---|
| 16 | -and developers. Use an info reader or emacs to read the info files, |
|---|
| 17 | -or `make gnugo.dvi' or `make gnugo.ps' to get printed documentation. |
|---|
| 18 | -You can also make html documentation from the Texinfo. One method |
|---|
| 19 | -of making html documentation is to use the command: |
|---|
| 20 | - |
|---|
| 21 | -makeinfo --html gnugo.texi. |
|---|
| 22 | +documentation of GNU Go's algorithms and functions for programmers and |
|---|
| 23 | +developers. Use an info reader or emacs to read the info files, or run |
|---|
| 24 | +`make gnugo.dvi' or `make gnugo.ps' in the doc/ directory to get |
|---|
| 25 | +printed documentation. You can also make html documentation from the |
|---|
| 26 | +Texinfo files. One method of making html documentation is to run the |
|---|
| 27 | +command 'makeinfo --html gnugo.texi' in the doc/ directory. |
|---|
| 28 | |
|---|
| 29 | |
|---|
| 30 | |
|---|