summaryrefslogtreecommitdiff
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
commit98e67257b5e303c81157aa83a0e0958b24d9624f (patch)
tree865b3a8a2e701b56f01273870dd5ada9a0fc006d
parent21f2c25efb5c2d52c0507dce8a2ede5029b2810f (diff)
downloadrabbitmq-server-98e67257b5e303c81157aa83a0e0958b24d9624f.tar.gz
Build the windows service page for the website too.
-rw-r--r--Makefile2
-rw-r--r--docs/rabbitmq-service.xml (renamed from packaging/windows/rabbitmq-service.xml)0
-rw-r--r--packaging/windows/Makefile2
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eda87c50..e50b186c 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)
diff --git a/packaging/windows/rabbitmq-service.xml b/docs/rabbitmq-service.xml
index 2cc4769f..2cc4769f 100644
--- a/packaging/windows/rabbitmq-service.xml
+++ b/docs/rabbitmq-service.xml
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile
index 2212075d..50ce1637 100644
--- a/packaging/windows/Makefile
+++ b/packaging/windows/Makefile
@@ -22,7 +22,7 @@ dist:
mv $(SOURCE_DIR) $(TARGET_DIR)
mkdir -p $(TARGET_DIR)
- xmlto xhtml-nochunks rabbitmq-service.xml
+ xmlto -o . xhtml-nochunks ../../docs/rabbitmq-service.xml
elinks -dump -no-references -no-numbering rabbitmq-service.html \
> $(TARGET_DIR)/readme-service.txt
todos $(TARGET_DIR)/readme-service.txt