diff --git a/development/jam/README b/development/jam/README index 3709eb4521..1dedafc9b3 100644 --- a/development/jam/README +++ b/development/jam/README @@ -1,8 +1,8 @@ Jam - Make(1) Redux -Jam is a program construction tool, like make(1). Jam recursively builds -target files from source files, using dependency information and updating -actions expressed in the Jambase file, which is written in jam's own -interpreted language. The default Jambase is compiled into jam and -provides a boilerplate for common use, relying on a user-provide file -"Jamfile" to enumerate actual targets and sources. +Jam is a program construction tool, like make(1). Jam recursively +builds target files from source files, using dependency information +and updating actions expressed in the Jambase file, which is written +in jam's own interpreted language. The default Jambase is compiled +into jam and provides a boilerplate for common use, relying on a +user-provide file "Jamfile" to enumerate actual targets and sources.