aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-08-25 21:47:40 -0400
committerKyle Meyer <kyle@kyleam.com>2020-08-25 21:53:40 -0400
commit05f3ca532960f825d060b07706ad683a1afb569d (patch)
tree0519b91ca697fef86615bb8d8674ee23bda61c90 /Makefile
parent480f9f9bbc01e1f986c67ec9294e5b3452532e1b (diff)
downloadpiem-05f3ca532960f825d060b07706ad683a1afb569d.tar.gz
manual: A rough and incomplete start
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dcd2ff6..440b434 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ piem-autoloads.el: $(EL)
'(package-generate-autoloads "piem" default-directory)'
clean:
- rm -f piem.info piem-autoloads.el $(ELC)
+ rm -f piem.info piem.html piem-autoloads.el $(ELC)
piem-b4.elc: piem-b4.el piem.elc
piem-elfeed.elc: piem-elfeed.el piem.elc
@@ -27,10 +27,13 @@ piem-maildir.elc: piem-maildir.el
piem-notmuch.elc: piem-notmuch.el piem.elc
piem.elc: piem.el piem-maildir.elc
-.SUFFIXES: .el .elc .texi .info
+.SUFFIXES: .el .elc .texi .info .html
.el.elc:
$(BATCH) -f batch-byte-compile $<
.texi.info:
makeinfo $<
+
+.texi.html:
+ makeinfo --html --no-split $<