forked from ungleich-public/cdist
fix web target
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
4fdef270ba
commit
5e58bfbd28
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -86,7 +86,7 @@ test:
|
||||||
.rsync nicosc@ru3.inf.ethz.ch:cdist
|
.rsync nicosc@ru3.inf.ethz.ch:cdist
|
||||||
|
|
||||||
web:
|
web:
|
||||||
cp REAL_README $(WEBDIR)/$(WEBPAGE)
|
cp README $(WEBDIR)/$(WEBPAGE)
|
||||||
cd $(WEBDIR) && git commit -m "cdist update" $(WEBPAGE)
|
cd $(WEBDIR) && git commit -m "cdist update" $(WEBPAGE)
|
||||||
cd $(WEBDIR) && make pub
|
cd $(WEBDIR) && make pub
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue