summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon MacMullen <simon@lshift.net>2010-03-16 17:00:33 +0000
committerSimon MacMullen <simon@lshift.net>2010-03-16 17:00:33 +0000
commit92237fc7429a57aef031bc87e77192519ed828e5 (patch)
tree865b3a8a2e701b56f01273870dd5ada9a0fc006d /Makefile
parentc12fb07ea8317fd673d687c2d8524a237e4a99b8 (diff)
downloadrabbitmq-server-git-92237fc7429a57aef031bc87e77192519ed828e5.tar.gz
Build the windows service page for the website too.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eda87c5013..e50b186cdb 100644
--- a/Makefile
+++ b/Makefile
@@ -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)