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 | |
| parent | c12fb07ea8317fd673d687c2d8524a237e4a99b8 (diff) | |
| download | rabbitmq-server-git-92237fc7429a57aef031bc87e77192519ed828e5.tar.gz | |
Build the windows service page for the website too.
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | docs/rabbitmq-service.xml (renamed from packaging/windows/rabbitmq-service.xml) | 0 | ||||
| -rw-r--r-- | packaging/windows/Makefile | 2 |
3 files changed, 2 insertions, 2 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) diff --git a/packaging/windows/rabbitmq-service.xml b/docs/rabbitmq-service.xml index 2cc4769f89..2cc4769f89 100644 --- a/packaging/windows/rabbitmq-service.xml +++ b/docs/rabbitmq-service.xml diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile index 2212075d15..50ce16370b 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 |
