From 39fd22da1cffe25dd0772eb100314b5640eaa0e5 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 12 May 2021 06:51:27 -0700 Subject: doc: show .tlo files in deployment example. * txr.1: The example deployment structure shows only .tl files. Add a .tlo in there. --- txr.1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/txr.1 b/txr.1 index 9f8dc04f..8394eb14 100644 --- a/txr.1 +++ b/txr.1 @@ -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 -- cgit v1.2.3