diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-09-22 22:02:57 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-09-22 22:03:16 -0400 |
commit | d7ec12d01229c20f81de8094ca4644d8ff427e48 (patch) | |
tree | bc2e6e548e994c7cb5dc517cfefde91db4cdeef0 /Makefile | |
parent | cbcc204a0a6be3632015c1ebc915df177fe9612d (diff) | |
download | piem-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $< |