summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a7415f0000..aaa56b9299 100644
--- a/Makefile
+++ b/Makefile
@@ -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