Ticket #200 (closed defect: fixed)
README documentation on building documentation incorrect
| Reported by: | josephpiche | Owned by: | gnugo |
|---|---|---|---|
| Priority: | low | Milestone: | 3.7.12 |
| Component: | documentation | Version: | |
| Severity: | trivial | Keywords: | |
| Cc: | patch: | yes |
Description
The README incorrectly describes how to build the documentation, it gives the wrong make commands.
Attachments
Regression Results
| Attachment | Rev. | PASS | FAIL | Nodes | Status | |
| small_readme_fix.patch | never tested |
Change History
Changed 4 years ago by josephpiche
-
attachment
small_readme_fix.patch
added
comment:1 Changed 4 years ago by gunnar
I think the main problem is that the documentation fails to say that "make gnugo.dvi" and "make gnugo.ps" should be run from the doc directory, which is also required for "makeinfo --html gnugo.texi" to work.
("make dvi" and "make ps" work both from the top directory and the doc directory though.)
Note: See
TracTickets for help on using
tickets.

Corrects make commands for documentation in REAME file