mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Add man page
This commit is contained in:
parent
2f7a0b55d6
commit
6aefa38ee8
2 changed files with 244 additions and 0 deletions
10
man/Makefile
Normal file
10
man/Makefile
Normal 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 "$^"
|
Loading…
Add table
Add a link
Reference in a new issue