ソースを参照

Forgotten doxygen files

Yann Weber 8年前
コミット
fe64cd4d9c
2個のファイルの変更14行の追加0行の削除
  1. 14
    0
      doc/img/graphviz/Makefile
  2. バイナリ
      doc/img/openedition_logo.png

+ 14
- 0
doc/img/graphviz/Makefile ファイルの表示

@@ -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

バイナリ
doc/img/openedition_logo.png ファイルの表示


読み込み中…
キャンセル
保存