ctt/Makefile
Nico Schottelius 5f0155b968 +push
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2013-04-29 17:12:13 +02:00

18 lines
306 B
Makefile

webdir=~/www.nico.schottelius.org/software/
all: ctt.1
clean:
rm -f *.1
pub:
git push --mirror
git push --mirror github
webpub:
cp ctt.mdwn $(webdir)
cd $(webdir) && git add ctt.mdwn && git commit -m "ctt update" ctt.mdwn ; git push
%.1: %.text
a2x -f manpage --no-xmllint -a encoding=UTF-8 $<