genwebgallery

diff genwebgallery.1 @ 12:27f96c3b8224

fixed hyphen-minus-conflict in man page; refactored debian/rules (removed a lot)
author meillo@marmaro.de
date Sat, 24 Nov 2007 23:29:16 +0100
parents cb0dff8c48c6
children 84c08287caa1
line diff
     1.1 --- a/genwebgallery.1	Fri Nov 23 23:04:36 2007 +0100
     1.2 +++ b/genwebgallery.1	Sat Nov 24 23:29:16 2007 +0100
     1.3 @@ -1,4 +1,4 @@
     1.4 -.TH GENWEBGALLERY 1 "genwebgallery-VERSION" "2007-11-21" "genwebgallery"
     1.5 +.TH GENWEBGALLERY 1 "genwebgallery\-VERSION" "2007\-11\-21" "genwebgallery"
     1.6  
     1.7  .SH NAME
     1.8  genwebgallery
     1.9 @@ -10,7 +10,7 @@
    1.10  .B genwebgallery
    1.11  Generates a web gallery of mentioned pictures. Only very minimalistic static HTML pages are generated. Copies of the pictures get resized to the defined sizes.
    1.12  .PP
    1.13 -All generated content goes in a subdirectory which defaults to 'webgallery'. Or any other directory specified by --output.
    1.14 +All generated content goes in a subdirectory which defaults to 'webgallery'. Or any other directory specified by \-\-output.
    1.15  .PP
    1.16  The
    1.17  .BR convert
    1.18 @@ -39,10 +39,10 @@
    1.19  .B \-c, \-\-copyright
    1.20  Specify copyright notice
    1.21  .TP
    1.22 -.B \-ps, \-\-pic-size
    1.23 +.B \-ps, \-\-pic\-size
    1.24  Specify size of picture
    1.25  .TP
    1.26 -.B \-ts, \-\-thumb-size
    1.27 +.B \-ts, \-\-thumb\-size
    1.28  Specify size of thumbnails
    1.29  .TP
    1.30  .B \-\-overwrite
    1.31 @@ -50,7 +50,7 @@
    1.32  Without this option, the users is interactively asked what to do.
    1.33  .PP
    1.34  See
    1.35 -.B genwebgallery --help
    1.36 +.B genwebgallery \-\-help
    1.37  for default values.
    1.38  
    1.39  .SH EXIT CODE