summaryrefslogtreecommitdiffstats
path: root/development/asl
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-10-12 20:50:38 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-17 09:38:49 +0700
commit3e313a14f3e8fdde021339e61760002749290409 (patch)
tree4009d2671822dde52c1983a5b83febaa5aa2d8a4 /development/asl
parentfa2ef99f5fb263901c5e72b1a43fdc6d6ecf9367 (diff)
downloadslackbuilds-3e313a14f3e8fdde021339e61760002749290409.tar.gz
slackbuilds-3e313a14f3e8fdde021339e61760002749290409.tar.xz
development/asl: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/asl')
-rw-r--r--development/asl/README22
1 files changed, 12 insertions, 10 deletions
diff --git a/development/asl/README b/development/asl/README
index b44b3c43f3..fb95769c32 100644
--- a/development/asl/README
+++ b/development/asl/README
@@ -1,10 +1,11 @@
asl (portable macro cross assembler)
-ASL is a portable macro cross assembler for a variety of microprocessors
-and microcontrollers. Though it is mainly targeted at embedded processors
-and single-board computers, there are also CPU families in the target
-list that are used in workstations and PCs. For a full list of targets,
-see: http://john.ccac.rwth-aachen.de:8000/as/as_EN.html#sect_1_2_
+ASL is a portable macro cross assembler for a variety of
+microprocessors and microcontrollers. Though it is mainly
+targeted at embedded processors and single-board computers,
+there are also CPU families in the target list that are used
+in workstations and PCs. For a full list of targets, see:
+http://john.ccac.rwth-aachen.de:8000/as/as_EN.html#sect_1_2_
Note: The source downloaded is a snapshot. There hasn't been an ASL
release since 1999, although development snapshots are still released
@@ -18,8 +19,9 @@ its log and error messages. By default, ISO-8859-1 is used.
TESTS=no - Don't run ASL's test suite. This should only be used on slow
systems to save building time.
-DOCTYPES - ASL's documentation can be installed as HTML, PDF, PostScript,
-and/or plain text. DOCTYPES is a space-separated list of formats, which
-may include any of: html pdf ps txt. The default is "html". If you plan
-to print a copy of the docs, you might want e.g. DOCTYPES="html pdf".
-All formats are installed to /usr/doc/asl-$VERSION/, as usual.
+DOCTYPES - ASL's documentation can be installed as HTML, PDF,
+PostScript, and/or plain text. DOCTYPES is a space-separated
+list of formats, which may include any of: html pdf ps txt. The
+default is "html". If you plan to print a copy of the docs, you
+might want e.g. DOCTYPES="html pdf". All formats are installed to
+/usr/doc/asl-$VERSION/, as usual.