diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-12-30 15:34:08 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-12-30 15:34:08 +0000 |
commit | 6787a2f6f082fcdc1b1eb49a4d2d12b54cf1ffd7 (patch) | |
tree | a7b8e040d02b02405b7d0ca5289b462a048c65ed | |
parent | 807c4f90ccc3e9bfc1b3654b4a72a7cc05eb4e19 (diff) | |
download | rpmtools-6787a2f6f082fcdc1b1eb49a4d2d12b54cf1ffd7.tar rpmtools-6787a2f6f082fcdc1b1eb49a4d2d12b54cf1ffd7.tar.gz rpmtools-6787a2f6f082fcdc1b1eb49a4d2d12b54cf1ffd7.tar.bz2 rpmtools-6787a2f6f082fcdc1b1eb49a4d2d12b54cf1ffd7.tar.xz rpmtools-6787a2f6f082fcdc1b1eb49a4d2d12b54cf1ffd7.zip |
Make it clear that genhdlist always generates a synthesis.
Update copyright notice.
-rw-r--r-- | genhdlist | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -125,7 +125,7 @@ __END__ =head1 NAME -genhdlist - generates an hdlist file +genhdlist - generates an hdlist and a synthesis file =head1 SYNOPSIS @@ -172,10 +172,9 @@ Put a suffix on list/hdlist/synthesis names (for example, C<_main>). =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. +F<genhdlist> is used to generate an hdlist and an associated 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. If the option B<--list> is given, it will also generate a F<list> file containing the relative paths to all RPMs. Consequently, the paths to the directories @@ -187,7 +186,9 @@ gendistrib(1), parsehdlist(1) =head1 COPYRIGHT -Copyright (C) 1999-2005 Mandrakesoft +Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 MandrakeSoft SA + +Copyright (C) 2005 Mandriva SA This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |