1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2026-04-01 16:47:16 +02:00

Documentation update (again)

This commit is contained in:
Yann 2016-01-28 11:47:11 +01:00
commit 2234c0f451
3 changed files with 10 additions and 4 deletions

View file

@ -51,7 +51,7 @@ PROJECT_BRIEF = "Logiciel d'edition electronique v2"
# and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
# to the output directory.
PROJECT_LOGO =
PROJECT_LOGO = "doc/img/openedition_logo.png"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is

View file

@ -13,19 +13,22 @@ pip: cleanpycache
#
graphviz_images_path = doc/img/graphviz
doc: cleandoc docimages
doc: cleandoc docimages refreshdyn
doxygen
# Generating graphviz images
docimages:
cd $(graphviz_images_path); make
refreshdyn:
python refreshdyn.py &>/dev/null
#
# Cleaning rules
#
.PHONY: check doc clean cleanpyc cleandoc cleanpycache
.PHONY: check doc clean cleanpyc cleandoc cleanpycache cleandyn cleandocimages
clean: cleanpyc cleandoc cleanpycache cleandocimages
clean: cleanpyc cleandoc cleanpycache cleandocimages cleandyn
# Documentation cleaning
cleandoc:
@ -40,3 +43,6 @@ cleanpyc:
cleanpycache: cleanpyc
-find ./ -type d |grep '__pycache__' | xargs rmdir -fv 2>/dev/null
cleandyn:
-rm leapi/dyn.py

Binary file not shown.

After

Width:  |  Height:  |  Size: 923 B