summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files 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 $<