2013-04-29 15:06:50 +00:00
|
|
|
webdir=~/www.nico.schottelius.org/software/
|
|
|
|
|
2013-04-29 08:53:24 +00:00
|
|
|
all: ctt.1
|
|
|
|
|
|
|
|
clean:
|
|
|
|
rm -f *.1
|
|
|
|
|
2012-10-31 21:54:11 +00:00
|
|
|
pub:
|
|
|
|
git push --mirror
|
|
|
|
git push --mirror github
|
|
|
|
|
2013-04-29 15:06:50 +00:00
|
|
|
webpub:
|
|
|
|
cp ctt.mdwn $(webdir)
|
2013-04-29 15:12:13 +00:00
|
|
|
cd $(webdir) && git add ctt.mdwn && git commit -m "ctt update" ctt.mdwn ; git push
|
2013-04-29 15:06:50 +00:00
|
|
|
|
2013-04-29 08:53:24 +00:00
|
|
|
|
|
|
|
%.1: %.text
|
|
|
|
a2x -f manpage --no-xmllint -a encoding=UTF-8 $<
|