[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: new file: x-to-1.in
From: |
Simon Josefsson |
Subject: |
Re: new file: x-to-1.in |
Date: |
Tue, 22 Aug 2006 15:06:54 +0200 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) |
Bruno Haible <address@hidden> writes:
> Hi,
>
> This script that generates man pages using help2man appears to be useful
> outside gettext; I'm therefore adding it to gnulib.
...
> # This program creates a program's manual from the .x skeleton and its --help
> # output.
It wasn't clear to me that a '.x skeleton' was the help2man --include
file before reading the script. Maybe add something like this?
The .x skeleton is the file that is passed to help2man --include,
and the file should follow the format described in the help2man
manual.
/Simon