Parent Directory
|
Revision Log
|
Patch
| revision 6389 by netzwurm, Thu Aug 28 17:24:05 2008 UTC | revision 6390 by netzwurm, Thu Aug 28 18:35:02 2008 UTC | |
|---|---|---|
| # | Line 28 build/python-django-doc:: | Line 28 build/python-django-doc:: |
| 28 | cd docs && make html | cd docs && make html |
| 29 | cd docs && make latex | cd docs && make latex |
| 30 | cd docs/_build/latex && make all-pdf | cd docs/_build/latex && make all-pdf |
| 31 | #cd docs/_build/latex && make all-ps | # Something in that code forces pdf output so we have to |
| 32 | # get our postscript from pdf: | |
| 33 | cd docs/_build/latex && pdf2ps django.pdf | |
| 34 | ||
| 35 | clean:: | clean:: |
| 36 | rm -rf docs/_build/* | rm -rf docs/_build/* |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |