summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert@lshift.net>2008-08-04 18:18:13 +0100
committerHubert Plociniczak <hubert@lshift.net>2008-08-04 18:18:13 +0100
commitbbdcefef2a9df58c6b806f6458665c87bae23d34 (patch)
tree6f80399dceb45dbdcf01cbd6c7bd9e1a4ba4a795
parent646fc3d93f43ca823b8456d0dcb357c7086d60c6 (diff)
downloadrabbitmq-server-git-bbdcefef2a9df58c6b806f6458665c87bae23d34.tar.gz
Create build file only with server build
instructions.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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); \