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


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


all: $(pod2man) $(XDG_DATA_HOME)/common-lisp/source


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

$(XDG_DATA_HOME)/common-lisp/source:
	ln -s $(SRC)/libre $@