about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-10-05 19:24:27 -0400
committerCharadon <dev@iotib.net>2022-10-05 19:24:27 -0400
commitdefc744ef6bdbf6696336b790afbfe3082b97cfd (patch)
tree86ceef4692649e1e1d39f2ee955f12ffa9f36aa1
parent39fdd708d9e83f5834b399046b99fc51560fa7d9 (diff)
downloaddscip-defc744ef6bdbf6696336b790afbfe3082b97cfd.tar.gz
manual.tex: Changed lines in Packaging section to ASCII
-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