mirror of
https://github.com/yweber/lodel2.git
synced 2026-04-09 11:49:58 +02:00
Forgotten doxygen files
This commit is contained in:
parent
1ccd19c43c
commit
fe64cd4d9c
2 changed files with 14 additions and 0 deletions
14
doc/img/graphviz/Makefile
Normal file
14
doc/img/graphviz/Makefile
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
dotfiles := $(wildcard *.dot)
|
||||
images := $(patsubst %.dot,%.png,$(wildcard *.dot))
|
||||
|
||||
all: $(images)
|
||||
|
||||
%.png: %.dot
|
||||
dot -Tpng $< > $@
|
||||
|
||||
.PHONY: clean distclean
|
||||
|
||||
clean:
|
||||
-rm $(images)
|
||||
|
||||
distclean: clean
|
||||
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