ctt/Makefile
Nico Schottelius 7b83d22a08 add manpage
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2013-04-29 10:53:24 +02:00

12 lines
145 B
Makefile

all: ctt.1
clean:
rm -f *.1
pub:
git push --mirror
git push --mirror github
%.1: %.text
a2x -f manpage --no-xmllint -a encoding=UTF-8 $<