Django

Code

Show
Ignore:
Timestamp:
08/23/08 17:25:40 (3 months ago)
Author:
jacob
Message:

Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/Makefile

    r7370 r8506  
    1212ALLSPHINXOPTS   = -d _build/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . 
    1313 
    14 .PHONY: help clean html web htmlhelp latex changes linkcheck 
     14.PHONY: help clean html web pickle htmlhelp latex changes linkcheck 
    1515 
    1616help: 
    1717        @echo "Please use \`make <target>' where <target> is one of" 
    1818        @echo "  html      to make standalone HTML files" 
    19         @echo "  web       to make files usable by Sphinx.web
     19        @echo "  pickle    to make pickle files (usable by e.g. sphinx-web)
    2020        @echo "  htmlhelp  to make HTML files and a HTML help project" 
    2121        @echo "  latex     to make LaTeX files, you can set PAPER=a4 or PAPER=letter" 
     
    3232        @echo "Build finished. The HTML pages are in _build/html." 
    3333 
    34 web
    35         mkdir -p _build/web _build/doctrees 
    36         $(SPHINXBUILD) -b web $(ALLSPHINXOPTS) _build/web 
     34pickle
     35        mkdir -p _build/pickle _build/doctrees 
     36        $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) _build/pickle 
    3737        @echo 
    38         @echo "Build finished; now you can run" 
    39         @echo "  python -m sphinx.web _build/web" 
    40         @echo "to start the server." 
     38        @echo "Build finished; now you can process the pickle files or run" 
     39        @echo "  sphinx-web _build/pickle" 
     40        @echo "to start the sphinx-web server." 
     41 
     42web: pickle 
    4143 
    4244htmlhelp: