summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert@lshift.net>2008-08-07 14:22:07 +0100
committerHubert Plociniczak <hubert@lshift.net>2008-08-07 14:22:07 +0100
commit50f02b4840542c96971dd3d48fc0ae16cc6503d7 (patch)
tree98ea29459dcdd80777dbe2f1b5512d44af5e566e /Makefile
parent976246e1d8c87c7417ba0f4c0816f4862ffd2b37 (diff)
downloadrabbitmq-server-git-50f02b4840542c96971dd3d48fc0ae16cc6503d7.tar.gz
Renamed the pod pages slightly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0b3209051f..471c32f9b9 100644
--- a/Makefile
+++ b/Makefile
@@ -147,7 +147,7 @@ install: all
for manpage in docs/*.pod ; do \
pod2man -c "RabbitMQ AMQP Server" -d "" -r "" \
$$manpage | gzip --best > \
- $(MAN_DIR)/man1/`echo $$manpage | sed -e 's:docs/\(.*\)\.pod:\1\.gz:g'`; \
+ $(MAN_DIR)/man1/`echo $$manpage | sed -e 's:docs/\(.*\)\.pod:\1\.1\.gz:g'`; \
done
rm -f $(TARGET_DIR)/BUILD