GNUmakefile: add index.html target

This commit is contained in:
Nedko Arnaudov 2023-11-27 19:31:55 +02:00
parent e4ef43b57e
commit fc1e901bf8
1 changed files with 3 additions and 0 deletions

View File

@ -14,3 +14,6 @@ ladish:
PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:$(TOP)/build/destdir/usr/lib/pkgconfig python3 ./waf configure --prefix=$(TOP)/build/destdir/usr
python3 ./waf
python3 ./waf install
index.html: README.adoc README-docinfo.html README-docinfo-header.html
asciidoc -b html5 -a data-uri -a icons --theme ladi -o index.html README.adoc