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
commit39ffd7ea9cf8b66579c22116b7f390c4324ba575 (patch)
tree4e380a53912d5d458eb9567830f02920ef1d66c7
parentbcf3d681cef8a46517e625d620e070b9664fcdc8 (diff)
downloadrabbitmq-server-39ffd7ea9cf8b66579c22116b7f390c4324ba575.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 72cfcdf5..93c69e7f 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