From 6378a14b26a7aa40327e2f44e238540c47858e5c Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 28 Sep 2005 10:32:25 +0000 Subject: First POD draft. --- gendistrib | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 96 insertions(+), 1 deletion(-) diff --git a/gendistrib b/gendistrib index 4189502..ed98c2b 100755 --- a/gendistrib +++ b/gendistrib @@ -32,7 +32,7 @@ my $urpm = new URPM; my $tempdir = -d $ENV{TMPDIR} ? $ENV{TMPDIR} : -d "$ENV{HOME}/tmp" ? "$ENV{HOME}/tmp" : "/tmp"; my $headers_dir = $tempdir . "/.build_hdlist"; -sub usage { +sub usage () { print STDERR < + +Path of compss file (defaults to F). + +=item --depslist I + +Path of depslist file (defaults to F). + +=item --provides I Path of provides file (defaults to F) + +=item --mediacfg I + +Use the specified F file (defaults to F). + +=item --hdlists I + +Path of the F file (defaults to F) + +=item --destdir I + +Create all new files in the specified directory. All subdirectories should +exist. This option is mostly useful for testing, or while using a read-only +repository. + +=item --headersdir I + +Put temporary files in this directory (defaults to TMPDIR). + +=item --nobadrpm + +Don't abort when encountering bad rpms. + +=item --skipmissingdir + +If a media dir is missing, ignore instead of aborting. + +=item --noemptymedia + +Stop and abort if an empty media is found. + +=item --nochkdep + +Don't search for missing dependencies. + +=item --blind + +Always rebuild indexes, without checking whether it's needed. + +=item --noclean + +Keep cache files. + +=item --nomediainfo + +Don't create per-media F subdirectories. + +=item --nomd5sum + +Don't generate MD5SUM files. + +=item -s + +Silent mode. + +=back + +=head1 SEE ALSO + +=head1 COPYRIGHT + +Copyright (C) 1999-2005 Mandrakesoft + +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 +the Free Software Foundation; either version 2, or (at your option) +any later version. + +=cut -- cgit v1.2.1