Rick Dean | 433dc64 | 2009-07-07 13:11:55 -0500 | [diff] [blame] | 1 | |
| 2 | Only the .tex format documentation is original, |
| 3 | because the others are derived from it, so don't |
| 4 | edit them directly. To build the other formats |
| 5 | use a command of ... |
| 6 | |
| 7 | make all |
| 8 | |
| 9 | |
| 10 | To build the documentation you will need to have |
Jean-Paul Calderone | ef32629 | 2009-07-07 15:45:38 -0400 | [diff] [blame] | 11 | latex2html and lynx installed. On Fedora both can |
| 12 | be obtained with ... |
Rick Dean | 433dc64 | 2009-07-07 13:11:55 -0500 | [diff] [blame] | 13 | |
| 14 | sudo yum install latex2html lynx |
| 15 | |
Jean-Paul Calderone | ef32629 | 2009-07-07 15:45:38 -0400 | [diff] [blame] | 16 | Or on Debian or Ubuntu ... |
Rick Dean | 433dc64 | 2009-07-07 13:11:55 -0500 | [diff] [blame] | 17 | |
Jean-Paul Calderone | ef32629 | 2009-07-07 15:45:38 -0400 | [diff] [blame] | 18 | sudo apt-get install latex2html lynx |