LADI
/
spa
1
Fork 0

Add GNUmakefile to generate README.html

This commit is contained in:
Nedko Arnaudov 2023-05-28 18:45:03 +03:00
parent be25be1494
commit 1728128269
1 changed files with 6 additions and 0 deletions

6
GNUmakefile Normal file
View File

@ -0,0 +1,6 @@
.PHONY: default
default:
@echo "Use meson to build PipeWire's SPA"
README.html: README.adoc
asciidoc -b html5 -a icons -a data-uri --theme ladi -o README.html README.adoc