diff --git a/Makefile b/Makefile index 9315b97..75133e6 100644 --- a/Makefile +++ b/Makefile @@ -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 $<