about summary refs log tree commit diff stats
path: root/manual.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual.tex')
-rw-r--r--manual.tex27
1 files changed, 14 insertions, 13 deletions
diff --git a/manual.tex b/manual.tex
index a61421b..a35e9f0 100644
--- a/manual.tex
+++ b/manual.tex
@@ -305,19 +305,20 @@ set MSYSTEM=MINGW64
 		@noindent
 		This is the general layout that the Makefile defaults to:
 		@example
-├── bin
-│   └── setup-dscip (setup.sh)
-└── share
-    ├── charadon
-    │   └── dscip
-    │       ├── build.sh
-    │       ├── config.sh
-    │       ├── dscip
-    │       ├── failed.sh
-    │       ├── post.sh
-    │       └── pre.sh
-    └── info
-        └── dscip.info.gz
+.
+|-- bin
+|   `-- setup-dscip (setup.sh)
+`-- share
+    |-- charadon
+    |   `-- dscip
+    |       |-- build.sh
+    |       |-- config.sh
+    |       |-- dscip
+    |       |-- failed.sh
+    |       |-- post.sh
+    |       `-- pre.sh
+    `-- info
+        `-- dscip.info.gz
 		@end example
 		@*
 		@noindent