Ver código fonte

Documentation update (again)

Yann Weber 9 anos atrás
pai
commit
2234c0f451
3 arquivos alterados com 10 adições e 4 exclusões
  1. 1
    1
      Doxyfile
  2. 9
    3
      Makefile
  3. BIN
      doc/img/openedition_logo.png

+ 1
- 1
Doxyfile Ver arquivo

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

+ 9
- 3
Makefile Ver arquivo

@@ -13,19 +13,22 @@ pip: cleanpycache
13 13
 #
14 14
 graphviz_images_path = doc/img/graphviz
15 15
 
16
-doc: cleandoc docimages
16
+doc: cleandoc docimages refreshdyn
17 17
 	doxygen
18 18
 
19 19
 # Generating graphviz images
20 20
 docimages:
21 21
 	cd $(graphviz_images_path); make
22 22
 
23
+refreshdyn:
24
+	python refreshdyn.py &>/dev/null
25
+
23 26
 #
24 27
 # Cleaning rules
25 28
 #
26
-.PHONY: check doc clean cleanpyc cleandoc cleanpycache
29
+.PHONY: check doc clean cleanpyc cleandoc cleanpycache cleandyn cleandocimages
27 30
 
28
-clean: cleanpyc cleandoc cleanpycache cleandocimages
31
+clean: cleanpyc cleandoc cleanpycache cleandocimages cleandyn
29 32
 
30 33
 # Documentation cleaning
31 34
 cleandoc:
@@ -40,3 +43,6 @@ cleanpyc:
40 43
 cleanpycache: cleanpyc
41 44
 	-find ./ -type d |grep '__pycache__' | xargs rmdir -fv 2>/dev/null
42 45
 
46
+cleandyn:
47
+	-rm leapi/dyn.py
48
+

BIN
doc/img/openedition_logo.png Ver arquivo


Carregando…
Cancelar
Salvar