summaryrefslogtreecommitdiffstats
path: root/development/jam
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-10-13 00:18:46 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-17 09:39:14 +0700
commitd2c09accac46ac568a45f60c4ade395eab44dd20 (patch)
tree3800f5539266785138fbbf6f0586fbeaee589251 /development/jam
parent5689ba728b0ac52fe2dbd5d45952c6c430f781ec (diff)
downloadslackbuilds-d2c09accac46ac568a45f60c4ade395eab44dd20.tar.gz
slackbuilds-d2c09accac46ac568a45f60c4ade395eab44dd20.tar.xz
development/jam: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jam')
-rw-r--r--development/jam/README12
1 files changed, 6 insertions, 6 deletions
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.