Rename man page to show it rendered on github

This commit is contained in:
AsamK 2017-02-19 17:17:55 +01:00
parent c68cfe7d7c
commit 8e8de2fe39
3 changed files with 5 additions and 6 deletions

View file

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