use variable instead of hardcoded value

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-24 23:30:42 +01:00
parent 0370412757
commit 46ceb3e3a9
1 changed files with 2 additions and 2 deletions

View File

@ -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