From fc1e901bf8beb6eb20f20940a890add2550a57be Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Mon, 27 Nov 2023 19:31:55 +0200 Subject: [PATCH] GNUmakefile: add index.html target --- GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 1e850af2..30d238d4 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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