aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 746e801..93009d7 100644
--- a/Makefile
+++ b/Makefile
@@ -109,6 +109,15 @@ doc/dome-key.1.intermediate.txt: doc/dome-key.1.txt $(LAUNCHD_PLIST) LICENSE
doc/dome-key-mappings.7: doc/dome-key-mappings.7.txt
a2x --no-xmllint --format manpage $<
+.PHONY: doc-html
+doc-html: doc/dome-key.1.html doc/dome-key-mappings.7.html
+
+doc/dome-key.1.html: doc/dome-key.1.intermediate.txt
+ a2x --no-xmllint --format xhtml $<
+
+doc/dome-key-mappings.7.html: doc/dome-key-mappings.7.txt
+ a2x --no-xmllint --format xhtml $<
+
# Distribution