aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 2cbee717e85acd4c364609187c2d685048b6418b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.POSIX:


pod2man = \
	share/man/man1/z.1 \


all: $(pod2man)


share/man/man1/z.1: bin/z
	pod2man bin/z > $@