equal
deleted
inserted
replaced
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 |