From 442472a37da221c7c5f961870a2b6b53b1c18e81 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 8 Oct 2020 23:46:01 -0400 Subject: Makefile: Specify --css-file for HTML manual --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4f2b70d..6ea8472 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ clean: docs: piem.html piem.info rm -rf html/ - makeinfo --html -o html/ -c TOP_NODE_UP_URL=/ piem.texi + makeinfo --html --css-ref=../manual.css -o html/ -c TOP_NODE_UP_URL=/ piem.texi piem-b4.elc: piem-b4.el piem.elc piem-elfeed.elc: piem-elfeed.el piem.elc @@ -41,4 +41,4 @@ piem.elc: piem.el piem-maildir.elc makeinfo $< .texi.html: - makeinfo --html -c TOP_NODE_UP_URL=/ --no-split $< + makeinfo --html --css-ref=manual.css -c TOP_NODE_UP_URL=/ --no-split $< -- cgit v1.2.3