summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-10-03 12:40:32 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-10-03 12:40:32 +0100
commit80e0601ace8a1bb1bb23aacbd3b425dd58828dd0 (patch)
tree757e8d4f3fbf5bde6b7fade7fb0a6304f1779ce5
parent185c2edbb47c4db0349c62e9d94653fc59ae8e4f (diff)
downloadrabbitmq-server-80e0601ace8a1bb1bb23aacbd3b425dd58828dd0.tar.gz
make sure plugins/README is in all the binary packages
-rw-r--r--Makefile2
-rw-r--r--packaging/windows/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ea39f24f..e4668c4a 100644
--- a/Makefile
+++ b/Makefile
@@ -325,7 +325,7 @@ install_bin: all install_dirs
done
mkdir -p $(TARGET_DIR)/$(PLUGINS_DIR)
- [ -d "$(PLUGINS_DIR)" ] && cp $(PLUGINS_DIR)/*.ez $(TARGET_DIR)/$(PLUGINS_DIR) || true
+ [ -d "$(PLUGINS_DIR)" ] && cp $(PLUGINS_DIR)/*.ez $(PLUGINS_DIR)/README $(TARGET_DIR)/$(PLUGINS_DIR) || true
install_docs: docs_all install_dirs
for section in 1 5; do \
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile
index b76e5b98..828cf000 100644
--- a/packaging/windows/Makefile
+++ b/packaging/windows/Makefile
@@ -21,7 +21,7 @@ dist:
mv $(SOURCE_DIR) $(TARGET_DIR)
mkdir -p $(TARGET_DIR)
- mv $(TARGET_DIR)/plugins-src/README $(TARGET_DIR)/plugins/README.txt
+ mv $(TARGET_DIR)/plugins/README $(TARGET_DIR)/plugins/README.txt
xmlto -o . xhtml-nochunks ../../docs/rabbitmq-service.xml
elinks -dump -no-references -no-numbering rabbitmq-service.html \
> $(TARGET_DIR)/readme-service.txt