+push
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
1cadbacaab
commit
5f0155b968
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ pub:
|
|||
|
||||
webpub:
|
||||
cp ctt.mdwn $(webdir)
|
||||
cd $(webdir) && git add ctt.mdwn && git commit -m "ctt update" ctt.mdwn
|
||||
cd $(webdir) && git add ctt.mdwn && git commit -m "ctt update" ctt.mdwn ; git push
|
||||
|
||||
|
||||
%.1: %.text
|
||||
|
|
Loading…
Reference in a new issue