Ticket #200: small_readme_fix.patch

File small_readme_fix.patch, 0.8 kB (added by josephpiche, 12 months ago)

Corrects make commands for documentation in REAME file

  • README

    diff -u -r -N gnugo-orig/README gnugo/README
    old new  
    2121Texinfo documentation includes instructions for users as well as 
    2222documentation of GNU Go's algorithms and functions for programmers 
    2323and 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: 
     24or `make dvi' or `make ps' to get printed documentation. You can 
     25also make html documentation from the Texinfo. One method of making 
     26html documentation is to use the command: 
    2727 
    2828makeinfo --html gnugo.texi. 
    2929