diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $< |