7b83d22a08
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
12 lines
145 B
Makefile
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 $<
|