mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-26 07:00:11 -05:00
doc: ucm - add sequence graphs
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
0222f45d11
commit
595115758b
8 changed files with 192 additions and 1 deletions
|
|
@ -1 +1,9 @@
|
|||
EXTRA_DIST=wave1.gif wave2.gif
|
||||
GIT_FILES=$(wildcard *.gif)
|
||||
PUML_FILES=$(wildcard *.puml)
|
||||
SVG_FILES=$(PUML_FILES:.puml=.svg)
|
||||
EXTRA_DIST=$(GIT_FILES) $(PUML_FILES) $(SVG_FILES)
|
||||
|
||||
all: $(SVG_FILES)
|
||||
|
||||
.puml.svg:
|
||||
plantuml -tsvg $<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue