source:
trunk/workshop-routing-foss4g/docs/README
@
79
Revision 76, 314 bytes checked in by djay, 13 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[63] | 1 | # |
2 | # About: | |
3 | # ===== | |
4 | # The docs directory contains the workshop documentation. | |
5 | # Sphinx installed on Ubuntu 10.04 | |
6 | # | |
7 | ||
8 | # Install notes: | |
9 | # ============= | |
10 | sudo apt-get install python-sphinx texlive-full | |
11 | sphinx-quickstart | |
12 | ||
13 | # Build Documentation: | |
14 | # =================== | |
15 | make html | |
16 | ||
17 | make latex | |
18 | cd _build/latex/ | |
19 | make all-pdf | |
20 |
Note: See TracBrowser
for help on using the repository browser.