implemented "M-`" in TTY mode
[sxed.git] / Jamrules.install
bloba5b60454d39d1caca5709b858f745e85766ccec5
1 # binary
2 InstallBin bin : sxedit ;
4 if [ HasRule InstallBinLink ] {
5   InstallBinLink bin : sxrun : sxedit ;
6   if $(USE_X11_BACKEND) {
7     InstallBinLink bin : sxedit_x11 : sxedit ;
8   }
9   if $(USE_TTY_BACKEND) {
10     InstallBinLink bin : sxedit_tty : sxedit ;
11   }
14 # man
15 InstallMan man :
16   $(TOP)/docs/sxedit.1
19 # docs
20 InstallFile share/doc/sxeditor :
21   $(TOP)/docs/code_of_conduct.txt
22   $(TOP)/docs/gplupgrade.txt
23   $(TOP)/docs/sxedit.txt
24   $(TOP)/docs/sxh_syntax_files.txt
25   $(TOP)/COPYING
28 InstallFile share/doc/sxeditor/seduced :
29   $(TOP)/src/libseduced/seduced.txt
32 InstallFile share/doc/sxeditor/seduced/libs :
33   $(TOP)/docs/seduced/CHANGES
34   $(TOP)/docs/seduced/NOTES
35   $(TOP)/docs/seduced/bits.txt
36   $(TOP)/docs/seduced/io.txt
37   $(TOP)/docs/seduced/lpat.txt
38   $(TOP)/docs/seduced/sq3.txt
39   $(TOP)/docs/seduced/stdlib.txt
40   $(TOP)/docs/seduced/unix.txt
43 InstallFile share/doc/sxeditor/seduced/samples :
44   $(TOP)/docs/seduced/samples/calleval.nas
45   $(TOP)/docs/seduced/samples/sample.nas
49 # ignore lists
50 InstallFile share/sxeditor/config :
51   $(TOP)/config/default.sxed.ignore
54 # keybinds
55 InstallFile share/sxeditor/config/keybinds :
56   [ Glob $(TOP)/config/keybinds : "*.skb" : files-only full-path ]
59 # default styles
60 InstallFile share/sxeditor/config/styles :
61   [ Glob $(TOP)/config/styles : "*.sxs" : files-only full-path ]
63 # default style includes
64 InstallFile share/sxeditor/config/styles/defaults :
65   [ Glob $(TOP)/config/styles/defaults : "*.sxs" : files-only full-path ]
67 # default style includes
68 InstallFile share/sxeditor/config/styles/defaults/syntax :
69   [ Glob $(TOP)/config/styles/defaults/syntax : "*.sxs" : files-only full-path ]
71 # default style includes
72 InstallFile share/sxeditor/config/styles/defaults/popups :
73   [ Glob $(TOP)/config/styles/defaults/popups : "*.sxs" : files-only full-path ]
76 # syntax
77 InstallFile share/sxeditor/config/syntax :
78   [ Glob $(TOP)/config/syntax : "*.sxh" : files-only full-path ]
80 # syntax includes
81 InstallFile share/sxeditor/config/syntax/inc :
82   [ Glob $(TOP)/config/syntax/inc : "*.sxi" : files-only full-path ]
84 # syntax includes
85 InstallFile share/sxeditor/config/syntax/inc/php :
86   [ Glob $(TOP)/config/syntax/inc/php : "*.sxi" : files-only full-path ]
89 # sex
90 InstallFile share/sxeditor/config/sex :
91   [ Glob $(TOP)/config/sex : "*.sex" : files-only full-path ]
94 # sex standalone utils
95 InstallFile share/sxeditor/config/sex/standalone_utils :
96   [ Glob $(TOP)/config/sex/standalone_utils : "*.sex" : files-only full-path ]
99 # sex output parsers
100 InstallFile share/sxeditor/config/sex/outparsers :
101   [ Glob $(TOP)/config/sex/outparsers : "*.sex" : files-only full-path ]
104 # sex external command detectors
105 InstallFile share/sxeditor/config/sex/extdetect :
106   [ Glob $(TOP)/config/sex/extdetect : "*.sex" : files-only full-path ]
109 # sex modules
110 # util/exec
111 InstallFile share/sxeditor/config/sex/modules/util/exec :
112   [ Glob $(TOP)/config/sex/modules/util/exec : "*.sex" : files-only full-path ]
114 # code folder
115 InstallFile share/sxeditor/config/sex/modules/folding :
116   [ Glob $(TOP)/config/sex/modules/folding : "*.sex" : files-only full-path ]
118 # code folder
119 InstallFile share/sxeditor/config/sex/modules/formsui :
120   [ Glob $(TOP)/config/sex/modules/formsui : "*.sex" : files-only full-path ]
122 # kill spaces
123 InstallFile share/sxeditor/config/sex/modules/killspaces :
124   [ Glob $(TOP)/config/sex/modules/killspaces : "*.sex" : files-only full-path ]
126 # lowercase words
127 InstallFile share/sxeditor/config/sex/modules/locaseword :
128   [ Glob $(TOP)/config/sex/modules/locaseword : "*.sex" : files-only full-path ]
130 # minibuffer history
131 InstallFile share/sxeditor/config/sex/modules/mb_history :
132   [ Glob $(TOP)/config/sex/modules/mb_history : "*.sex" : files-only full-path ]
134 # Oberon support
135 InstallFile share/sxeditor/config/sex/modules/oberon :
136   [ Glob $(TOP)/config/sex/modules/oberon : "*.sex" : files-only full-path ]
138 # format paragraph
139 InstallFile share/sxeditor/config/sex/modules/parafmt :
140   [ Glob $(TOP)/config/sex/modules/parafmt : "*.sex" : files-only full-path ]
142 # run "man" command
143 InstallFile share/sxeditor/config/sex/modules/runman :
144   [ Glob $(TOP)/config/sex/modules/runman : "*.sex" : files-only full-path ]
146 # urasm helper
147 InstallFile share/sxeditor/config/sex/modules/urasm :
148   [ Glob $(TOP)/config/sex/modules/urasm : "*.sex" : files-only full-path ]
150 # z80 help system
151 InstallFile share/sxeditor/config/sex/modules/z80help :
152   [ Glob $(TOP)/config/sex/modules/z80help : "*.sex" : files-only full-path ]
155 # postload initialisers
156 InstallFile share/sxeditor/config/sex/extdetect :
157   [ Glob $(TOP)/config/sex/postload : "*.sex" : files-only full-path ]
160 # sex autoload
161 InstallFile share/sxeditor/config/sex/appeal :
162   [ Glob $(TOP)/config/sex/appeal : "*.sex" : files-only full-path ]