aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d7be0b4..5d0beb4 100644
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,7 @@ run: build
# Documentation
.PHONY: doc
-doc: doc/dome-key.1
+doc: doc/dome-key.1 doc/dome-key-mappings.7
.PHONY: clean-doc
doc-clean: doc/dome-key.1.intermediate.txt
@@ -102,6 +102,9 @@ doc/dome-key.1.intermediate.txt: doc/dome-key.1.txt $(LAUNCHD_PLIST)
sed 's/^/ /' $(LAUNCHD_PLIST) | \
perl -0777 -pe '$$plist = <STDIN>; s/\$$\{PLIST}\n/$${plist}/' $< > $@
+doc/dome-key-mappings.7: doc/dome-key-mappings.7.txt
+ a2x --no-xmllint --format manpage $<
+
# Distribution