summaryrefslogtreecommitdiffstats
path: root/man/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'man/Makefile')
-rw-r--r--man/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile b/man/Makefile
index 03fd019..d663b7b 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -46,7 +46,7 @@ man: man.in *.rst
$(RST2MAN) $${FILE} | \
sed -e '/^.\\" Man page generated/d' \
-e '/^.\\" Generated by/d' \
- -e "s|^\(.TH .*\) \(\"\" \"\"\) |\1 $${VERSION} compute-tools |" \
+ -e "s|^\(.TH .*\) \(\"\" \"\"\) |\1 $${VERSION} bfh-metapackages |" \
>> $$(basename $${FILE} .rst); \
echo -n "."; \
done