From 4a61e032f6bc307ec05b78e44d0d2c36dd0afea5 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Thu, 9 Feb 2023 14:24:55 +0200 Subject: [PATCH] GNUmakefile: Generate NEWS.html from NEWS.adoc --- GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 GNUmakefile diff --git a/GNUmakefile b/GNUmakefile new file mode 100644 index 0000000..36ec133 --- /dev/null +++ b/GNUmakefile @@ -0,0 +1,2 @@ +NEWS.html: NEWS.adoc + asciidoc -b html5 -a icons -a data-uri --theme ladi -o NEWS.html NEWS.adoc