diff options
| author | Simon MacMullen <simon@lshift.net> | 2010-03-16 17:00:33 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@lshift.net> | 2010-03-16 17:00:33 +0000 |
| commit | 92237fc7429a57aef031bc87e77192519ed828e5 (patch) | |
| tree | 865b3a8a2e701b56f01273870dd5ada9a0fc006d /Makefile | |
| parent | c12fb07ea8317fd673d687c2d8524a237e4a99b8 (diff) | |
| download | rabbitmq-server-git-92237fc7429a57aef031bc87e77192519ed828e5.tar.gz | |
Build the windows service page for the website too.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ BEAM_TARGETS=$(patsubst $(SOURCE_DIR)/%.erl, $(EBIN_DIR)/%.beam, $(SOURCES)) TARGETS=$(EBIN_DIR)/rabbit.app $(INCLUDE_DIR)/rabbit_framing.hrl $(BEAM_TARGETS) WEB_URL=http://stage.rabbitmq.com/ MANPAGES=$(patsubst %.xml, %.gz, $(wildcard docs/*.[0-9].xml)) -WEB_MANPAGES=$(patsubst %.xml, %.man.xml, $(wildcard docs/*.[0-9].xml)) +WEB_MANPAGES=$(patsubst %.xml, %.man.xml, $(wildcard docs/*.[0-9].xml) docs/rabbitmq-service.xml) USAGES=$(patsubst %.1.xml, %.usage.erl, $(wildcard docs/*.[0-9].xml)) ifeq ($(shell python -c 'import simplejson' 2>/dev/null && echo yes),yes) |
