aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ddc8fa7..d7be0b4 100644
--- a/Makefile
+++ b/Makefile
@@ -91,9 +91,12 @@ run: build
.PHONY: doc
doc: doc/dome-key.1
+.PHONY: clean-doc
+doc-clean: doc/dome-key.1.intermediate.txt
+ rm $<
+
doc/dome-key.1: doc/dome-key.1.intermediate.txt
a2x --no-xmllint --format manpage $<
- rm $<
doc/dome-key.1.intermediate.txt: doc/dome-key.1.txt $(LAUNCHD_PLIST)
sed 's/^/ /' $(LAUNCHD_PLIST) | \