aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-09-22 22:02:57 -0400
committerKyle Meyer <kyle@kyleam.com>2020-09-22 22:03:16 -0400
commitd7ec12d01229c20f81de8094ca4644d8ff427e48 (patch)
treebc2e6e548e994c7cb5dc517cfefde91db4cdeef0 /Makefile
parentcbcc204a0a6be3632015c1ebc915df177fe9612d (diff)
downloadpiem-d7ec12d01229c20f81de8094ca4644d8ff427e48.tar.gz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $<