Make `RFC 2045' a hyperlink (now that this .but file builds HTML as
[sgt/utils] / cvt-utf8 / Makefile
CommitLineData
8a48d402 1DESTDIR = .
2
9acadc2b 3all: cvt-utf8.1
4
5%.1: %.but
6 halibut --man=$@ $<
7
8clean:
8a48d402 9 rm -f *.1 *.html *.tar.gz
10
11html:
12 halibut --html=$(DESTDIR)/cvt-utf8.html cvt-utf8.but
13
14release: cvt-utf8.1
15 mkdir -p reltmp/cvt-utf8
16 ln -s ../../cvt-utf8 reltmp/cvt-utf8
17 ln -s ../../cvt-utf8.1 reltmp/cvt-utf8
18 ln -s ../../cvt-utf8.but reltmp/cvt-utf8
19 ln -s ../../Makefile reltmp/cvt-utf8
20 tar -C reltmp -chzvf $(DESTDIR)/cvt-utf8.tar.gz cvt-utf8
21 rm -rf reltmp