doc/book/fr/makefile
changeset 625 e57cc039b418
parent 56 3a8576dd00d8
equal deleted inserted replaced
622:2d30c5e1a7d2 625:e57cc039b418
    41 	${MKHTML} ${MKHTMLOPTS} $<
    41 	${MKHTML} ${MKHTMLOPTS} $<
    42 
    42 
    43 #apydoc: 
    43 #apydoc: 
    44 #	epydoc --html -o epydoc/ -n ../server/*.py ../core/*.py ../common/*.py ../server/*/*.py ../modpython/*/*.py ../common/*/*.py
    44 #	epydoc --html -o epydoc/ -n ../server/*.py ../core/*.py ../common/*.py ../server/*/*.py ../modpython/*/*.py ../common/*/*.py
    45 apidoc:
    45 apidoc:
    46 	epydoc --html -o apidoc -n "cubicweb" --exclude=setup --exclude=__pkginfo__ ../
    46 	epydoc --html -o apidoc -n "cubicweb" --exclude=setup --exclude=__pkginfo__ ../../../
    47 
    47 
    48 # run sphinx ###
    48 # run sphinx ###
    49 html:
    49 html:
    50 	mkdir -p build/html build/doctrees
    50 	mkdir -p build/html build/doctrees
    51 	$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) build/html
    51 	$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) build/html