From 7ac7e746cf1af8395fdfcf638f308285a9e92b0c Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 18 Apr 2020 13:27:00 +0300 Subject: [PATCH] mu4e: allow for build fancy html docs This is for local use only, for now. --- mu4e/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mu4e/Makefile.am b/mu4e/Makefile.am index 95531681..6d13ff7a 100644 --- a/mu4e/Makefile.am +++ b/mu4e/Makefile.am @@ -51,3 +51,12 @@ CLEANFILES= \ doc_DATA = \ mu4e-about.org + +## +## Change as needed. +## +BUILDPATH=mu4e +TEXINFO_CSS_PATH=~/Sources/ext/texinfo-css +fancyhtml: + mkdir -p $(BUILDPATH) ; cp -R $(TEXINFO_CSS_PATH)/static $(BUILDPATH) + makeinfo --html --css-ref=static/css/texinfo-klare.css -o $(BUILDPATH) mu4e.texi