Makefile: use --detailed-help to produce the man page.
[dss.git] / Makefile
index a6214b0cd1be9fe7e0f1abe00937280ef26abe22..55f9e3c66750629ea2d0baaf826c57bdd8a00868 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ cmdline.c cmdline.h: dss.ggo
        gengetopt --conf-parser < $<
 
 dss.1: dss
        gengetopt --conf-parser < $<
 
 dss.1: dss
-       help2man -N ./$< > $@
+       help2man -h --detailed-help -N ./$< > $@
 
 %.1.html: %.1
        man2html $< > $@
 
 %.1.html: %.1
        man2html $< > $@