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:
parent
aa95f534cf
commit
2234c0f451
3 changed files with 10 additions and 4 deletions
2
Doxyfile
2
Doxyfile
|
|
@ -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
|
||||
|
|
|
|||
12
Makefile
12
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
BIN
doc/img/openedition_logo.png
Normal file
BIN
doc/img/openedition_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 923 B |
Loading…
Add table
Add a link
Reference in a new issue