diff options
| author | Tony Garnock-Jones <tonyg@lshift.net> | 2008-12-10 15:40:10 +0000 |
|---|---|---|
| committer | Tony Garnock-Jones <tonyg@lshift.net> | 2008-12-10 15:40:10 +0000 |
| commit | 3a939316b4ac447e67f7028b35b9ccef13d82539 (patch) | |
| tree | 8adf807dba3161aa5a52388bb1f09fc8c4e04e8b /Makefile | |
| parent | 92a010620064decf745107010b2869d8a711942f (diff) | |
| download | rabbitmq-server-git-3a939316b4ac447e67f7028b35b9ccef13d82539.tar.gz | |
Correct stupid mistake in installation target of Makefile.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,6 +163,6 @@ install: all docs_all for section in 1 5; do \ mkdir -p $(MAN_DIR)/man$$section; \ for manpage in docs/*.$$section.pod; do \ - cp $$manpage $(MAN_DIR)/man$$section; \ + cp docs/`basename $$manpage .pod`.gz $(MAN_DIR)/man$$section; \ done; \ done |
