From 1cadbacaab9f3378f4daff88fdcab2c68d18ab96 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 29 Apr 2013 17:06:50 +0200 Subject: [PATCH] +webpub Signed-off-by: Nico Schottelius --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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 $<