aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-11-22 19:23:23 +0100
committerTeddy Wing2018-11-22 19:23:23 +0100
commit95358bb88ee11c5231bae717bb454a58ddc1330a (patch)
treec7cc7c893a3673db807db8115e0d67f50a52ef7b
parent6efa822790eb6857820787594530fe8a05093d6a (diff)
downloadDomeKey-95358bb88ee11c5231bae717bb454a58ddc1330a.tar.bz2
Makefile: Add targets for HTML manual pages
-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