Add man page

This commit is contained in:
AsamK 2016-11-18 21:49:41 +01:00
parent 2f7a0b55d6
commit 6aefa38ee8
2 changed files with 244 additions and 0 deletions

10
man/Makefile Normal file
View file

@ -0,0 +1,10 @@
A2X = a2x
MANPAGESRC = signal-cli.1
.PHONY: all
all: $(MANPAGESRC)
%: %.txt
@echo "Generating manpage for $@"
$(A2X) --no-xmllint --doctype manpage --format manpage "$^"