1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
|
Description: Fix the paths to the images.
Forwarded: not-needed
Author: Peter Pentchev <roam@ringlet.net>
Last-Update: 2021-12-30
--- a/doc/mdk_gmixvm.texi
+++ b/doc/mdk_gmixvm.texi
@@ -66,11 +66,11 @@
debug your MIX programs.
@ifinfo
-@image{img/ss_mix, 400pt}
+@image{/usr/share/doc/mdk-doc/html/img/ss_mix, 400pt}
@end ifinfo
@ifhtml
-@image{img/ss_mix, 400pt}
+@image{/usr/share/doc/mdk-doc/html/img/ss_mix, 400pt}
@end ifhtml
Apart from the menu and status bars, we can distinguish two zones (or
@@ -98,7 +98,7 @@
Here is an screenshot showing how @code{gmixvm} looks like when running
with a couple of detached windows:
-@image{img/ss_split, 420pt}
+@image{/usr/share/doc/mdk-doc/html/img/ss_split, 420pt}
@end ifhtml
@@ -178,7 +178,7 @@
@ifhtml
The next figure shows the enter word dialog.
-@image{img/ss_worddlg, 250pt}
+@image{/usr/share/doc/mdk-doc/html/img/ss_worddlg, 250pt}
@end ifhtml
@@ -203,7 +203,7 @@
the currently loaded MIX file.
@ifhtml
-@image{img/ss_mixal, 400pt}
+@image{/usr/share/doc/mdk-doc/html/img/ss_mixal, 400pt}
@end ifhtml
The information is presented in four columns. The first column
@@ -228,7 +228,7 @@
@ifhtml
-@image{img/ss_devices, 400pt}
+@image{/usr/share/doc/mdk-doc/html/img/ss_devices, 400pt}
@end ifhtml
@@ -303,7 +303,7 @@
@ifhtml
-@image{img/ss_symbols, 250pt}
+@image{/usr/share/doc/mdk-doc/html/img/ss_symbols, 250pt}
@end ifhtml
@@ -335,7 +335,7 @@
the contents of MIX binary block devices.
@ifhtml
-@image{img/ss_devform, 250pt}
+@image{/usr/share/doc/mdk-doc/html/img/ss_devform, 250pt}
@end ifhtml
The available formats are decimal (e.g. @w{-1234}) and MIX word
@@ -347,7 +347,7 @@
stored (@file{~/.mdk} is the default location).
@ifhtml
-@image{img/ss_devdir, 250pt}
+@image{/usr/share/doc/mdk-doc/html/img/ss_devdir, 250pt}
@end ifhtml
You can also specify the devices directory using the @code{mixvm}
@@ -360,7 +360,7 @@
for editing and compiling MIXAL source files.
@ifhtml
-@image{img/ss_extprog, 250pt}
+@image{/usr/share/doc/mdk-doc/html/img/ss_extprog, 250pt}
@end ifhtml
The commands are specified as template strings, where the control
|