From bbdcefef2a9df58c6b806f6458665c87bae23d34 Mon Sep 17 00:00:00 2001 From: Hubert Plociniczak Date: Mon, 4 Aug 2008 18:18:13 +0100 Subject: [PATCH] Create build file only with server build instructions. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a32a89ea90..48214605e9 100644 --- a/Makefile +++ b/Makefile @@ -106,7 +106,7 @@ generic_stage: elinks -dump -no-references -no-numbering $(WEB_URL)install.html \ >> $(GENERIC_STAGE_DIR)/INSTALL; \ cp BUILD.in $(GENERIC_STAGE_DIR)/BUILD; \ - elinks -dump -no-references -no-numbering $(WEB_URL)build.html \ + elinks -dump -no-references -no-numbering $(WEB_URL)build-server.html \ >> $(GENERIC_STAGE_DIR)/BUILD; \ else \ cp INSTALL $(GENERIC_STAGE_DIR); \