diff options
| author | Tony Garnock-Jones <tonyg@lshift.net> | 2010-03-22 23:23:36 +0000 |
|---|---|---|
| committer | Tony Garnock-Jones <tonyg@lshift.net> | 2010-03-22 23:23:36 +0000 |
| commit | a3831175081f8226314b80ee362145cecdced205 (patch) | |
| tree | 4e380a53912d5d458eb9567830f02920ef1d66c7 | |
| parent | 7b95e373a08605d787ac9914daf237038137d687 (diff) | |
| download | rabbitmq-server-git-a3831175081f8226314b80ee362145cecdced205.tar.gz | |
They're not pods anymore. It worked before this by accident! (Stupid shell expansion)
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
