GNUmakefile: Generate NEWS.html from NEWS.adoc

This commit is contained in:
Nedko Arnaudov 2023-02-09 14:24:55 +02:00
parent e03e0226d2
commit 4a61e032f6
1 changed files with 2 additions and 0 deletions

2
GNUmakefile Normal file
View File

@ -0,0 +1,2 @@
NEWS.html: NEWS.adoc
asciidoc -b html5 -a icons -a data-uri --theme ladi -o NEWS.html NEWS.adoc