doc/book/fr/makefile
changeset 56 3a8576dd00d8
parent 53 537ad3e8e461
child 625 e57cc039b418
equal deleted inserted replaced
55:5ff3ca010290 56:3a8576dd00d8
    31 	@echo "  linkcheck to check all external links for integrity"
    31 	@echo "  linkcheck to check all external links for integrity"
    32 
    32 
    33 clean:
    33 clean:
    34 	rm -rf apidoc/
    34 	rm -rf apidoc/
    35 	rm -f *.html
    35 	rm -f *.html
    36 	cd devmanual_fr && make	clean
       
    37 	-rm -rf build/*
    36 	-rm -rf build/*
    38 
    37 
    39 all: ${TARGET} devmanual apidoc html
    38 all: ${TARGET} apidoc html
    40 
    39 
    41 %.html: %.txt
    40 %.html: %.txt
    42 	${MKHTML} ${MKHTMLOPTS} $<
    41 	${MKHTML} ${MKHTMLOPTS} $<
    43 
    42 
    44 devmanual:
       
    45 	cd devmanual_fr && make	
       
    46 #apydoc: 
    43 #apydoc: 
    47 #	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
    48 apidoc:
    45 apidoc:
    49 	epydoc --html -o apidoc -n "cubicweb" --exclude=setup --exclude=__pkginfo__ ../
    46 	epydoc --html -o apidoc -n "cubicweb" --exclude=setup --exclude=__pkginfo__ ../
    50 
    47