X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=docs%2Fgoals.pod;h=ffea30385a2d77cbac19055bb1355ab350a8d1a0;hb=156de1e0df4aace1a42957491118cc2174d70c6a;hp=f21ae217d2e3a8add3a2ee8fdd81b9dca37deead;hpb=f490ee1e2c099eadd3da0876f66819192c19a3cd;p=goals.git diff --git a/docs/goals.pod b/docs/goals.pod index f21ae21..ffea303 100644 --- a/docs/goals.pod +++ b/docs/goals.pod @@ -9,7 +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] + [-k|--keep-going] [-s|--silent|--quiet] goals --help @@ -26,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 @@ -70,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 @@ -93,6 +90,15 @@ 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<-k> + +=item B<--keep-going> + +Continue as much as possible after an error. The target that failed +and anything that depends on that target (recursively) will fail and +the program as a whole will still exit with an error, but as many +targets as can be built will be built. + =item B<-s> =item B<--silent> @@ -106,7 +112,7 @@ turning all S> sections into S> sections. =head1 SEE ALSO -L, L, L. +L, L. =head1 AUTHORS