From d7ec12d01229c20f81de8094ca4644d8ff427e48 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 22 Sep 2020 22:02:57 -0400 Subject: manual: Set top node for URL output By default the HTML dir link points to /dir/index.html, which doesn't exist in the case of docs.kyleam.com. Point docs.kyleam.com/ instead. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 440b434..64ee71e 100644 --- a/Makefile +++ b/Makefile @@ -36,4 +36,4 @@ piem.elc: piem.el piem-maildir.elc makeinfo $< .texi.html: - makeinfo --html --no-split $< + makeinfo --html -c TOP_NODE_UP_URL=/ --no-split $< -- cgit v1.2.3