diff options
author | Teddy Wing | 2018-11-02 21:14:37 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-02 21:14:37 +0100 |
commit | 9075ddcdf74dd8de070a99cf801c851e383050c4 (patch) | |
tree | 71192f6590db60d1c508d8d0b0a984979c54d255 /Makefile | |
parent | 8d47ac87e38bbdba3d5b6f1c5422a6c7756797f6 (diff) | |
download | DomeKey-9075ddcdf74dd8de070a99cf801c851e383050c4.tar.bz2 |
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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |