File: upstream-typo-doc-plugins.patch

package info (click to toggle)
texmacs 1%3A2.1.4%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 145,080 kB
  • sloc: cpp: 227,393; lisp: 197,386; ansic: 5,395; python: 1,939; makefile: 1,065; sh: 781; perl: 339; xml: 100; awk: 36
file content (77 lines) | stat: -rw-r--r-- 2,644 bytes parent folder | download | duplicates (2)
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
Description: upstream: typo: doc on plugins
 Correct a typo spotted by hand in Sections 13.4-5:
 plugins material must be recurcively copy neither in
 `$TEXMACS_PATH/progs` nor `$TEXMACS_HOME_PATH/progs`
 but in `$TEXMACS_PATH/plugins` or `$TEXMACS_HOME_PATH/plugins`.
Origin: vendor, Debian
Forwarded: https://github.com/texmacs/texmacs/pull/100
Author: Jerome Benoit <calculus@rezozer.net>
Last-Update: 2024-08-22

--- a/TeXmacs/doc/devel/plugin/plugin-binary.en.tm
+++ b/TeXmacs/doc/devel/plugin/plugin-binary.en.tm
@@ -30,7 +30,7 @@
     \ \ \ \ $TEXMACS_PATH/examples/plugins/minimal
   </verbatim>
 
-  to <verbatim|$TEXMACS_PATH/progs> or <verbatim|$TEXMACS_HOME_PATH/progs>.
+  to <verbatim|$TEXMACS_PATH/plugins> or <verbatim|$TEXMACS_HOME_PATH/plugins>.
   Next, running the <verbatim|Makefile> using
 
   <\verbatim>
@@ -97,4 +97,4 @@
     <associate|par-width|150mm>
     <associate|sfactor|4>
   </collection>
-</initial>
\ No newline at end of file
+</initial>
--- a/TeXmacs/doc/devel/plugin/plugin-binary.de.tm
+++ b/TeXmacs/doc/devel/plugin/plugin-binary.de.tm
@@ -29,8 +29,8 @@
     \ \ \ \ $TEXMACS_PATH/examples/plugins/minimal
   </verbatim>
 
-  rekursiv in das Verzeichnis <verbatim|$TEXMACS_PATH/progs> kopieren oder in
-  das Verzeichnis <verbatim|$TEXMACS_HOME_PATH/progs>. Danach mssen Sie in
+  rekursiv in das Verzeichnis <verbatim|$TEXMACS_PATH/plugins> kopieren oder in
+  das Verzeichnis <verbatim|$TEXMACS_HOME_PATH/plugins>. Danach mssen Sie in
   dem Verzeichnis minimal den Befehl
 
   <\verbatim>
@@ -88,4 +88,4 @@
   <\collection>
     <associate|language|german>
   </collection>
-</initial>
\ No newline at end of file
+</initial>
--- a/TeXmacs/doc/devel/plugin/plugin-binary.it.tm
+++ b/TeXmacs/doc/devel/plugin/plugin-binary.it.tm
@@ -31,7 +31,7 @@
     \ \ \ \ $TEXMACS_PATH/examples/plugins/minimal
   </verbatim>
 
-  in <verbatim|$TEXMACS_PATH/progs> o in <verbatim|$TEXMACS_HOME_PATH/progs>.
+  in <verbatim|$TEXMACS_PATH/plugins> o in <verbatim|$TEXMACS_HOME_PATH/plugins>.
   Quindi si esegue <verbatim|Makefile> utilizzando
 
   <\verbatim>
--- a/TeXmacs/doc/devel/plugin/plugin-python.en.tm
+++ b/TeXmacs/doc/devel/plugin/plugin-python.en.tm
@@ -28,7 +28,7 @@
     \ \ \ \ $TEXMACS_PATH/examples/plugins/pyminimal
   </verbatim>
 
-  to <verbatim|$TEXMACS_PATH/progs> or <verbatim|$TEXMACS_HOME_PATH/progs>.
+  to <verbatim|$TEXMACS_PATH/plugins> or <verbatim|$TEXMACS_HOME_PATH/plugins>.
 
   When relaunching <TeXmacs>, the plug-in should now be automatically
   recognized.
@@ -187,4 +187,4 @@
 </body>
 
 <initial|<\collection>
-</collection>>
\ No newline at end of file
+</collection>>