summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 64152ba..98aff74 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,9 @@ all: man.commons sound-cutter sound-cutter.1
%.1: % man.commons
grep -v "^$<(" man.commons | sed '/^\[SEE ALSO]$$/{n;:a;N;/\[/b;s/\n/, /;ta;}' > "$<.common" && \
- help2man -o "$@" -N --include $<.common --no-discard-stderr "./$<"
+ help2man \
+ -n 'Wrapper for sox for mastering stereo music (a.k.a. CDs) from multi channel records' \
+ -o "$@" -N --include $<.common --no-discard-stderr "./$<"
.PHONY: install dist clean