proper name, title and version in manpage

This fixes github issue #55
This commit is contained in:
Sascha Kruse 2012-08-28 00:07:00 +02:00
parent fc472f3f72
commit 1e8bd74938

View File

@ -37,7 +37,7 @@ clean:
doc: dunst.1
dunst.1: README.pod
pod2man $< > $@
pod2man --name=dunst -c "Dunst Reference" --section=1 --release=${VERSION} $< > $@
service:
@sed "s|##PREFIX##|$(PREFIX)|" org.knopwob.dunst.service.in > org.knopwob.dunst.service