mu4e: allow for build fancy html docs

This is for local use only, for now.
This commit is contained in:
Dirk-Jan C. Binnema 2020-04-18 13:27:00 +03:00
parent b5716b301a
commit 7ac7e746cf
1 changed files with 9 additions and 0 deletions

View File

@ -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