forked from ungleich-public/cdist
update webpage
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
8fc01c61cb
commit
9d6f8012f2
2 changed files with 21 additions and 1 deletions
6
Makefile
6
Makefile
|
|
@ -1,5 +1,7 @@
|
|||
PREFIX=/usr
|
||||
BINDIR=$(PREFIX}/bin
|
||||
WEBDIR=$$HOME/niconetz
|
||||
WEBPAGE=software/cdist.mdwn
|
||||
|
||||
install:
|
||||
cp bin/* $(BINDIR)
|
||||
|
|
@ -13,7 +15,9 @@ sync:
|
|||
.rsync nicosc@ru3.inf.ethz.ch:cdist
|
||||
|
||||
web:
|
||||
cp REAL_README $$HOME/niconetz/software/cdist.mdwn
|
||||
cp REAL_README $(WEBDIR)/$(WEBPAGE)
|
||||
cd $(WEBDIR) && git commit -m "cdist update" $(WEBPAGE)
|
||||
cd $(WEBDIR) && make pub
|
||||
|
||||
pub:
|
||||
git push --mirror
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue