summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@lshift.net>2010-03-22 23:23:36 +0000
committerTony Garnock-Jones <tonyg@lshift.net>2010-03-22 23:23:36 +0000
commita3831175081f8226314b80ee362145cecdced205 (patch)
tree4e380a53912d5d458eb9567830f02920ef1d66c7
parent7b95e373a08605d787ac9914daf237038137d687 (diff)
downloadrabbitmq-server-git-a3831175081f8226314b80ee362145cecdced205.tar.gz
They're not pods anymore. It worked before this by accident! (Stupid shell expansion)
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 72cfcdf57b..93c69e7f41 100644
--- a/Makefile
+++ b/Makefile
@@ -237,8 +237,8 @@ install: all docs_all install_dirs
done
for section in 1 5; do \
mkdir -p $(MAN_DIR)/man$$section; \
- for manpage in docs/*.$$section.pod; do \
- cp docs/`basename $$manpage .pod`.gz $(MAN_DIR)/man$$section; \
+ for manpage in docs/*.$$section.gz; do \
+ cp $$manpage $(MAN_DIR)/man$$section; \
done; \
done