Browse Source

Forgotten doxygen files

Yann Weber 8 years ago
parent
commit
fe64cd4d9c
2 changed files with 14 additions and 0 deletions
  1. 14
    0
      doc/img/graphviz/Makefile
  2. BIN
      doc/img/openedition_logo.png

+ 14
- 0
doc/img/graphviz/Makefile View File

@@ -0,0 +1,14 @@
1
+dotfiles := $(wildcard *.dot)
2
+images := $(patsubst %.dot,%.png,$(wildcard *.dot))
3
+
4
+all: $(images)
5
+	
6
+%.png: %.dot
7
+	dot -Tpng $< > $@
8
+
9
+.PHONY: clean distclean
10
+
11
+clean:
12
+	-rm $(images)
13
+
14
+distclean: clean

BIN
doc/img/openedition_logo.png View File


Loading…
Cancel
Save