diff options
| author | Hubert Plociniczak <hubert@lshift.net> | 2008-09-04 15:00:03 +0100 |
|---|---|---|
| committer | Hubert Plociniczak <hubert@lshift.net> | 2008-09-04 15:00:03 +0100 |
| commit | 49ca29cb23ac970f2e0792a0402a05c613022966 (patch) | |
| tree | e72b6369235ec028ce4492703b2c4878d78bfb53 /Makefile | |
| parent | c71470026d31a9bc5c60c3e00dcd88635d790370 (diff) | |
| download | rabbitmq-server-git-49ca29cb23ac970f2e0792a0402a05c613022966.tar.gz | |
Added tests to cover the changes made in last commit
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -99,11 +99,11 @@ generic_stage: if [ -f INSTALL.in ]; then \ cp INSTALL.in $(GENERIC_STAGE_DIR)/INSTALL; \ - elinks -dump -no-references -no-numbering $(WEB_URL)install.html \ - >> $(GENERIC_STAGE_DIR)/INSTALL; \ +# 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-server.html \ - >> $(GENERIC_STAGE_DIR)/BUILD; \ +# elinks -dump -no-references -no-numbering $(WEB_URL)build-server.html \ +# >> $(GENERIC_STAGE_DIR)/BUILD; \ else \ cp INSTALL $(GENERIC_STAGE_DIR); \ cp BUILD $(GENERIC_STAGE_DIR); \ |
