diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-05-12 06:51:27 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-05-12 06:51:27 -0700 |
commit | f95f4a97097813bd2cb5a6ccaf9a0b851ad075a4 (patch) | |
tree | dcf323afdf79adfaf2e5c94d35e39582aeccab4e | |
parent | 60f8d42f1928b91feaa9b027a3494c17f8ea958a (diff) | |
download | txr-f95f4a97097813bd2cb5a6ccaf9a0b851ad075a4.tar.gz txr-f95f4a97097813bd2cb5a6ccaf9a0b851ad075a4.tar.bz2 txr-f95f4a97097813bd2cb5a6ccaf9a0b851ad075a4.zip |
doc: show .tlo files in deployment example.
* txr.1: The example deployment structure shows only .tl
files. Add a .tlo in there.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -79837,6 +79837,7 @@ its own location, according to this directory structure: .verb /path/to/sysroot/bin/txr .../share/txr/stdlib/cadr.tl + .../stdlib/cadr.tlo .../stdlib/except.tl ... .brev @@ -79853,6 +79854,7 @@ the following structure is expected: .verb /path/to/installation/txr .../share/txr/stdlib/cadr.tl + .../share/txr/stdlib/cadr.tlo .../share/txr/stdlib/except.tl ... .brev |