From: Andre Noll Date: Sat, 22 Mar 2008 10:01:52 +0000 (+0100) Subject: Makefile: use --detailed-help to produce the man page. X-Git-Tag: v0.0.4~13 X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=commitdiff_plain;h=d174ceb61c3de4cf4bb181b071c8becd9d68f6f0;hp=0c2c10f4b67fc2e7a7146cb1baea3214eb955647 Makefile: use --detailed-help to produce the man page. --- diff --git a/Makefile b/Makefile index a6214b0..55f9e3c 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ cmdline.c cmdline.h: dss.ggo gengetopt --conf-parser < $< dss.1: dss - help2man -N ./$< > $@ + help2man -h --detailed-help -N ./$< > $@ %.1.html: %.1 man2html $< > $@