X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fautodist%2Fdoc%2Fautodist.1.in;h=9147b1e2f286d59f61bf1e829a909ed0445973f4;hb=5c255f0e6119860b4ba62731b006246fc25586ea;hp=333ccb347dca478c696e80884a4137478de8d9b6;hpb=0f5b2629a6543c5633d429334008ecada7c3c305;p=autodist.git diff --git a/apps/autodist/doc/autodist.1.in b/apps/autodist/doc/autodist.1.in index 333ccb3..9147b1e 100644 --- a/apps/autodist/doc/autodist.1.in +++ b/apps/autodist/doc/autodist.1.in @@ -3,28 +3,28 @@ Autodist \- Source distribution management system .SH SYNOPSIS .B autodist -[options] [distribution] [version] +[options] [distribution] [version] [params] .PP .SH DESCRIPTION .PP -The Autodist is a source distribution management system that allows -powerful mechanisms to define what is included in and excluded from a -distribution, and what license the distribution is released under. It is -also used to create the actual distribution source packages. Autodist -allows distribution management in file, directory and file content level. -Different distributions may include different portions of files, for -example, excluding certain features from certain distributions. It is -always guaranteed that anything not defined for the distribution, is -removed automatically (files, file content, directories), thus ensuring +The Autodist is a source distribution management system that allows +powerful mechanisms to define what is included in and excluded from a +distribution, and what license the distribution is released under. It is +also used to create the actual distribution source packages. Autodist +allows distribution management in file, directory and file content level. +Different distributions may include different portions of files, for +example, excluding certain features from certain distributions. It is +always guaranteed that anything not defined for the distribution, is +removed automatically (files, file content, directories), thus ensuring that nothing is accidentally included in the distribution. .PP -Autodist is closely related to the Autoconf and Automake tools, and -complements the features Autoconf and Automake provides. It is especially -targeted into circumstances where multiple distributions are created from -one source tree. The Autoconf and Automake environment is mainly designed -for one application per one source tree situations. Autodist provides -mechanisms to create all kinds of distributions that can be created from -one source tree. To be able to use Autodist, the Autoconf and Automake +Autodist is closely related to the Autoconf and Automake tools, and +complements the features Autoconf and Automake provides. It is especially +targeted into circumstances where multiple distributions are created from +one source tree. The Autoconf and Automake environment is mainly designed +for one application per one source tree situations. Autodist provides +mechanisms to create all kinds of distributions that can be created from +one source tree. To be able to use Autodist, the Autoconf and Automake must be installed into the system. .PP .SH OPTIONS @@ -57,6 +57,10 @@ directory 'distdir', 'autodist.conf' configuration file and the default distribution 'default', then exits. .PP .TP +\fB\-p\fR, \fB\-\-process\fR \fB\fR \fB\fR \fB\fR +Process file into for distribution, is 'makefile', 'configure', 'non-source' or 'source' and defines the type of . +.PP +.TP \fB\-m\fR, \fB\-\-makedist\fR Creates and packages distribution .PP @@ -79,7 +83,7 @@ Create also package compressed with zip Copyright \(co 2005 Pekka Riikonen, SILC Project .br This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. .SH "SEE ALSO" .BR autoconf (1),