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 | 39fd22da1cffe25dd0772eb100314b5640eaa0e5 (patch) | |
tree | dcf323afdf79adfaf2e5c94d35e39582aeccab4e | |
parent | 722a6ca9a69cdd0a463d48af5380af19fd9779fc (diff) | |
download | txr-39fd22da1cffe25dd0772eb100314b5640eaa0e5.tar.gz txr-39fd22da1cffe25dd0772eb100314b5640eaa0e5.tar.bz2 txr-39fd22da1cffe25dd0772eb100314b5640eaa0e5.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 |