about summary refs log tree commit diff
path: root/Makefile
blob: 4cc3477029e850f6c0cac825c9cafae1ae007a07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
PREFIX=${HOME}
DESTDIR=

all:

install:
	for f in x*[^~]; do install -Dm0755 $$f $(DESTDIR)$(PREFIX)/bin/$$f; done
	install -Dm644 _xtools $(DESTDIR)/$(PREFIX)/share/zsh/site-functions/_xtools

README: xtools.1
	mandoc -Tutf8 $< | col -bx >$@