X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=docs%2Fgoals.pod;h=cf67a455b3da388353ce49f35b1abae7b9d60e9f;hb=9607fb2d34d679e14040f9132625a53f1de5200a;hp=e2b1af161d161205b95cc59329ba1077fd16da54;hpb=2a9d33a300ac414c21679c520bc6434d48f499a9;p=goals.git diff --git a/docs/goals.pod b/docs/goals.pod index e2b1af1..cf67a45 100644 --- a/docs/goals.pod +++ b/docs/goals.pod @@ -9,6 +9,7 @@ goals - an experimental tool that generalizes “make” goals ['TARGET'] ['VAR=VALUE'] [-C|--directory DIRECTORY] [-d] [-f|--file Goalfile] [-I|--include DIRECTORY] [-j|--jobs JOBS] [--no-prelude] + [-s|--silent|--quiet] goals --help @@ -25,10 +26,8 @@ problems that make suffers from. This manual page documents the command line tool and options. -There is an introduction and tutorial on writing goal files: -L. - -There is also a reference manual: L. +There is an introduction to and tutorial on writing goal files, as +well as a reference manual in L. =head1 OPTIONS @@ -69,8 +68,7 @@ if I<-C> was not used. Specify an include directory, used when including goal files using the C directive. You can use this option multiple times. Later directories have priority over earlier ones. There is also an -implicit C<%stdlib> directory which is used for prelude files (see -L). +implicit C<%stdlib> directory which is used for prelude files. Note that if a relative path is given here, it is relative to the directory specified with the I<-C> option, or to the current directory @@ -92,11 +90,20 @@ prelude is always loaded automatically before any initial goal file (but you can redefine prelude definitions in your goal file if you want). +=item B<-s> + +=item B<--silent> + +=item B<--quiet> + +Don't print the shell commands that are run. This is the same as +turning all S> sections into S> sections. + =back =head1 SEE ALSO -L, L, L. +L, L. =head1 AUTHORS