use variable instead of hardcoded value
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
0370412757
commit
46ceb3e3a9
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -121,10 +121,10 @@ test:
|
|||
# gentoo
|
||||
.rsync nicosc@ru3.inf.ethz.ch:cdist
|
||||
|
||||
web: man
|
||||
web: manmove
|
||||
cp README $(WEBDIR)/$(WEBPAGE)
|
||||
rm -rf $(WEBDIR)/$(WEBBASE)/man && mkdir $(WEBDIR)/$(WEBBASE)/man
|
||||
cp -r doc/html/* $(WEBDIR)/$(WEBBASE)/man
|
||||
cp -r $(HTMLDIR)/* $(WEBDIR)/$(WEBBASE)/man
|
||||
cd $(WEBDIR) && git add $(WEBBASE)/man
|
||||
cd $(WEBDIR) && git commit -m "cdist update" $(WEBBASE) $(WEBPAGE)
|
||||
cd $(WEBDIR) && make pub
|
||||
|
|
Loading…
Reference in a new issue