Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-04-29 17:06:50 +02:00
parent 09a7654f35
commit 1cadbacaab
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
webdir=~/www.nico.schottelius.org/software/
all: ctt.1
clean:
@ -7,6 +9,10 @@ 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
%.1: %.text
a2x -f manpage --no-xmllint -a encoding=UTF-8 $<