summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-10-11 15:59:41 +0200
committerErich Eckner <git@eckner.net>2016-10-11 16:00:10 +0200
commit301baa1586cec431b9e94b5d0a6ca409384bca85 (patch)
treec61fb2946a8a750815a31c5f61027f51704a6463
parent0838dae2ff5497ff46884a4acaacc44022e35b10 (diff)
downloadsound-cutter-301baa1586cec431b9e94b5d0a6ca409384bca85.tar.xz
polish manpage
-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