mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
9 lines
194 B
Makefile
9 lines
194 B
Makefile
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 $<
|