From 9075ddcdf74dd8de070a99cf801c851e383050c4 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 2 Nov 2018 21:14:37 +0100 Subject: Add the beginning of a man page Copy-pasted options from the `--help` output and reordered them alphabtically. Includes a few stub sections that I think are needed. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4f4868e..b7d74f0 100644 --- a/Makefile +++ b/Makefile @@ -37,3 +37,9 @@ DomeKey/sound_data.h: sounds/*.mp3 $(foreach f,$^,xxd -include $(f) >> $@;) echo >> $@ echo '#endif /* SOUND_DATA_H */' >> $@ + +doc/dome-key.1: doc/dome-key.1.txt + a2x --no-xmllint --format manpage $< + +.PHONY: doc +doc: doc/dome-key.1 -- cgit v1.2.3