diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-09-28 15:58:48 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-09-28 15:58:48 +0000 |
commit | 432dee12920a29942729f808edd2df9d569a500e (patch) | |
tree | c5f0ce6dcf68ae6d0cbddf4fdaeb39e8df77f64c /genhdlist | |
parent | 1b76cd4b22f8dd62c0fda06ef8fb3f0ca31618a1 (diff) | |
download | rpmtools-432dee12920a29942729f808edd2df9d569a500e.tar rpmtools-432dee12920a29942729f808edd2df9d569a500e.tar.gz rpmtools-432dee12920a29942729f808edd2df9d569a500e.tar.bz2 rpmtools-432dee12920a29942729f808edd2df9d569a500e.tar.xz rpmtools-432dee12920a29942729f808edd2df9d569a500e.zip |
Add a description, typo fixes
Diffstat (limited to 'genhdlist')
-rw-r--r-- | genhdlist | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -124,7 +124,7 @@ genhdlist - generates an hdlist file =head1 SYNOPSIS - gendistrib [options] dir [dir...] + genhdlist [options] dir [dir...] =head1 OPTIONS @@ -158,6 +158,15 @@ Put a suffix on hdlist names. =head1 DESCRIPTION +F<genhdlist> is used to generate an hdlist and a synthesis file from a set +of RPM packages found in the directories passed on the command-line. By +default it will put the hdlist and synthesis files in the current +directory. + +It will also generate a F<list> file containing the relative paths to all +RPMs. Consequently, the paths to the directories passed to F<genhdlist> must +be relative ones. + =head1 SEE ALSO gendistrib(1) |