From 5e58bfbd28ce0e587f5f4694a588409c0c22377a Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 16 Mar 2011 10:45:13 +0100 Subject: [PATCH] fix web target Signed-off-by: Nico Schottelius --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 11b9c59a..093859a5 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ test: .rsync nicosc@ru3.inf.ethz.ch:cdist web: - cp REAL_README $(WEBDIR)/$(WEBPAGE) + cp README $(WEBDIR)/$(WEBPAGE) cd $(WEBDIR) && git commit -m "cdist update" $(WEBPAGE) cd $(WEBDIR) && make pub