소스 검색

Forgotten doxygen files

Yann Weber 8 년 전
부모
커밋
fe64cd4d9c
2개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. 14
    0
      doc/img/graphviz/Makefile
  2. BIN
      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

BIN
doc/img/openedition_logo.png 파일 보기


Loading…
취소
저장