+webpub
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
09a7654f35
commit
1cadbacaab
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
@ -1,3 +1,5 @@
|
||||||
|
webdir=~/www.nico.schottelius.org/software/
|
||||||
|
|
||||||
all: ctt.1
|
all: ctt.1
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
@ -7,6 +9,10 @@ pub:
|
||||||
git push --mirror
|
git push --mirror
|
||||||
git push --mirror github
|
git push --mirror github
|
||||||
|
|
||||||
|
webpub:
|
||||||
|
cp ctt.mdwn $(webdir)
|
||||||
|
cd $(webdir) && git add ctt.mdwn && git commit -m "ctt update" ctt.mdwn
|
||||||
|
|
||||||
|
|
||||||
%.1: %.text
|
%.1: %.text
|
||||||
a2x -f manpage --no-xmllint -a encoding=UTF-8 $<
|
a2x -f manpage --no-xmllint -a encoding=UTF-8 $<
|
||||||
|
|
Loading…
Reference in a new issue