Create build file only with server build

instructions.
This commit is contained in:
Hubert Plociniczak 2008-08-04 18:18:13 +01:00
parent 646fc3d93f
commit bbdcefef2a
1 changed files with 1 additions and 1 deletions

View File

@ -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); \