]> git.lyx.org Git - lyx.git/blob - lib/Makefile.am
Further translations of French Additional manual
[lyx.git] / lib / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 SUBDIRS = doc lyx2lyx
4
5 CHMOD = chmod
6
7 EXTRA_DIST = examples/CMakeLists.txt scripts/CMakeLists.txt examples/README.new_examples
8
9 dist_pkgdata_DATA = CREDITS autocorrect chkconfig.ltx \
10         encodings layouttranslations languages latexfonts RELEASE-NOTES \
11         symbols syntax.default unicodesymbols
12
13 # We use DATA now instead of PYTHON because automake 1.11.2 complains.
14 # Note that we "chmod 755" manually this file in install-data-hook.
15 dist_pkgdata_DATA += configure.py
16
17 dist_noinst_DATA = \
18         fonts/test/check_glyphs.lyx \
19         images/README \
20         images/font-smallcaps.svgz \
21         images/math/deco.svgz \
22         images/math/delim0.svgz \
23         images/math/delim1.svgz \
24         images/math/delim.svgz \
25         images/math/dots.svgz \
26         images/math/font.svgz
27
28 debinddir = $(pkgdatadir)/bind/de
29 dist_debind_DATA = \
30         bind/de/menus.bind
31
32 hebinddir = $(pkgdatadir)/bind/he
33 dist_hebind_DATA = \
34         bind/he/cua.bind
35
36 rubinddir = $(pkgdatadir)/bind/ru
37 dist_rubind_DATA = \
38         bind/ru/menus.bind
39
40 skbinddir = $(pkgdatadir)/bind/sk
41 dist_skbind_DATA = \
42         bind/sk/menus.bind
43
44 binddir = $(pkgdatadir)/bind
45 dist_bind_DATA = \
46         bind/broadway.bind \
47         bind/cua.bind \
48         bind/cyrkeys.bind \
49         bind/emacs.bind \
50         bind/greekkeys.bind \
51         bind/hollywood.bind \
52         bind/latinkeys.bind \
53         bind/mac.bind \
54         bind/math.bind \
55         bind/menus.bind \
56         bind/sciword.bind \
57         bind/site.bind \
58         bind/xemacs.bind \
59         bind/aqua.bind
60
61 commandsdir = $(pkgdatadir)/commands
62 dist_commands_DATA = \
63         commands/default.def
64
65 arexamplesdir = $(pkgdatadir)/examples/ar
66 dist_arexamples_DATA = \
67         examples/ar/Welcome.lyx
68
69 caexamplesdir = $(pkgdatadir)/examples/ca
70 dist_caexamples_DATA = \
71         examples/ca/Example_%28LyXified%29.lyx \
72         examples/ca/Example_%28raw%29.lyx \
73         examples/ca/Welcome.lyx
74
75 cainsetexamplesdir = $(pkgdatadir)/examples/ca/Graphics_and_Insets
76 dist_cainsetexamples_DATA = \
77         examples/ca/Graphics_and_Insets/Itemize_Bullets.lyx
78
79 csexamplesdir = $(pkgdatadir)/examples/cs
80 dist_csexamples_DATA = \
81         examples/cs/Welcome.lyx \
82         examples/cs/Example_%28LyXified%29.lyx \
83         examples/cs/Example_%28raw%29.lyx
84
85 daexamplesdir = $(pkgdatadir)/examples/da
86 dist_daexamples_DATA = \
87         examples/da/Welcome.lyx
88
89 deexamplesdir = $(pkgdatadir)/examples/de
90 dist_deexamples_DATA = \
91         examples/de/Example_%28LyXified%29.lyx \
92         examples/de/Example_%28raw%29.lyx \
93         examples/de/Welcome.lyx
94
95 decvexamplesdir = $(pkgdatadir)/examples/de/Curricula_Vitae
96 dist_decvexamples_DATA = \
97         examples/de/Curricula_Vitae/Europass_CV_%282013%29.lyx \
98         examples/de/Curricula_Vitae/Simple_CV.lyx
99
100 dehandoutexamplesdir = $(pkgdatadir)/examples/de/Handouts
101 dist_dehandoutexamples_DATA = \
102         examples/de/Handouts/Tufte_Handout.lyx
103
104 deinsetexamplesdir = $(pkgdatadir)/examples/de/Graphics_and_Insets
105 dist_deinsetexamples_DATA = \
106         examples/de/Graphics_and_Insets/Itemize_Bullets.lyx \
107         examples/de/Graphics_and_Insets/Feynman_Diagrams.lyx
108
109 deletterexamplesdir = $(pkgdatadir)/examples/de/Letters
110 dist_deletterexamples_DATA = \
111         examples/de/Letters/addressExample.adr \
112         examples/de/Letters/Serial_Letter_1.lyx \
113         examples/de/Letters/Serial_Letter_2.lyx \
114         examples/de/Letters/Serial_Letter_3.lyx
115
116 depresentationexamplesdir = $(pkgdatadir)/examples/de/Presentations
117 dist_depresentationexamples_DATA = \
118         examples/de/Presentations/Beamer.lyx \
119         examples/de/Presentations/Beamer_Article_%28Standard_Class%29.lyx
120
121 demoduleexamplesdir = $(pkgdatadir)/examples/de/Modules
122 dist_demoduleexamples_DATA = \
123         examples/de/Modules/Braille.lyx \
124         examples/de/Modules/Linguistics.lyx \
125         examples/de/Modules/Multilingual_Captions.lyx \
126         examples/de/Modules/PDF_Comments.lyx \
127         examples/de/Modules/PDF_Form.lyx
128
129 elexamplesdir = $(pkgdatadir)/examples/el
130 dist_elexamples_DATA = \
131         examples/el/Welcome.lyx
132
133 esexamplesdir = $(pkgdatadir)/examples/es
134 dist_esexamples_DATA = \
135         examples/es/Example_%28LyXified%29.lyx \
136         examples/es/Example_%28raw%29.lyx \
137         examples/es/Welcome.lyx
138
139 esbookexamplesdir = $(pkgdatadir)/examples/es/Books
140 dist_esbookexamples_DATA = \
141         examples/es/Books/Tufte_Book.lyx
142
143 escvexamplesdir = $(pkgdatadir)/examples/es/Curricula_Vitae
144 dist_escvexamples_DATA = \
145         examples/es/Curricula_Vitae/Europe_CV.lyx \
146         examples/es/Curricula_Vitae/Modern_CV.lyx
147
148 eshandoutexamplesdir = $(pkgdatadir)/examples/es/Handouts
149 dist_eshandoutexamples_DATA = \
150         examples/es/Handouts/Tufte_Handout.lyx
151
152 esinsetexamplesdir = $(pkgdatadir)/examples/es/Graphics_and_Insets
153 dist_esinsetexamples_DATA = \
154         examples/es/Graphics_and_Insets/Itemize_Bullets.lyx
155
156 esmoduleexamplesdir = $(pkgdatadir)/examples/es/Modules
157 dist_esmoduleexamples_DATA = \
158         examples/es/Modules/Braille.lyx \
159         examples/es/Modules/Linguistics.lyx
160
161 euexamplesdir = $(pkgdatadir)/examples/eu
162 dist_euexamples_DATA = \
163         examples/eu/Example_%28LyXified%29.lyx \
164         examples/eu/Example_%28raw%29.lyx
165         examples/eu/Welcome.lyx
166
167 faexamplesdir = $(pkgdatadir)/examples/fa
168 dist_faexamples_DATA = \
169         examples/fa/Welcome.lyx
170
171 frexamplesdir = $(pkgdatadir)/examples/fr
172 dist_frexamples_DATA = \
173         examples/fr/Example_%28LyXified%29.lyx \
174         examples/fr/Example_%28raw%29.lyx \
175         examples/fr/Welcome.lyx
176
177 frcvexamplesdir = $(pkgdatadir)/examples/fr/Curricula_Vitae
178 dist_frcvexamples_DATA = \
179         examples/fr/Curricula_Vitae/Simple_CV.lyx
180
181 frinsetexamplesdir = $(pkgdatadir)/examples/fr/Graphics_and_Insets
182 dist_frinsetexamples_DATA = \
183         examples/fr/Graphics_and_Insets/Itemize_Bullets.lyx \
184         examples/fr/Graphics_and_Insets/Feynman_Diagrams.lyx \
185         examples/fr/Graphics_and_Insets/XY-Figure.lyx \
186         examples/fr/Graphics_and_Insets/xyfigure.png \
187         examples/fr/Graphics_and_Insets/XY-Pic.lyx
188
189 frmoduleexamplesdir = $(pkgdatadir)/examples/fr/Modules
190 dist_frmoduleexamples_DATA = \
191         examples/fr/Modules/Braille.lyx \
192         examples/fr/Modules/Linguistics.lyx \
193         examples/fr/Modules/Multilingual_Captions.lyx \
194         examples/fr/Modules/PDF_Comments.lyx
195
196 frpresentationexamplesdir = $(pkgdatadir)/examples/fr/Presentations
197 dist_frpresentationexamples_DATA = \
198         examples/fr/Presentations/Beamer.lyx \
199         examples/fr/Presentations/Beamer_Article_%28Standard_Class%29.lyx \
200         examples/fr/Presentations/Foils.lyx \
201         examples/fr/Presentations/Powerdot.lyx \
202         examples/fr/Presentations/Seminar.lyx
203
204 glexamplesdir = $(pkgdatadir)/examples/gl
205 dist_glexamples_DATA = \
206         examples/gl/Example_%28LyXified%29.lyx \
207         examples/gl/Example_%28raw%29.lyx \
208         examples/gl/Welcome.lyx
209
210 heexamplesdir = $(pkgdatadir)/examples/he
211 dist_heexamples_DATA = \
212         examples/he/Example_%28LyXified%29.lyx \
213         examples/he/Example_%28raw%29.lyx \
214         examples/he/Welcome.lyx
215
216 huexamplesdir = $(pkgdatadir)/examples/hu
217 dist_huexamples_DATA = \
218         examples/hu/Example_%28LyXified%29.lyx \
219         examples/hu/Example_%28raw%29.lyx \
220         examples/hu/Welcome.lyx
221
222 idexamplesdir = $(pkgdatadir)/examples/id
223 dist_idexamples_DATA = \
224         examples/id/Welcome.lyx
225
226 itexamplesdir = $(pkgdatadir)/examples/it
227 dist_itexamples_DATA = \
228         examples/it/Welcome.lyx
229
230 itinsetexamplesdir = $(pkgdatadir)/examples/it/Graphics_and_Insets
231 dist_itinsetexamples_DATA = \
232         examples/it/Graphics_and_Insets/Itemize_Bullets.lyx
233
234 jaexamplesdir = $(pkgdatadir)/examples/ja
235 dist_jaexamples_DATA = \
236         examples/ja/Welcome.lyx
237
238 jaarticleexamplesdir = $(pkgdatadir)/examples/ja/Articles
239 dist_jaarticleexamples_DATA = \
240         examples/ja/Articles/Japanese_Article_%28JLReq_Class%29.lyx
241
242 jainsetexamplesdir = $(pkgdatadir)/examples/ja/Graphics_and_Insets
243 dist_jainsetexamples_DATA = \
244         examples/ja/Graphics_and_Insets/Feynman_Diagrams.lyx \
245         examples/ja/Graphics_and_Insets/xyfigure.png \
246         examples/ja/Graphics_and_Insets/XY-Pic.lyx
247
248 jamoduleexamplesdir = $(pkgdatadir)/examples/ja/Modules
249 dist_jamoduleexamples_DATA = \
250         examples/ja/Modules/Braille.lyx \
251         examples/ja/Modules/LilyPond_Book.lyx \
252         examples/ja/Modules/Linguistics.lyx \
253         examples/ja/Modules/Multilingual_Captions.lyx \
254         examples/ja/Modules/Rnw_%28knitr%29.lyx \
255         examples/ja/Modules/Sweave.lyx
256
257 japresentationexamplesdir = $(pkgdatadir)/examples/ja/Presentations
258 dist_japresentationexamples_DATA = \
259         examples/ja/Presentations/Beamer.lyx
260
261 koexamplesdir = $(pkgdatadir)/examples/ko
262 dist_koexamples_DATA = \
263         examples/ko/Welcome.lyx
264
265 kolanguageexamplesdir = $(pkgdatadir)/examples/ko/Language_Support
266 dist_kolanguageexamples_DATA = \
267         examples/ko/Language_Support/Writing_Korean_with_CJK-ko.lyx
268
269 nbexamplesdir = $(pkgdatadir)/examples/nb
270 dist_nbexamples_DATA = \
271         examples/nb/Example_%28LyXified%29.lyx \
272         examples/nb/Example_%28raw%29.lyx \
273         examples/nb/Welcome.lyx
274
275 nlexamplesdir = $(pkgdatadir)/examples/nl
276 dist_nlexamples_DATA = \
277         examples/nl/Example_%28LyXified%29.lyx \
278         examples/nl/Example_%28raw%29.lyx \
279         examples/nl/Welcome.lyx
280
281 nlinsetexamplesdir = $(pkgdatadir)/examples/nl/Graphics_and_Insets
282 dist_nlinsetexamples_DATA = \
283         examples/nl/Graphics_and_Insets/Itemize_Bullets.lyx
284
285 plexamplesdir = $(pkgdatadir)/examples/pl
286 dist_plexamples_DATA = \
287         examples/pl/Welcome.lyx
288
289 pt_BRexamplesdir = $(pkgdatadir)/examples/pt_BR
290 dist_pt_BRexamples_DATA = \
291         examples/pt_BR/Welcome.lyx
292
293 pt_PTexamplesdir = $(pkgdatadir)/examples/pt_PT
294 dist_pt_PTexamples_DATA = \
295         examples/pt_PT/Welcome.lyx
296
297 roexamplesdir = $(pkgdatadir)/examples/ro
298 dist_roexamples_DATA = \
299         examples/ro/Welcome.lyx
300
301 ruexamplesdir = $(pkgdatadir)/examples/ru
302 dist_ruexamples_DATA = \
303         examples/ru/Example_%28LyXified%29.lyx \
304         examples/ru/Example_%28raw%29.lyx \
305         examples/ru/Welcome.lyx
306
307 ruinsetexamplesdir = $(pkgdatadir)/examples/ru/Graphics_and_Insets
308 dist_ruinsetexamples_DATA = \
309         examples/ru/Graphics_and_Insets/XY-Figure.lyx \
310         examples/ru/Graphics_and_Insets/xyfigure.png \
311         examples/ru/Graphics_and_Insets/XY-Pic.lyx
312
313 rumoduleexamplesdir = $(pkgdatadir)/examples/ru/Modules
314 dist_rumoduleexamples_DATA = \
315         examples/ru/Modules/Fancy_Colored_Boxes.lyx
316
317 rupresentationexamplesdir = $(pkgdatadir)/examples/ru/Presentations
318 dist_rupresentationexamples_DATA = \
319         examples/ru/Presentations/Beamer.lyx \
320         examples/ru/Presentations/Beamer_Article_%28Standard_Class%29.lyx
321
322 slexamplesdir = $(pkgdatadir)/examples/sl
323 dist_slexamples_DATA = \
324         examples/sl/Example_%28LyXified%29.lyx \
325         examples/sl/Example_%28raw%29.lyx \
326         examples/sl/Welcome.lyx
327
328 skexamplesdir = $(pkgdatadir)/examples/sk
329 dist_skexamples_DATA = \
330         examples/sk/Welcome.lyx
331
332 srexamplesdir = $(pkgdatadir)/examples/sr
333 dist_srexamples_DATA = \
334         examples/sr/Welcome.lyx
335
336 srmoduleexamplesdir = $(pkgdatadir)/examples/sr/Modules
337 dist_srmoduleexamples_DATA = \
338         examples/sr/Modules/Braille.lyx
339
340 svexamplesdir = $(pkgdatadir)/examples/sv
341 dist_svexamples_DATA = \
342         examples/sv/Welcome.lyx
343
344 thesistemplatesdir = $(pkgdatadir)/templates/Theses
345 dist_thesistemplates_DATA =
346
347 phdthesistemplatesdir = $(pkgdatadir)/templates/Theses/PhD_Thesis
348 dist_phdthesistemplates_DATA = \
349         templates/Theses/PhD_Thesis/Acknowledgments.lyx \
350         templates/Theses/PhD_Thesis/alpha.bst \
351         templates/Theses/PhD_Thesis/Appendix.lyx \
352         templates/Theses/PhD_Thesis/Bibliography.lyx \
353         templates/Theses/PhD_Thesis/Chapter_1.lyx \
354         templates/Theses/PhD_Thesis/Chapter_2.lyx \
355         templates/Theses/PhD_Thesis/Main_File.lyx \
356         templates/Theses/PhD_Thesis/Summary.lyx \
357         templates/Theses/PhD_Thesis/thesisExample.bib
358
359 ukexamplesdir = $(pkgdatadir)/examples/uk
360 dist_ukexamples_DATA = \
361         examples/uk/Welcome.lyx
362
363 examplesdir = $(pkgdatadir)/examples
364 dist_examples_DATA = \
365         examples/biblioExample.bib \
366         examples/Example_%28LyXified%29.lyx \
367         examples/Example_%28raw%29.lyx \
368         examples/Welcome.lyx
369
370 articleexamplesdir = $(pkgdatadir)/examples/Articles
371 dist_articleexamples_DATA = \
372         examples/Articles/Astronomy_%26_Astrophysics.lyx \
373         examples/Articles/American_Astronomical_Society_%28AASTeX_v._6.3.1%29.lyx \
374         examples/Articles/American_Chemical_Society_%28ACS%29.lyx \
375         examples/Articles/American_Mathematical_Society_%28AMS%29.lyx
376
377 articlechessexamplesdir = $(pkgdatadir)/examples/Articles/Chess
378 dist_articlechessexamples_DATA = \
379         examples/Articles/Chess/Game_1.lyx \
380         examples/Articles/Chess/Game_2.lyx
381
382 bookexamplesdir = $(pkgdatadir)/examples/Books
383 dist_bookexamples_DATA = \
384         examples/Books/American_Mathematical_Society_%28AMS%29.lyx \
385         examples/Books/KOMA-Script_Book.lyx \
386         examples/Books/koma-book.bib \
387         examples/Books/koma-book-80x15.png \
388         examples/Books/Recipe_Book.lyx \
389         examples/Books/Tufte_Book.lyx
390
391 booksvmonotemplatesdir = $(pkgdatadir)/templates/Books/Springer_Monographs_%28svmono%29
392 dist_booksvmonotemplates_DATA = \
393         templates/Books/Springer_Monographs_%28svmono%29/00_Main_File.lyx \
394         templates/Books/Springer_Monographs_%28svmono%29/01_Dedication.lyx \
395         templates/Books/Springer_Monographs_%28svmono%29/02_Foreword.lyx \
396         templates/Books/Springer_Monographs_%28svmono%29/03_Preface.lyx \
397         templates/Books/Springer_Monographs_%28svmono%29/04_Acknowledgements.lyx \
398         templates/Books/Springer_Monographs_%28svmono%29/05_Acronym.lyx \
399         templates/Books/Springer_Monographs_%28svmono%29/06_Part.lyx \
400         templates/Books/Springer_Monographs_%28svmono%29/07_Chapter.lyx \
401         templates/Books/Springer_Monographs_%28svmono%29/08_Appendix.lyx \
402         templates/Books/Springer_Monographs_%28svmono%29/09_Glossary.lyx \
403         templates/Books/Springer_Monographs_%28svmono%29/10_Solutions.lyx \
404         templates/Books/Springer_Monographs_%28svmono%29/11_References.lyx
405
406 booksvmulttemplatesdir = $(pkgdatadir)/templates/Books/Springer_Contributed_Books_%28svmult%29
407 dist_booksvmulttemplates_DATA = \
408         templates/Books/Springer_Contributed_Books_%28svmult%29/00_Main_File.lyx \
409         templates/Books/Springer_Contributed_Books_%28svmult%29/01_Dedication.lyx \
410         templates/Books/Springer_Contributed_Books_%28svmult%29/02_Foreword.lyx \
411         templates/Books/Springer_Contributed_Books_%28svmult%29/03_Preface.lyx \
412         templates/Books/Springer_Contributed_Books_%28svmult%29/04_Acknowledgements.lyx \
413         templates/Books/Springer_Contributed_Books_%28svmult%29/05_Contributor_List.lyx \
414         templates/Books/Springer_Contributed_Books_%28svmult%29/06_Acronym.lyx \
415         templates/Books/Springer_Contributed_Books_%28svmult%29/07_Part.lyx \
416         templates/Books/Springer_Contributed_Books_%28svmult%29/08_Author.lyx \
417         templates/Books/Springer_Contributed_Books_%28svmult%29/09_Appendix.lyx \
418         templates/Books/Springer_Contributed_Books_%28svmult%29/10_Glossary.lyx \
419         templates/Books/Springer_Contributed_Books_%28svmult%29/11_References.lyx
420
421 cvexamplesdir = $(pkgdatadir)/examples/Curricula_Vitae
422 dist_cvexamples_DATA = \
423         examples/Curricula_Vitae/Europass_CV_%282013%29.lyx \
424         examples/Curricula_Vitae/Europe_CV.lyx \
425         examples/Curricula_Vitae/Modern_CV.lyx \
426         examples/Curricula_Vitae/Simple_CV.lyx \
427         examples/Curricula_Vitae/CV-image.eps \
428         examples/Curricula_Vitae/CV-image.png \
429         examples/Curricula_Vitae/REPLACEphoto.jpg
430
431 externalexamplesdir = $(pkgdatadir)/examples/External_Material
432 dist_externalexamples_DATA = \
433         examples/External_Material/Gnuplot.lyx \
434         examples/External_Material/gnuplot-example.gp \
435         examples/External_Material/longsheet.gnumeric \
436         examples/External_Material/longsheet.tex \
437         examples/External_Material/sheet1.gnumeric \
438         examples/External_Material/sheet2.ods \
439         examples/External_Material/sheet3.xls \
440         examples/External_Material/Spreadsheet.lyx
441
442 handoutexamplesdir = $(pkgdatadir)/examples/Handouts
443 dist_handoutexamples_DATA = \
444         examples/Handouts/Tufte_Handout.lyx
445
446 insetexamplesdir = $(pkgdatadir)/examples/Graphics_and_Insets
447 dist_insetexamples_DATA = \
448         examples/Graphics_and_Insets/Feynman_Diagrams.lyx \
449         examples/Graphics_and_Insets/iecc05.fen \
450         examples/Graphics_and_Insets/iecc07.fen \
451         examples/Graphics_and_Insets/iecc12.fen \
452         examples/Graphics_and_Insets/Instant_Preview.lyx \
453         examples/Graphics_and_Insets/Itemize_Bullets.lyx \
454         examples/Graphics_and_Insets/Minted_File_Listing.lyx \
455         examples/Graphics_and_Insets/Minted_Listings.lyx \
456         examples/Graphics_and_Insets/XY-Figure.lyx \
457         examples/Graphics_and_Insets/xyfigure.png \
458         examples/Graphics_and_Insets/XY-Pic.lyx
459
460 languageexamplesdir = $(pkgdatadir)/examples/Language_Support
461 dist_languageexamples_DATA = \
462         examples/Language_Support/Localization_Test_%28for_Developers%29.lyx \
463         examples/Language_Support/Mixing_Japanese_with_other_Languages_%28with_CJKutf8%29.lyx \
464         examples/Language_Support/Mixing_Japanese_with_other_Languages_%28with_platex%29.lyx \
465         examples/Language_Support/Writing_Armenian.lyx
466
467 letterexamplesdir = $(pkgdatadir)/examples/Letters
468 dist_letterexamples_DATA = \
469         examples/Letters/addressExample.adr \
470         examples/Letters/Serial_Letter_1.lyx \
471         examples/Letters/Serial_Letter_2.lyx \
472         examples/Letters/Serial_Letter_3.lyx
473
474 moduleexamplesdir = $(pkgdatadir)/examples/Modules
475 dist_moduleexamples_DATA = \
476         examples/Modules/Braille.lyx \
477         examples/Modules/Chessboard.lyx \
478         examples/Modules/Fancy_Colored_Boxes.lyx \
479         examples/Modules/Hazard_and_Precautionary_Statements.lyx \
480         examples/Modules/LilyPond_Book.lyx \
481         examples/Modules/Linguistics.lyx \
482         examples/Modules/Multilingual_Captions.lyx \
483         examples/Modules/Noweb.lyx \
484         examples/Modules/Noweb2LyX.lyx \
485         examples/Modules/Noweb_Listerrors.lyx \
486         examples/Modules/Paragraph_Lists_%28paralist%29.lyx \
487         examples/Modules/PDF_Comments.lyx \
488         examples/Modules/PDF_Form.lyx \
489         examples/Modules/Rnw_%28knitr%29.lyx \
490         examples/Modules/Sweave.lyx \
491         examples/Modules/Variable-width_Minipages.lyx
492
493 posterexamplesdir = $(pkgdatadir)/examples/Posters
494 dist_posterexamples_DATA = \
495         examples/Posters/Beamerposter.lyx \
496         examples/Posters/CV-image.png \
497         examples/Posters/beamer-knight1.png
498
499 presentationexamplesdir = $(pkgdatadir)/examples/Presentations
500 dist_presentationexamples_DATA = \
501         examples/Presentations/Beamer.lyx \
502         examples/Presentations/Beamer_Article_%28Standard_Class%29.lyx \
503         examples/Presentations/beamer-g4.jpg \
504         examples/Presentations/beamer-g4-mask.jpg \
505         examples/Presentations/beamer-icsi-logo.pdf \
506         examples/Presentations/beamer-knight1-mask.png \
507         examples/Presentations/beamer-knight1.png \
508         examples/Presentations/beamer-knight2-mask.png \
509         examples/Presentations/beamer-knight2.png \
510         examples/Presentations/beamer-knight3-mask.png \
511         examples/Presentations/beamer-knight3.png \
512         examples/Presentations/beamer-knight4-mask.png \
513         examples/Presentations/beamer-knight4.png \
514         examples/Presentations/Beamer_%28Complex%29.lyx \
515         examples/Presentations/Foils.lyx \
516         examples/Presentations/Foils_Landslide.lyx \
517         examples/Presentations/Powerdot.lyx \
518         examples/Presentations/Seminar.lyx
519
520 scriptexamplesdir = $(pkgdatadir)/examples/Scripts
521 dist_scriptexamples_DATA = \
522         examples/Scripts/Hollywood.lyx
523
524 fontsdir = $(pkgdatadir)/fonts
525 dist_fonts_DATA = \
526         fonts/BaKoMaFontLicense.txt \
527         fonts/cmex10.ttf \
528         fonts/cmmi10.ttf \
529         fonts/cmr10.ttf \
530         fonts/cmsy10.ttf \
531         fonts/dsrom10.ttf \
532         fonts/esint10.ttf \
533         fonts/eufm10.ttf \
534         fonts/msam10.ttf \
535         fonts/msbm10.ttf \
536         fonts/README \
537         fonts/rsfs10.ttf \
538         fonts/stmary10.ttf \
539         fonts/wasy10.ttf
540
541 imagesdir = $(pkgdatadir)/images
542 dist_images_DATA1X = \
543         images/all-changes-accept.svgz \
544         images/all-changes-reject.svgz \
545         images/banner.svgz \
546         images/bookmark-goto.svgz \
547         images/bookmark-goto_0.svgz \
548         images/bookmark-save.svgz \
549         images/box-insert.svgz \
550         images/break-line.svgz \
551         images/buffer-close.svgz \
552         images/buffer-export.svgz \
553         images/buffer-export_dvi.svgz \
554         images/buffer-export_dvi3.svgz \
555         images/buffer-export_latex.svgz \
556         images/buffer-export_pdf.svgz \
557         images/buffer-export_pdf2.svgz \
558         images/buffer-export_pdf3.svgz \
559         images/buffer-export_pdf4.svgz \
560         images/buffer-export_pdf5.svgz \
561         images/buffer-export_ps.svgz \
562         images/buffer-export_text.svgz \
563         images/buffer-new.svgz \
564         images/buffer-reload.svgz \
565         images/buffer-toggle-output-sync.svgz \
566         images/buffer-update.svgz \
567         images/buffer-update_dvi.svgz \
568         images/buffer-update_dvi3.svgz \
569         images/buffer-update_pdf.svgz \
570         images/buffer-update_pdf2.svgz \
571         images/buffer-update_pdf3.svgz \
572         images/buffer-update_pdf4.svgz \
573         images/buffer-update_pdf5.svgz \
574         images/buffer-update_ps.svgz \
575         images/buffer-view.svgz \
576         images/buffer-view_dvi.svgz \
577         images/buffer-view_dvi3.svgz \
578         images/buffer-view_pdf.svgz \
579         images/buffer-view_pdf2.svgz \
580         images/buffer-view_pdf3.svgz \
581         images/buffer-view_pdf4.svgz \
582         images/buffer-view_pdf5.svgz \
583         images/buffer-view_ps.svgz \
584         images/buffer-write-as.svgz \
585         images/buffer-write.svgz \
586         images/build-program.svgz \
587         images/busy.svgz \
588         images/change-accept.svgz \
589         images/change-next.svgz \
590         images/change-reject.svgz \
591         images/changes-merge.svgz \
592         images/changes-output.svgz \
593         images/changes-track.svgz \
594         images/closetab.svgz \
595         images/tab-group-close.svgz \
596         images/command-alternatives_outline-in_depth-increment.svgz \
597         images/command-alternatives_outline-out_depth-decrement.svgz \
598         images/copy.svgz \
599         images/cut.svgz \
600         images/depth-decrement.svgz \
601         images/depth-increment.svgz \
602         images/dialog-preferences.svgz \
603         images/dialog-show-new-inset_citation.svgz \
604         images/dialog-show-new-inset_graphics.svgz \
605         images/dialog-show-new-inset_include.svgz \
606         images/dialog-show-new-inset_ref.svgz \
607         images/dialog-show_character.svgz \
608         images/dialog-show_findreplace.svgz \
609         images/dialog-show_findreplaceadv.svgz \
610         images/dialog-show_mathdelimiter.svgz \
611         images/dialog-show_mathmatrix.svgz \
612         images/dialog-show_print.svgz \
613         images/dialog-show_spellchecker.svgz \
614         images/dialog-show_toc.svgz \
615         images/dialog-show_vclog.svgz \
616         images/down.svgz \
617         images/dynamic-char-styles.svgz \
618         images/dynamic-custom-insets.svgz \
619         images/editclear.svgz \
620         images/emblem-readonly.svgz \
621         images/emblem-shellescape.svgz \
622         images/ert-insert.svgz \
623         images/file-open.svgz \
624         images/float-insert_figure.svgz \
625         images/float-insert_table.svgz \
626         images/font-bold.svgz \
627         images/font-emph.svgz \
628         images/textstyle-apply.svgz \
629         images/font-noun.svgz \
630         images/font-sans.svgz \
631         images/footnote-insert.svgz \
632         images/href-insert.svgz \
633         images/hidetab.svgz \
634         images/index-insert.svgz \
635         images/info-insert.svgz \
636         images/info-insert_vcs_revision.svgz \
637         images/label-insert.svgz \
638         images/layout.svgz \
639         images/layout-document.svgz \
640         images/layout-paragraph.svgz \
641         images/layout-toggle_Chunk.svgz \
642         images/layout-toggle_Description.svgz \
643         images/layout-toggle_Enumerate+rtl.svgz  \
644         images/layout-toggle_Enumerate.svgz  \
645         images/layout-toggle_Itemize.svgz \
646         images/layout-toggle_Labeling.svgz \
647         images/layout-toggle_List.svgz \
648         images/layout-toggle_LyX-Code.svgz \
649         images/layout-toggle_Section.svgz \
650         images/lyx.svg \
651         images/lyxfiles-system.svgz \
652         images/lyxfiles-system-folder.svgz \
653         images/lyxfiles-user.svgz \
654         images/lyxfiles-user-folder.svgz \
655         images/lyx-quit.svgz \
656         images/marginalnote-insert.svgz \
657         images/master-buffer-update.svgz \
658         images/master-buffer-view.svgz \
659         images/math-display.svgz \
660         images/math-macro-add-greedy-optional-param.svgz \
661         images/math-macro-add-optional-param.svgz \
662         images/math-macro-add-param.svgz \
663         images/math-macro-append-greedy-param.svgz \
664         images/math-macro-make-nonoptional.svgz \
665         images/math-macro-make-optional.svgz \
666         images/math-macro-remove-greedy-param.svgz \
667         images/math-macro-remove-optional-param.svgz \
668         images/math-macro-remove-param.svgz \
669         images/math-macro_newmacroname_newcommand.svgz \
670         images/math-matrix.svgz \
671         images/math-mode.svgz \
672         images/math-subscript.svgz \
673         images/math-superscript.svgz \
674         images/nomencl-insert.svgz \
675         images/note-insert.svgz \
676         images/note-next.svgz \
677         images/outline-down.svgz \
678         images/outline-in.svgz \
679         images/outline-in+rtl.svgz \
680         images/outline-out.svgz \
681         images/outline-out+rtl.svgz \
682         images/outline-up.svgz \
683         images/paste.svgz \
684         images/process-stop.svgz \
685         images/redo.svgz \
686         images/reload.svgz \
687         images/search-case-sensitive.svgz \
688         images/search-instant.svgz \
689         images/search-options.svgz \
690         images/search-selection.svgz \
691         images/search-whole-words.svgz \
692         images/search-wrap.svgz \
693         images/script-insert_subscript.svgz \
694         images/script-insert_superscript.svgz \
695         images/specialchar-insert_latex.svgz \
696         images/specialchar-insert_latex2e.svgz \
697         images/specialchar-insert_lyx.svgz \
698         images/specialchar-insert_menu-separator.svgz \
699         images/specialchar-insert_tex.svgz \
700         images/spelling-continuously.svgz \
701         images/view-split_horizontal.svgz \
702         images/view-split_vertical.svgz \
703         images/tabular-feature_align-decimal.svgz \
704         images/tabular-feature_append-column.svgz \
705         images/tabular-feature_append-row.svgz \
706         images/tabular-feature_delete-column.svgz \
707         images/tabular-feature_delete-row.svgz \
708         images/tabular-feature_m-align-center.svgz \
709         images/tabular-feature_m-align-left.svgz \
710         images/tabular-feature_m-align-right.svgz \
711         images/tabular-feature_m-valign-bottom.svgz \
712         images/tabular-feature_m-valign-middle.svgz \
713         images/tabular-feature_m-valign-top.svgz \
714         images/tabular-feature_move-column-left.svgz \
715         images/tabular-feature_move-column-right.svgz \
716         images/tabular-feature_move-row-down.svgz \
717         images/tabular-feature_move-row-up.svgz \
718         images/tabular-feature_multicolumn.svgz \
719         images/tabular-feature_multirow.svgz \
720         images/tabular-feature_reset-formal-default.svgz \
721         images/tabular-feature_toggle-all-lines.svgz \
722         images/tabular-feature_set-longtabular.svgz \
723         images/tabular-feature_set-rotate-cell.svgz \
724         images/tabular-feature_toggle-border-lines.svgz \
725         images/tabular-feature_toggle-inner-lines.svgz \
726         images/tabular-feature_set-rotate-tabular.svgz \
727         images/tabular-feature_toggle-line-bottom.svgz \
728         images/tabular-feature_toggle-line-left.svgz \
729         images/tabular-feature_toggle-line-right.svgz \
730         images/tabular-feature_toggle-line-top.svgz \
731         images/tabular-feature_toggle-rotate-cell.svgz \
732         images/tabular-feature_toggle-rotate-tabular.svgz \
733         images/tabular-feature_unset-all-lines.svgz \
734         images/tabular-insert.svgz \
735         images/thesaurus-entry.svgz \
736         images/toolbar-toggle_math.svgz \
737         images/toolbar-toggle_math_panels.svgz \
738         images/toolbar-toggle_review.svgz \
739         images/toolbar-toggle_table.svgz \
740         images/undo.svgz \
741         images/unknown.svgz \
742         images/up.svgz \
743         images/update-others.svgz \
744         images/url-insert.svgz \
745         images/vc-check-in.svgz \
746         images/vc-check-out.svgz \
747         images/vc-compare.svgz \
748         images/vc-compare_0.svgz \
749         images/vc-locking-toggle.svgz \
750         images/vc-register.svgz \
751         images/vc-repo-update.svgz \
752         images/vc-revert.svgz \
753         images/view-others.svgz
754
755 # possible shortcut for complete set of 2x sized icons
756 #dist_images_DATA2X = \
757 #       ${dist_images_DATA1X:%.png=%@2x.png}
758
759 dist_images_DATA2X = \
760         images/banner@2x.png
761
762 dist_images_DATA = \
763         images/banner.png \
764         $(dist_images_DATA1X) \
765         $(dist_images_DATA2X) \
766         $(dist_images_DATA3X) \
767         images/icon.aliases
768
769 imagesmathdir = $(imagesdir)/math
770 dist_imagesmath_DATA = \
771         images/math/AC.svgz \
772         images/math/acute.svgz \
773         images/math/adots.svgz \
774         images/math/agemO.svgz \
775         images/math/aleph.svgz \
776         images/math/alpha.svgz \
777         images/math/amalg.svgz \
778         images/math/angle.svgz \
779         images/math/APLbox.svgz \
780         images/math/APLcomment.svgz \
781         images/math/APLdown.svgz \
782         images/math/APLdownarrowbox.svgz \
783         images/math/APLinput.svgz \
784         images/math/APLinv.svgz \
785         images/math/APLleftarrowbox.svgz \
786         images/math/APLlog.svgz \
787         images/math/APLrightarrowbox.svgz \
788         images/math/APLstar.svgz \
789         images/math/APLup.svgz \
790         images/math/APLuparrowbox.svgz \
791         images/math/apprge.svgz \
792         images/math/apprle.svgz \
793         images/math/approx.svgz \
794         images/math/approxeq.svgz \
795         images/math/aquarius.svgz \
796         images/math/aries.svgz \
797         images/math/arrownot.svgz \
798         images/math/arrownot2.svgz \
799         images/math/arrowvert.svgz \
800         images/math/arrowvert2.svgz \
801         images/math/ascnode.svgz \
802         images/math/ast.svgz \
803         images/math/astrosun.svgz \
804         images/math/asymp.svgz \
805         images/math/ataribox.svgz \
806         images/math/backepsilon.svgz \
807         images/math/backprime.svgz \
808         images/math/backsim.svgz \
809         images/math/backsimeq.svgz \
810         images/math/backslash.svgz \
811         images/math/bar.svgz \
812         images/math/baro.svgz \
813         images/math/bars.svgz \
814         images/math/barwedge.svgz \
815         images/math/Bbbk.svgz \
816         images/math/bbslash.svgz \
817         images/math/bcancel.svgz \
818         images/math/because.svgz \
819         images/math/bell.svgz \
820         images/math/beta.svgz \
821         images/math/beth.svgz \
822         images/math/between.svgz \
823         images/math/bigbox.svgz \
824         images/math/bigcap.svgz \
825         images/math/bigcirc.svgz \
826         images/math/bigcup.svgz \
827         images/math/bigcurlyvee.svgz \
828         images/math/bigcurlywedge.svgz \
829         images/math/biginterleave.svgz \
830         images/math/bignplus.svgz \
831         images/math/bigodot.svgz \
832         images/math/bigoplus.svgz \
833         images/math/bigotimes.svgz \
834         images/math/bigparallel.svgz \
835         images/math/bigsqcap.svgz \
836         images/math/bigsqcup.svgz \
837         images/math/bigstar.svgz \
838         images/math/bigtriangledown.svgz \
839         images/math/bigtriangleup.svgz \
840         images/math/biguplus.svgz \
841         images/math/bigvee.svgz \
842         images/math/bigwedge.svgz \
843         images/math/binampersand.svgz \
844         images/math/bindnasrepma.svgz \
845         images/math/blacklozenge.svgz \
846         images/math/blacksmiley.svgz \
847         images/math/blacksquare.svgz \
848         images/math/blacktriangle.svgz \
849         images/math/blacktriangledown.svgz \
850         images/math/blacktriangleleft.svgz \
851         images/math/blacktriangleright.svgz \
852         images/math/boldsymbol.svgz \
853         images/math/bot.svgz \
854         images/math/bowtie.svgz \
855         images/math/bowtie2.svgz \
856         images/math/box2.svgz \
857         images/math/boxast.svgz \
858         images/math/boxbar.svgz \
859         images/math/boxbox.svgz \
860         images/math/boxbslash.svgz \
861         images/math/boxcircle.svgz \
862         images/math/boxdot.svgz \
863         images/math/boxempty.svgz \
864         images/math/boxminus.svgz \
865         images/math/boxplus.svgz \
866         images/math/boxslash.svgz \
867         images/math/boxtimes.svgz \
868         images/math/breve.svgz \
869         images/math/brokenvert.svgz \
870         images/math/bullet.svgz \
871         images/math/bumpeq.svgz \
872         images/math/bumpeq2.svgz \
873         images/math/cancel.svgz \
874         images/math/cancelto.svgz \
875         images/math/cancer.svgz \
876         images/math/cap.svgz \
877         images/math/cap2.svgz \
878         images/math/capricornus.svgz \
879         images/math/cases.svgz \
880         images/math/cdot.svgz \
881         images/math/cdotp.svgz \
882         images/math/cdots.svgz \
883         images/math/cent.svgz \
884         images/math/centerdot.svgz \
885         images/math/check.svgz \
886         images/math/checked.svgz \
887         images/math/checkedbox2.svgz \
888         images/math/checkmark.svgz \
889         images/math/chi.svgz \
890         images/math/circ.svgz \
891         images/math/circeq.svgz \
892         images/math/circle2.svgz \
893         images/math/circle3.svgz \
894         images/math/circlearrowleft.svgz \
895         images/math/circlearrowright.svgz \
896         images/math/circledR.svgz \
897         images/math/circledS.svgz \
898         images/math/circledast.svgz \
899         images/math/circledcirc.svgz \
900         images/math/circleddash.svgz \
901         images/math/clock.svgz \
902         images/math/clubsuit.svgz \
903         images/math/colon.svgz \
904         images/math/colonapprox.svgz \
905         images/math/colonapprox2.svgz \
906         images/math/coloneq.svgz \
907         images/math/coloneq2.svgz \
908         images/math/coloneqq.svgz \
909         images/math/coloneqq2.svgz \
910         images/math/colonsim.svgz \
911         images/math/colonsim2.svgz \
912         images/math/complement.svgz \
913         images/math/cong.svgz \
914         images/math/conjunction.svgz \
915         images/math/coprod.svgz \
916         images/math/cup.svgz \
917         images/math/cup2.svgz \
918         images/math/curlyeqprec.svgz \
919         images/math/curlyeqsucc.svgz \
920         images/math/curlyvee.svgz \
921         images/math/curlyveedownarrow.svgz \
922         images/math/curlyveeuparrow.svgz \
923         images/math/curlywedge.svgz \
924         images/math/curlywedgedownarrow.svgz \
925         images/math/curlywedgeuparrow.svgz \
926         images/math/currency.svgz \
927         images/math/curvearrowleft.svgz \
928         images/math/curvearrowright.svgz \
929         images/math/dagger.svgz \
930         images/math/daleth.svgz \
931         images/math/dasharrow.svgz \
932         images/math/dashleftarrow.svgz \
933         images/math/dashrightarrow.svgz \
934         images/math/dashv.svgz \
935         images/math/davidsstar.svgz \
936         images/math/dblcolon.svgz \
937         images/math/ddagger.svgz \
938         images/math/ddddot.svgz \
939         images/math/dddot.svgz \
940         images/math/ddot.svgz \
941         images/math/ddots.svgz \
942         images/math/delim.svgz \
943         images/math/delta.svgz \
944         images/math/delta2.svgz \
945         images/math/descnode.svgz \
946         images/math/diagdown.svgz \
947         images/math/diagup.svgz \
948         images/math/diameter.svgz \
949         images/math/diamond.svgz \
950         images/math/diamond2.svgz \
951         images/math/diamondsuit.svgz \
952         images/math/digamma.svgz \
953         images/math/div.svgz \
954         images/math/divideontimes.svgz \
955         images/math/dot.svgz \
956         images/math/doteq.svgz \
957         images/math/doteq2.svgz \
958         images/math/doteqdot.svgz \
959         images/math/dotplus.svgz \
960         images/math/dots.svgz \
961         images/math/dotsb.svgz \
962         images/math/dotsc.svgz \
963         images/math/dotsi.svgz \
964         images/math/dotsint.svgz \
965         images/math/dotsintop.svgz \
966         images/math/dotsm.svgz \
967         images/math/dotso.svgz \
968         images/math/doublebarwedge.svgz \
969         images/math/doublecap.svgz \
970         images/math/doublecup.svgz \
971         images/math/downarrow.svgz \
972         images/math/downarrow2.svgz \
973         images/math/downarrow3.svgz \
974         images/math/downdownarrows.svgz \
975         images/math/downharpoonleft.svgz \
976         images/math/downharpoonright.svgz \
977         images/math/earth.svgz \
978         images/math/eighthnote.svgz \
979         images/math/ell.svgz \
980         images/math/empty.svgz \
981         images/math/emptyset.svgz \
982         images/math/epsilon.svgz \
983         images/math/eqcirc.svgz \
984         images/math/eqcolon.svgz \
985         images/math/eqcolon2.svgz \
986         images/math/eqqcolon.svgz \
987         images/math/eqqcolon2.svgz \
988         images/math/eqslantgtr.svgz \
989         images/math/eqslantless.svgz \
990         images/math/eqsim.svgz \
991         images/math/equation.svgz \
992         images/math/equiv.svgz \
993         images/math/eta.svgz \
994         images/math/eth.svgz \
995         images/math/exists.svgz \
996         images/math/export-others.svgz \
997         images/math/fallingdotseq.svgz \
998         images/math/fatbslash.svgz \
999         images/math/fatsemi.svgz \
1000         images/math/fatslash.svgz \
1001         images/math/female.svgz \
1002         images/math/fint.svgz \
1003         images/math/fintop.svgz \
1004         images/math/Finv.svgz \
1005         images/math/flat.svgz \
1006         images/math/font.svgz \
1007         images/math/forall.svgz \
1008         images/math/frac.svgz \
1009         images/math/frac-square.svgz \
1010         images/math/frown.svgz \
1011         images/math/frownie.svgz \
1012         images/math/fullmoon.svgz \
1013         images/math/fullnote.svgz \
1014         images/math/functions.svgz \
1015         images/math/Game.svgz \
1016         images/math/gamma.svgz \
1017         images/math/gamma2.svgz \
1018         images/math/gemini.svgz \
1019         images/math/ge.svgz \
1020         images/math/geq.svgz \
1021         images/math/geqq.svgz \
1022         images/math/geqslant.svgz \
1023         images/math/gets.svgz \
1024         images/math/gg.svgz \
1025         images/math/ggg.svgz \
1026         images/math/gggtr.svgz \
1027         images/math/gimel.svgz \
1028         images/math/gluon.svgz \
1029         images/math/gnapprox.svgz \
1030         images/math/gneq.svgz \
1031         images/math/gneqq.svgz \
1032         images/math/gnsim.svgz \
1033         images/math/grave.svgz \
1034         images/math/gtrapprox.svgz \
1035         images/math/gtrdot.svgz \
1036         images/math/gtreqless.svgz \
1037         images/math/gtreqqless.svgz \
1038         images/math/gtrless.svgz \
1039         images/math/gtrsim.svgz \
1040         images/math/gvertneqq.svgz \
1041         images/math/halfnote.svgz \
1042         images/math/hat.svgz \
1043         images/math/hbar.svgz \
1044         images/math/heartsuit.svgz \
1045         images/math/hexagon.svgz \
1046         images/math/hexstar.svgz \
1047         images/math/HF.svgz \
1048         images/math/hookleftarrow.svgz \
1049         images/math/hookrightarrow.svgz \
1050         images/math/hphantom.svgz \
1051         images/math/hslash.svgz \
1052         images/math/iddots.svgz \
1053         images/math/idotsint.svgz \
1054         images/math/iff.svgz \
1055         images/math/iiiint.svgz \
1056         images/math/iiiintop.svgz \
1057         images/math/iiint.svgz \
1058         images/math/iiintop.svgz \
1059         images/math/iint.svgz \
1060         images/math/iintop.svgz \
1061         images/math/Im.svgz \
1062         images/math/imath.svgz \
1063         images/math/impliedby.svgz \
1064         images/math/implies.svgz \
1065         images/math/in.svgz \
1066         images/math/infty.svgz \
1067         images/math/inplus.svgz \
1068         images/math/int.svgz \
1069         images/math/intercal.svgz \
1070         images/math/interleave.svgz \
1071         images/math/intop.svgz \
1072         images/math/iota.svgz \
1073         images/math/invdiameter.svgz \
1074         images/math/inve.svgz \
1075         images/math/invneg.svgz \
1076         images/math/jmath.svgz \
1077         images/math/join2.svgz \
1078         images/math/jupiter.svgz \
1079         images/math/kappa.svgz \
1080         images/math/kreuz.svgz \
1081         images/math/lambda.svgz \
1082         images/math/lambda2.svgz \
1083         images/math/land.svgz \
1084         images/math/landdownint.svgz \
1085         images/math/landdownintop.svgz \
1086         images/math/landupint.svgz \
1087         images/math/landupintop.svgz \
1088         images/math/langle.svgz \
1089         images/math/lbag.svgz \
1090         images/math/lbag2.svgz \
1091         images/math/lbrace.svgz \
1092         images/math/lbrace_rbrace.svgz \
1093         images/math/lbracket.svgz \
1094         images/math/lbracket_rbracket.svgz \
1095         images/math/lceil.svgz \
1096         images/math/lceil_rceil.svgz \
1097         images/math/ldotp.svgz \
1098         images/math/ldots.svgz \
1099         images/math/le.svgz \
1100         images/math/leadsto.svgz \
1101         images/math/leftarrow.svgz \
1102         images/math/leftarrow2.svgz \
1103         images/math/leftarrow3.svgz \
1104         images/math/leftarrowtail.svgz \
1105         images/math/leftarrowtriangle.svgz \
1106         images/math/leftcircle2.svgz \
1107         images/math/leftcircle3.svgz \
1108         images/math/leftcircle4.svgz \
1109         images/math/leftharpoondown.svgz \
1110         images/math/leftharpoonup.svgz \
1111         images/math/leftleftarrows.svgz \
1112         images/math/leftmoon.svgz \
1113         images/math/leftrightarrow.svgz \
1114         images/math/leftrightarrow2.svgz \
1115         images/math/leftrightarroweq.svgz \
1116         images/math/leftrightarrows.svgz \
1117         images/math/leftrightarrowtriangle.svgz \
1118         images/math/leftrightharpoons.svgz \
1119         images/math/leftrightsquigarrow.svgz \
1120         images/math/leftslice.svgz \
1121         images/math/leftthreetimes.svgz \
1122         images/math/leftturn.svgz \
1123         images/math/leo.svgz \
1124         images/math/leq.svgz \
1125         images/math/leqq.svgz \
1126         images/math/leqslant.svgz \
1127         images/math/lessapprox.svgz \
1128         images/math/lessdot.svgz \
1129         images/math/lesseqgtr.svgz \
1130         images/math/lesseqqgtr.svgz \
1131         images/math/lessgtr.svgz \
1132         images/math/lesssim.svgz \
1133         images/math/lfloor.svgz \
1134         images/math/lfloor_rfloor.svgz \
1135         images/math/lhd.svgz \
1136         images/math/lhd2.svgz \
1137         images/math/lhook.svgz \
1138         images/math/libra.svgz \
1139         images/math/lightning.svgz \
1140         images/math/ll.svgz \
1141         images/math/llbracket.svgz \
1142         images/math/llceil.svgz \
1143         images/math/llcorner.svgz \
1144         images/math/llfloor.svgz \
1145         images/math/llparenthesis.svgz \
1146         images/math/Lleftarrow.svgz \
1147         images/math/lll.svgz \
1148         images/math/llless.svgz \
1149         images/math/lnapprox.svgz \
1150         images/math/lneq.svgz \
1151         images/math/lneqq.svgz \
1152         images/math/lnot.svgz \
1153         images/math/lnsim.svgz \
1154         images/math/logof.svgz \
1155         images/math/longarrownot.svgz \
1156         images/math/longarrownot2.svgz \
1157         images/math/longleftarrow.svgz \
1158         images/math/longleftarrow2.svgz \
1159         images/math/longleftrightarrow.svgz \
1160         images/math/longleftrightarrow2.svgz \
1161         images/math/longmapsfrom.svgz \
1162         images/math/longmapsfrom2.svgz \
1163         images/math/longmapsto.svgz \
1164         images/math/longmapsto2.svgz \
1165         images/math/longrightarrow.svgz \
1166         images/math/longrightarrow2.svgz \
1167         images/math/looparrowleft.svgz \
1168         images/math/looparrowright.svgz \
1169         images/math/lor.svgz \
1170         images/math/lozenge.svgz \
1171         images/math/lparen.svgz \
1172         images/math/lparen_rparen.svgz \
1173         images/math/lrcorner.svgz \
1174         images/math/Lsh.svgz \
1175         images/math/ltimes.svgz \
1176         images/math/lvertneqq.svgz \
1177         images/math/male.svgz \
1178         images/math/maltese.svgz \
1179         images/math/mapsfrom.svgz \
1180         images/math/mapsfrom2.svgz \
1181         images/math/mapsfromchar.svgz \
1182         images/math/mapsfromchar2.svgz \
1183         images/math/mapsto.svgz \
1184         images/math/mapsto2.svgz \
1185         images/math/mapstochar.svgz \
1186         images/math/mapstochar2.svgz \
1187         images/math/mars.svgz \
1188         images/math/mathbb.svgz \
1189         images/math/mathbb_C.svgz \
1190         images/math/mathbb_H.svgz \
1191         images/math/mathbb_N.svgz \
1192         images/math/mathbb_Q.svgz \
1193         images/math/mathbb_R.svgz \
1194         images/math/mathbb_Z.svgz \
1195         images/math/mathbin.svgz \
1196         images/math/mathbf.svgz \
1197         images/math/mathcal.svgz \
1198         images/math/mathcal_F.svgz \
1199         images/math/mathcal_H.svgz \
1200         images/math/mathcal_L.svgz \
1201         images/math/mathcal_O.svgz \
1202         images/math/mathcircumflex.svgz \
1203         images/math/mathclap.svgz \
1204         images/math/mathdollar.svgz \
1205         images/math/mathfrak.svgz \
1206         images/math/mathit.svgz \
1207         images/math/mathllap.svgz \
1208         images/math/mathop.svgz \
1209         images/math/mathord.svgz \
1210         images/math/mathparagraph.svgz \
1211         images/math/mathscr.svgz \
1212         images/math/mathsection.svgz \
1213         images/math/mathrel.svgz \
1214         images/math/mathring.svgz \
1215         images/math/mathrlap.svgz \
1216         images/math/mathrm.svgz \
1217         images/math/mathrm_T.svgz \
1218         images/math/mathsf.svgz \
1219         images/math/mathtt.svgz \
1220         images/math/matrix.svgz \
1221         images/math/measuredangle.svgz \
1222         images/math/mercury.svgz \
1223         images/math/merge.svgz \
1224         images/math/mho.svgz \
1225         images/math/mid.svgz \
1226         images/math/minuso.svgz \
1227         images/math/models.svgz \
1228         images/math/moo.svgz \
1229         images/math/mp.svgz \
1230         images/math/mu.svgz \
1231         images/math/multimap.svgz \
1232         images/math/nabla.svgz \
1233         images/math/natural.svgz \
1234         images/math/ncong.svgz \
1235         images/math/ne.svgz \
1236         images/math/nearrow.svgz \
1237         images/math/neg.svgz \
1238         images/math/neptune.svgz \
1239         images/math/neq.svgz \
1240         images/math/newmoon.svgz \
1241         images/math/nexists.svgz \
1242         images/math/ngeq.svgz \
1243         images/math/ngeqq.svgz \
1244         images/math/ngeqslant.svgz \
1245         images/math/ngtr.svgz \
1246         images/math/ni.svgz \
1247         images/math/niplus.svgz \
1248         images/math/nleftarrow.svgz \
1249         images/math/nleftarrow2.svgz \
1250         images/math/nleftrightarrow.svgz \
1251         images/math/nleftrightarrow2.svgz \
1252         images/math/nleq.svgz \
1253         images/math/nleqq.svgz \
1254         images/math/nleqslant.svgz \
1255         images/math/nless.svgz \
1256         images/math/nmid.svgz \
1257         images/math/nnearrow.svgz \
1258         images/math/nnwarrow.svgz \
1259         images/math/not.svgz \
1260         images/math/notin.svgz \
1261         images/math/nparallel.svgz \
1262         images/math/nplus.svgz \
1263         images/math/nprec.svgz \
1264         images/math/npreceq.svgz \
1265         images/math/nrightarrow.svgz \
1266         images/math/nrightarrow2.svgz \
1267         images/math/nshortmid.svgz \
1268         images/math/nshortparallel.svgz \
1269         images/math/nsim.svgz \
1270         images/math/nsubseteq.svgz \
1271         images/math/nsubseteqq.svgz \
1272         images/math/nsucc.svgz \
1273         images/math/nsucceq.svgz \
1274         images/math/nsupseteq.svgz \
1275         images/math/nsupseteqq.svgz \
1276         images/math/ntriangleleft.svgz \
1277         images/math/ntrianglelefteq.svgz \
1278         images/math/ntrianglelefteqslant.svgz \
1279         images/math/ntriangleright.svgz \
1280         images/math/ntrianglerighteq.svgz \
1281         images/math/ntrianglerighteqslant.svgz \
1282         images/math/nu.svgz \
1283         images/math/nvdash.svgz \
1284         images/math/nvdash2.svgz \
1285         images/math/nvdash3.svgz \
1286         images/math/nvdash4.svgz \
1287         images/math/nwarrow.svgz \
1288         images/math/obar.svgz \
1289         images/math/oblong.svgz \
1290         images/math/obslash.svgz \
1291         images/math/ocircle.svgz \
1292         images/math/octagon.svgz \
1293         images/math/odot.svgz \
1294         images/math/ogreaterthan.svgz \
1295         images/math/oiint.svgz \
1296         images/math/oiintop.svgz \
1297         images/math/oint.svgz \
1298         images/math/ointclockwise.svgz \
1299         images/math/ointclockwiseop.svgz \
1300         images/math/ointctrclockwise.svgz \
1301         images/math/ointctrclockwiseop.svgz \
1302         images/math/ointop.svgz \
1303         images/math/olessthan.svgz \
1304         images/math/omega.svgz \
1305         images/math/omega2.svgz \
1306         images/math/ominus.svgz \
1307         images/math/openo.svgz \
1308         images/math/oplus.svgz \
1309         images/math/opposition.svgz \
1310         images/math/oslash.svgz \
1311         images/math/otimes.svgz \
1312         images/math/ovee.svgz \
1313         images/math/overbrace.svgz \
1314         images/math/overleftarrow.svgz \
1315         images/math/overleftrightarrow.svgz \
1316         images/math/overline.svgz \
1317         images/math/overrightarrow.svgz \
1318         images/math/overset.svgz \
1319         images/math/owedge.svgz \
1320         images/math/owns.svgz \
1321         images/math/parallel.svgz \
1322         images/math/partial.svgz \
1323         images/math/pentagon.svgz \
1324         images/math/permil.svgz \
1325         images/math/perp.svgz \
1326         images/math/phantom.svgz \
1327         images/math/phi.svgz \
1328         images/math/phi2.svgz \
1329         images/math/phone.svgz \
1330         images/math/photon.svgz \
1331         images/math/pi.svgz \
1332         images/math/pi2.svgz \
1333         images/math/pisces.svgz \
1334         images/math/pitchfork.svgz \
1335         images/math/pluto.svgz \
1336         images/math/pm.svgz \
1337         images/math/pointer.svgz \
1338         images/math/prec.svgz \
1339         images/math/precapprox.svgz \
1340         images/math/preccurlyeq.svgz \
1341         images/math/preceq.svgz \
1342         images/math/precnapprox.svgz \
1343         images/math/precneqq.svgz \
1344         images/math/precnsim.svgz \
1345         images/math/precsim.svgz \
1346         images/math/prime.svgz \
1347         images/math/prod.svgz \
1348         images/math/propto.svgz \
1349         images/math/psi.svgz \
1350         images/math/psi2.svgz \
1351         images/math/quarternote.svgz \
1352         images/math/rangle.svgz \
1353         images/math/rbag.svgz \
1354         images/math/rbag2.svgz \
1355         images/math/rbrace.svgz \
1356         images/math/rbracket.svgz \
1357         images/math/rceil.svgz \
1358         images/math/Re.svgz \
1359         images/math/recorder.svgz \
1360         images/math/restriction.svgz \
1361         images/math/rfloor.svgz \
1362         images/math/rhd.svgz \
1363         images/math/rhd2.svgz \
1364         images/math/rho.svgz \
1365         images/math/rhook.svgz \
1366         images/math/rightarrow.svgz \
1367         images/math/rightarrow2.svgz \
1368         images/math/rightarrow3.svgz \
1369         images/math/rightarrowtail.svgz \
1370         images/math/rightarrowtriangle.svgz \
1371         images/math/rightcircle2.svgz \
1372         images/math/rightcircle3.svgz \
1373         images/math/rightcircle4.svgz \
1374         images/math/rightharpoondown.svgz \
1375         images/math/rightharpoonup.svgz \
1376         images/math/rightleftarrows.svgz \
1377         images/math/rightleftharpoons.svgz \
1378         images/math/rightmoon.svgz \
1379         images/math/rightrightarrows.svgz \
1380         images/math/rightslice.svgz \
1381         images/math/rightsquigarrow.svgz \
1382         images/math/rightthreetimes.svgz \
1383         images/math/rightturn.svgz \
1384         images/math/risingdotseq.svgz \
1385         images/math/root.svgz \
1386         images/math/rparen.svgz \
1387         images/math/rrbracket.svgz \
1388         images/math/rrceil.svgz \
1389         images/math/rrfloor.svgz \
1390         images/math/rrparenthesis.svgz \
1391         images/math/Rrightarrow.svgz \
1392         images/math/Rsh.svgz \
1393         images/math/rtimes.svgz \
1394         images/math/sagittarius.svgz \
1395         images/math/saturn.svgz \
1396         images/math/scorpio.svgz \
1397         images/math/searrow.svgz \
1398         images/math/setminus.svgz \
1399         images/math/sharp.svgz \
1400         images/math/shortdownarrow.svgz \
1401         images/math/shortleftarrow.svgz \
1402         images/math/shortmid.svgz \
1403         images/math/shortparallel.svgz \
1404         images/math/shortrightarrow.svgz \
1405         images/math/shortuparrow.svgz \
1406         images/math/sideset.svgz \
1407         images/math/sidesetl.svgz \
1408         images/math/sidesetn.svgz \
1409         images/math/sidesetr.svgz \
1410         images/math/sigma.svgz \
1411         images/math/sigma2.svgz \
1412         images/math/sim.svgz \
1413         images/math/simeq.svgz \
1414         images/math/slash.svgz \
1415         images/math/smallfrown.svgz \
1416         images/math/smallint.svgz \
1417         images/math/smallsetminus.svgz \
1418         images/math/smallsmile.svgz \
1419         images/math/smash.svgz \
1420         images/math/smashb.svgz \
1421         images/math/smasht.svgz \
1422         images/math/smile.svgz \
1423         images/math/smiley.svgz \
1424         images/math/space.svgz \
1425         images/math/spadesuit.svgz \
1426         images/math/sphericalangle.svgz \
1427         images/math/square2.svgz \
1428         images/math/sqcap.svgz \
1429         images/math/sqcup.svgz \
1430         images/math/sqiint.svgz \
1431         images/math/sqiintop.svgz \
1432         images/math/sqint.svgz \
1433         images/math/sqintop.svgz \
1434         images/math/sqrt.svgz \
1435         images/math/sqrt-square.svgz \
1436         images/math/sqsubset.svgz \
1437         images/math/sqsubseteq.svgz \
1438         images/math/sqsupset.svgz \
1439         images/math/sqsupseteq.svgz \
1440         images/math/square.svgz \
1441         images/math/ssearrow.svgz \
1442         images/math/sslash.svgz \
1443         images/math/sswarrow.svgz \
1444         images/math/stackrel.svgz \
1445         images/math/stackrelthree.svgz \
1446         images/math/star.svgz \
1447         images/math/style.svgz \
1448         images/math/sub.svgz \
1449         images/math/subset.svgz \
1450         images/math/subset2.svgz \
1451         images/math/subseteq.svgz \
1452         images/math/subseteqq.svgz \
1453         images/math/subsetneq.svgz \
1454         images/math/subsetneqq.svgz \
1455         images/math/subsetplus.svgz \
1456         images/math/subsetpluseq.svgz \
1457         images/math/succ.svgz \
1458         images/math/succapprox.svgz \
1459         images/math/succcurlyeq.svgz \
1460         images/math/succeq.svgz \
1461         images/math/succnapprox.svgz \
1462         images/math/succneqq.svgz \
1463         images/math/succnsim.svgz \
1464         images/math/succsim.svgz \
1465         images/math/sum.svgz \
1466         images/math/sun.svgz \
1467         images/math/super.svgz \
1468         images/math/supset.svgz \
1469         images/math/supset2.svgz \
1470         images/math/supseteq.svgz \
1471         images/math/supseteqq.svgz \
1472         images/math/supsetneq.svgz \
1473         images/math/supsetneqq.svgz \
1474         images/math/supsetplus.svgz \
1475         images/math/supsetpluseq.svgz \
1476         images/math/surd.svgz \
1477         images/math/swarrow.svgz \
1478         images/math/talloblong.svgz \
1479         images/math/tau.svgz \
1480         images/math/taurus.svgz \
1481         images/math/textrm_AA.svgz \
1482         images/math/textrm_O.svgz \
1483         images/math/therefore.svgz \
1484         images/math/theta.svgz \
1485         images/math/theta2.svgz \
1486         images/math/textdegree.svgz \
1487         images/math/textrm.svgz \
1488         images/math/thickapprox.svgz \
1489         images/math/thicksim.svgz \
1490         images/math/thorn.svgz \
1491         images/math/thorn2.svgz \
1492         images/math/tilde.svgz \
1493         images/math/times.svgz \
1494         images/math/to.svgz \
1495         images/math/top.svgz \
1496         images/math/triangle.svgz \
1497         images/math/triangledown.svgz \
1498         images/math/triangleleft.svgz \
1499         images/math/trianglelefteq.svgz \
1500         images/math/trianglelefteqslant.svgz \
1501         images/math/triangleq.svgz \
1502         images/math/triangleright.svgz \
1503         images/math/trianglerighteq.svgz \
1504         images/math/trianglerighteqslant.svgz \
1505         images/math/twoheadleftarrow.svgz \
1506         images/math/twoheadrightarrow.svgz \
1507         images/math/twonotes.svgz \
1508         images/math/ulcorner.svgz \
1509         images/math/underbar.svgz \
1510         images/math/underbrace.svgz \
1511         images/math/underleftarrow.svgz \
1512         images/math/underleftrightarrow.svgz \
1513         images/math/underline.svgz \
1514         images/math/underrightarrow.svgz \
1515         images/math/underscore.svgz \
1516         images/math/underset.svgz \
1517         images/math/undertilde.svgz \
1518         images/math/unlhd.svgz \
1519         images/math/unrhd.svgz \
1520         images/math/uparrow.svgz \
1521         images/math/uparrow2.svgz \
1522         images/math/uparrow3.svgz \
1523         images/math/updownarrow.svgz \
1524         images/math/updownarrow2.svgz \
1525         images/math/upharpoonleft.svgz \
1526         images/math/upharpoonright.svgz \
1527         images/math/uplus.svgz \
1528         images/math/upsilon.svgz \
1529         images/math/upsilon2.svgz \
1530         images/math/upuparrows.svgz \
1531         images/math/uranus.svgz \
1532         images/math/urcorner.svgz \
1533         images/math/utilde.svgz \
1534         images/math/varangle.svgz \
1535         images/math/varbigcirc.svgz \
1536         images/math/varcopyright.svgz \
1537         images/math/varcurlyvee.svgz \
1538         images/math/varcurlywedge.svgz \
1539         images/math/vargamma2.svgz \
1540         images/math/vardelta2.svgz \
1541         images/math/varepsilon.svgz \
1542         images/math/varhexagon.svgz \
1543         images/math/varhexstar.svgz \
1544         images/math/variiint.svgz \
1545         images/math/variiintop.svgz \
1546         images/math/variint.svgz \
1547         images/math/variintop.svgz \
1548         images/math/varint.svgz \
1549         images/math/varintop.svgz \
1550         images/math/varkappa.svgz \
1551         images/math/varlambda2.svgz \
1552         images/math/varnothing.svgz \
1553         images/math/varoast.svgz \
1554         images/math/varobar.svgz \
1555         images/math/varobslash.svgz \
1556         images/math/varocircle.svgz \
1557         images/math/varodot.svgz \
1558         images/math/varogreaterthan.svgz \
1559         images/math/varoiint.svgz \
1560         images/math/varoiintop.svgz \
1561         images/math/varoint.svgz \
1562         images/math/varointop.svgz \
1563         images/math/varointclockwise.svgz \
1564         images/math/varointclockwiseop.svgz \
1565         images/math/varointctrclockwise.svgz \
1566         images/math/varointctrclockwiseop.svgz \
1567         images/math/varolessthan.svgz \
1568         images/math/varomega2.svgz \
1569         images/math/varominus.svgz \
1570         images/math/varoplus.svgz \
1571         images/math/varoslash.svgz \
1572         images/math/varotimes.svgz \
1573         images/math/varovee.svgz \
1574         images/math/varowedge.svgz \
1575         images/math/varphi.svgz \
1576         images/math/varphi2.svgz \
1577         images/math/varpi.svgz \
1578         images/math/varpi2.svgz \
1579         images/math/varpropto.svgz \
1580         images/math/varpsi2.svgz \
1581         images/math/varrho.svgz \
1582         images/math/varsigma.svgz \
1583         images/math/varsigma2.svgz \
1584         images/math/varsubsetneq.svgz \
1585         images/math/varsubsetneqq.svgz \
1586         images/math/varsupsetneq.svgz \
1587         images/math/varsupsetneqq.svgz \
1588         images/math/vartheta.svgz \
1589         images/math/vartheta2.svgz \
1590         images/math/vartimes.svgz \
1591         images/math/vartriangle.svgz \
1592         images/math/vartriangleleft.svgz \
1593         images/math/vartriangleright.svgz \
1594         images/math/varupsilon2.svgz \
1595         images/math/varxi2.svgz \
1596         images/math/vcentcolon.svgz \
1597         images/math/vdash.svgz \
1598         images/math/vdash2.svgz \
1599         images/math/vdash3.svgz \
1600         images/math/vdots.svgz \
1601         images/math/vec.svgz \
1602         images/math/vee.svgz \
1603         images/math/veebar.svgz \
1604         images/math/venus.svgz \
1605         images/math/vernal.svgz \
1606         images/math/vert.svgz \
1607         images/math/vert2.svgz \
1608         images/math/VHF.svgz \
1609         images/math/virgo.svgz \
1610         images/math/vphantom.svgz \
1611         images/math/Vvdash.svgz \
1612         images/math/wasylozenge.svgz \
1613         images/math/wasypropto.svgz \
1614         images/math/wasytherefore.svgz \
1615         images/math/wedge.svgz \
1616         images/math/widehat.svgz \
1617         images/math/widetilde.svgz \
1618         images/math/wp.svgz \
1619         images/math/wr.svgz \
1620         images/math/xbox3.svgz \
1621         images/math/xcancel.svgz \
1622         images/math/xi.svgz \
1623         images/math/xi2.svgz \
1624         images/math/xleftarrow.svgz \
1625         images/math/xrightarrow.svgz \
1626         images/math/Ydown.svgz \
1627         images/math/yen.svgz \
1628         images/math/Yleft.svgz \
1629         images/math/Yright.svgz \
1630         images/math/Yup.svgz \
1631         images/math/zeta.svgz
1632
1633 imagesbulletsdir = $(imagesdir)/bullets
1634 dist_imagesbullets_DATA = \
1635         images/bullets/ast.svgz \
1636         images/bullets/bfendash.svgz \
1637         images/bullets/bigtriangledown.svgz \
1638         images/bullets/bigtriangleup.svgz \
1639         images/bullets/box.svgz \
1640         images/bullets/bullet.svgz \
1641         images/bullets/cdot.svgz \
1642         images/bullets/circ.svgz \
1643         images/bullets/clubsuit.svgz \
1644         images/bullets/dagger.svgz \
1645         images/bullets/dashv.svgz \
1646         images/bullets/diamondsuit.svgz \
1647         images/bullets/diamond.svgz \
1648         images/bullets/diamond2.svgz \
1649         images/bullets/ding100.svgz \
1650         images/bullets/ding101.svgz \
1651         images/bullets/ding102.svgz \
1652         images/bullets/ding103.svgz \
1653         images/bullets/ding104.svgz \
1654         images/bullets/ding105.svgz \
1655         images/bullets/ding106.svgz \
1656         images/bullets/ding107.svgz \
1657         images/bullets/ding108.svgz \
1658         images/bullets/ding109.svgz \
1659         images/bullets/ding110.svgz \
1660         images/bullets/ding111.svgz \
1661         images/bullets/ding112.svgz \
1662         images/bullets/ding113.svgz \
1663         images/bullets/ding114.svgz \
1664         images/bullets/ding115.svgz \
1665         images/bullets/ding116.svgz \
1666         images/bullets/ding117.svgz \
1667         images/bullets/ding118.svgz \
1668         images/bullets/ding119.svgz \
1669         images/bullets/ding120.svgz \
1670         images/bullets/ding121.svgz \
1671         images/bullets/ding122.svgz \
1672         images/bullets/ding162.svgz \
1673         images/bullets/ding163.svgz \
1674         images/bullets/ding164.svgz \
1675         images/bullets/ding165.svgz \
1676         images/bullets/ding166.svgz \
1677         images/bullets/ding167.svgz \
1678         images/bullets/ding168.svgz \
1679         images/bullets/ding169.svgz \
1680         images/bullets/ding170.svgz \
1681         images/bullets/ding171.svgz \
1682         images/bullets/ding212.svgz \
1683         images/bullets/ding213.svgz \
1684         images/bullets/ding217.svgz \
1685         images/bullets/ding219.svgz \
1686         images/bullets/ding220.svgz \
1687         images/bullets/ding221.svgz \
1688         images/bullets/ding222.svgz \
1689         images/bullets/ding223.svgz \
1690         images/bullets/ding224.svgz \
1691         images/bullets/ding225.svgz \
1692         images/bullets/ding226.svgz \
1693         images/bullets/ding227.svgz \
1694         images/bullets/ding228.svgz \
1695         images/bullets/ding229.svgz \
1696         images/bullets/ding230.svgz \
1697         images/bullets/ding231.svgz \
1698         images/bullets/ding232.svgz \
1699         images/bullets/ding233.svgz \
1700         images/bullets/ding234.svgz \
1701         images/bullets/ding235.svgz \
1702         images/bullets/ding236.svgz \
1703         images/bullets/ding237.svgz \
1704         images/bullets/ding238.svgz \
1705         images/bullets/ding239.svgz \
1706         images/bullets/ding241.svgz \
1707         images/bullets/ding242.svgz \
1708         images/bullets/ding243.svgz \
1709         images/bullets/ding245.svgz \
1710         images/bullets/ding248.svgz \
1711         images/bullets/ding250.svgz \
1712         images/bullets/ding251.svgz \
1713         images/bullets/ding252.svgz \
1714         images/bullets/ding253.svgz \
1715         images/bullets/ding254.svgz \
1716         images/bullets/ding34.svgz \
1717         images/bullets/ding36.svgz \
1718         images/bullets/ding37.svgz \
1719         images/bullets/ding38.svgz \
1720         images/bullets/ding39.svgz \
1721         images/bullets/ding40.svgz \
1722         images/bullets/ding41.svgz \
1723         images/bullets/ding42.svgz \
1724         images/bullets/ding43.svgz \
1725         images/bullets/ding44.svgz \
1726         images/bullets/ding45.svgz \
1727         images/bullets/ding47.svgz \
1728         images/bullets/ding49.svgz \
1729         images/bullets/ding50.svgz \
1730         images/bullets/ding51.svgz \
1731         images/bullets/ding52.svgz \
1732         images/bullets/ding53.svgz \
1733         images/bullets/ding54.svgz \
1734         images/bullets/ding55.svgz \
1735         images/bullets/ding56.svgz \
1736         images/bullets/ding57.svgz \
1737         images/bullets/ding58.svgz \
1738         images/bullets/ding59.svgz \
1739         images/bullets/ding60.svgz \
1740         images/bullets/ding61.svgz \
1741         images/bullets/ding62.svgz \
1742         images/bullets/ding63.svgz \
1743         images/bullets/ding64.svgz \
1744         images/bullets/ding65.svgz \
1745         images/bullets/ding66.svgz \
1746         images/bullets/ding67.svgz \
1747         images/bullets/ding68.svgz \
1748         images/bullets/ding69.svgz \
1749         images/bullets/ding70.svgz \
1750         images/bullets/ding71.svgz \
1751         images/bullets/ding72.svgz \
1752         images/bullets/ding74.svgz \
1753         images/bullets/ding75.svgz \
1754         images/bullets/ding76.svgz \
1755         images/bullets/ding77.svgz \
1756         images/bullets/ding78.svgz \
1757         images/bullets/ding79.svgz \
1758         images/bullets/ding80.svgz \
1759         images/bullets/ding81.svgz \
1760         images/bullets/ding82.svgz \
1761         images/bullets/ding83.svgz \
1762         images/bullets/ding84.svgz \
1763         images/bullets/ding85.svgz \
1764         images/bullets/ding86.svgz \
1765         images/bullets/ding87.svgz \
1766         images/bullets/ding88.svgz \
1767         images/bullets/ding89.svgz \
1768         images/bullets/ding90.svgz \
1769         images/bullets/ding91.svgz \
1770         images/bullets/ding92.svgz \
1771         images/bullets/ding93.svgz \
1772         images/bullets/ding94.svgz \
1773         images/bullets/ding95.svgz \
1774         images/bullets/ding96.svgz \
1775         images/bullets/ding97.svgz \
1776         images/bullets/ding98.svgz \
1777         images/bullets/ding99.svgz \
1778         images/bullets/flat.svgz \
1779         images/bullets/heartsuit.svgz \
1780         images/bullets/leadsto.svgz \
1781         images/bullets/lhd.svgz \
1782         images/bullets/natural.svgz \
1783         images/bullets/odot.svgz \
1784         images/bullets/ominus.svgz \
1785         images/bullets/oplus.svgz \
1786         images/bullets/oslash.svgz \
1787         images/bullets/otimes.svgz \
1788         images/bullets/pisymbol_psy167.svgz \
1789         images/bullets/pisymbol_psy168.svgz \
1790         images/bullets/pisymbol_psy169.svgz \
1791         images/bullets/pisymbol_psy170.svgz \
1792         images/bullets/pisymbol_psy174.svgz \
1793         images/bullets/pisymbol_psy183.svgz \
1794         images/bullets/pisymbol_psy196.svgz \
1795         images/bullets/pisymbol_psy197.svgz \
1796         images/bullets/pisymbol_psy209.svgz \
1797         images/bullets/pisymbol_psy215.svgz \
1798         images/bullets/pisymbol_psy222.svgz \
1799         images/bullets/pisymbol_psy224.svgz \
1800         images/bullets/pisymbol_psy42.svgz \
1801         images/bullets/pisymbol_psy45.svgz \
1802         images/bullets/pisymbol_psy68.svgz \
1803         images/bullets/rhd.svgz \
1804         images/bullets/rightarrow2.svgz \
1805         images/bullets/rightarrow.svgz \
1806         images/bullets/rightharpoondown.svgz \
1807         images/bullets/rightharpoonup.svgz \
1808         images/bullets/sharp.svgz \
1809         images/bullets/spadesuit.svgz \
1810         images/bullets/star.svgz \
1811         images/bullets/succ.svgz \
1812         images/bullets/triangleleft.svgz \
1813         images/bullets/triangleright.svgz \
1814         images/bullets/vdash.svgz
1815
1816
1817 imagesipadir = $(imagesdir)/ipa
1818 dist_imagesipa_DATA = \
1819         images/ipa/ipamacro-insert_deco_bottomtiebar.svgz \
1820         images/ipa/ipamacro-insert_deco_toptiebar.svgz \
1821         images/ipa/ipamacro-insert_tone-falling.svgz \
1822         images/ipa/ipamacro-insert_tone-high-rising-falling.svgz \
1823         images/ipa/ipamacro-insert_tone-high-rising.svgz \
1824         images/ipa/ipamacro-insert_tone-low-rising.svgz \
1825         images/ipa/ipamacro-insert_tone-rising.svgz \
1826         images/ipa/unicode-insert_0x002e.svgz \
1827         images/ipa/unicode-insert_0x0061.svgz \
1828         images/ipa/unicode-insert_0x0062.svgz \
1829         images/ipa/unicode-insert_0x0063.svgz \
1830         images/ipa/unicode-insert_0x0064.svgz \
1831         images/ipa/unicode-insert_0x0065.svgz \
1832         images/ipa/unicode-insert_0x0066.svgz \
1833         images/ipa/unicode-insert_0x0067.svgz \
1834         images/ipa/unicode-insert_0x0068.svgz \
1835         images/ipa/unicode-insert_0x0069.svgz \
1836         images/ipa/unicode-insert_0x006a.svgz \
1837         images/ipa/unicode-insert_0x006b.svgz \
1838         images/ipa/unicode-insert_0x006c.svgz \
1839         images/ipa/unicode-insert_0x006d.svgz \
1840         images/ipa/unicode-insert_0x006e.svgz \
1841         images/ipa/unicode-insert_0x006f.svgz \
1842         images/ipa/unicode-insert_0x0070.svgz \
1843         images/ipa/unicode-insert_0x0071.svgz \
1844         images/ipa/unicode-insert_0x0072.svgz \
1845         images/ipa/unicode-insert_0x0073.svgz \
1846         images/ipa/unicode-insert_0x0074.svgz \
1847         images/ipa/unicode-insert_0x0075.svgz \
1848         images/ipa/unicode-insert_0x0076.svgz \
1849         images/ipa/unicode-insert_0x0077.svgz \
1850         images/ipa/unicode-insert_0x0078.svgz \
1851         images/ipa/unicode-insert_0x0079.svgz \
1852         images/ipa/unicode-insert_0x007a.svgz \
1853         images/ipa/unicode-insert_0x007c.svgz \
1854         images/ipa/unicode-insert_0x00e6.svgz \
1855         images/ipa/unicode-insert_0x00e7.svgz \
1856         images/ipa/unicode-insert_0x00f0.svgz \
1857         images/ipa/unicode-insert_0x00f8.svgz \
1858         images/ipa/unicode-insert_0x0127.svgz \
1859         images/ipa/unicode-insert_0x014b.svgz \
1860         images/ipa/unicode-insert_0x0153.svgz \
1861         images/ipa/unicode-insert_0x01c0.svgz \
1862         images/ipa/unicode-insert_0x01c1.svgz \
1863         images/ipa/unicode-insert_0x01c2.svgz \
1864         images/ipa/unicode-insert_0x01c3.svgz \
1865         images/ipa/unicode-insert_0x0250.svgz \
1866         images/ipa/unicode-insert_0x0251.svgz \
1867         images/ipa/unicode-insert_0x0252.svgz \
1868         images/ipa/unicode-insert_0x0253.svgz \
1869         images/ipa/unicode-insert_0x0254.svgz \
1870         images/ipa/unicode-insert_0x0255.svgz \
1871         images/ipa/unicode-insert_0x0256.svgz \
1872         images/ipa/unicode-insert_0x0257.svgz \
1873         images/ipa/unicode-insert_0x0258.svgz \
1874         images/ipa/unicode-insert_0x0259.svgz \
1875         images/ipa/unicode-insert_0x025a.svgz \
1876         images/ipa/unicode-insert_0x025b.svgz \
1877         images/ipa/unicode-insert_0x025c.svgz \
1878         images/ipa/unicode-insert_0x025d.svgz \
1879         images/ipa/unicode-insert_0x025e.svgz \
1880         images/ipa/unicode-insert_0x025f.svgz \
1881         images/ipa/unicode-insert_0x0260.svgz \
1882         images/ipa/unicode-insert_0x0261.svgz \
1883         images/ipa/unicode-insert_0x0262.svgz \
1884         images/ipa/unicode-insert_0x0263.svgz \
1885         images/ipa/unicode-insert_0x0264.svgz \
1886         images/ipa/unicode-insert_0x0265.svgz \
1887         images/ipa/unicode-insert_0x0266.svgz \
1888         images/ipa/unicode-insert_0x0267.svgz \
1889         images/ipa/unicode-insert_0x0268.svgz \
1890         images/ipa/unicode-insert_0x0269.svgz \
1891         images/ipa/unicode-insert_0x026a.svgz \
1892         images/ipa/unicode-insert_0x026b.svgz \
1893         images/ipa/unicode-insert_0x026c.svgz \
1894         images/ipa/unicode-insert_0x026d.svgz \
1895         images/ipa/unicode-insert_0x026e.svgz \
1896         images/ipa/unicode-insert_0x026f.svgz \
1897         images/ipa/unicode-insert_0x0270.svgz \
1898         images/ipa/unicode-insert_0x0271.svgz \
1899         images/ipa/unicode-insert_0x0272.svgz \
1900         images/ipa/unicode-insert_0x0273.svgz \
1901         images/ipa/unicode-insert_0x0274.svgz \
1902         images/ipa/unicode-insert_0x0275.svgz \
1903         images/ipa/unicode-insert_0x0276.svgz \
1904         images/ipa/unicode-insert_0x0277.svgz \
1905         images/ipa/unicode-insert_0x0278.svgz \
1906         images/ipa/unicode-insert_0x0279.svgz \
1907         images/ipa/unicode-insert_0x027a.svgz \
1908         images/ipa/unicode-insert_0x027b.svgz \
1909         images/ipa/unicode-insert_0x027c.svgz \
1910         images/ipa/unicode-insert_0x027d.svgz \
1911         images/ipa/unicode-insert_0x027e.svgz \
1912         images/ipa/unicode-insert_0x027f.svgz \
1913         images/ipa/unicode-insert_0x0280.svgz \
1914         images/ipa/unicode-insert_0x0281.svgz \
1915         images/ipa/unicode-insert_0x0282.svgz \
1916         images/ipa/unicode-insert_0x0283.svgz \
1917         images/ipa/unicode-insert_0x0284.svgz \
1918         images/ipa/unicode-insert_0x0285.svgz \
1919         images/ipa/unicode-insert_0x0286.svgz \
1920         images/ipa/unicode-insert_0x0287.svgz \
1921         images/ipa/unicode-insert_0x0288.svgz \
1922         images/ipa/unicode-insert_0x0289.svgz \
1923         images/ipa/unicode-insert_0x028a.svgz \
1924         images/ipa/unicode-insert_0x028b.svgz \
1925         images/ipa/unicode-insert_0x028c.svgz \
1926         images/ipa/unicode-insert_0x028d.svgz \
1927         images/ipa/unicode-insert_0x028e.svgz \
1928         images/ipa/unicode-insert_0x028f.svgz \
1929         images/ipa/unicode-insert_0x0290.svgz \
1930         images/ipa/unicode-insert_0x0291.svgz \
1931         images/ipa/unicode-insert_0x0292.svgz \
1932         images/ipa/unicode-insert_0x0293.svgz \
1933         images/ipa/unicode-insert_0x0294.svgz \
1934         images/ipa/unicode-insert_0x0295.svgz \
1935         images/ipa/unicode-insert_0x0296.svgz \
1936         images/ipa/unicode-insert_0x0297.svgz \
1937         images/ipa/unicode-insert_0x0298.svgz \
1938         images/ipa/unicode-insert_0x0299.svgz \
1939         images/ipa/unicode-insert_0x029a.svgz \
1940         images/ipa/unicode-insert_0x029b.svgz \
1941         images/ipa/unicode-insert_0x029c.svgz \
1942         images/ipa/unicode-insert_0x029d.svgz \
1943         images/ipa/unicode-insert_0x029e.svgz \
1944         images/ipa/unicode-insert_0x029f.svgz \
1945         images/ipa/unicode-insert_0x02a0.svgz \
1946         images/ipa/unicode-insert_0x02a1.svgz \
1947         images/ipa/unicode-insert_0x02a2.svgz \
1948         images/ipa/unicode-insert_0x02a3.svgz \
1949         images/ipa/unicode-insert_0x02a4.svgz \
1950         images/ipa/unicode-insert_0x02a5.svgz \
1951         images/ipa/unicode-insert_0x02a6.svgz \
1952         images/ipa/unicode-insert_0x02a7.svgz \
1953         images/ipa/unicode-insert_0x02a8.svgz \
1954         images/ipa/unicode-insert_0x02a9.svgz \
1955         images/ipa/unicode-insert_0x02aA.svgz \
1956         images/ipa/unicode-insert_0x02ab.svgz \
1957         images/ipa/unicode-insert_0x02ac.svgz \
1958         images/ipa/unicode-insert_0x02ad.svgz \
1959         images/ipa/unicode-insert_0x02b0.svgz \
1960         images/ipa/unicode-insert_0x02b2.svgz \
1961         images/ipa/unicode-insert_0x02b7.svgz \
1962         images/ipa/unicode-insert_0x02bc.svgz \
1963         images/ipa/unicode-insert_0x02c8.svgz \
1964         images/ipa/unicode-insert_0x02cc.svgz \
1965         images/ipa/unicode-insert_0x02d0.svgz \
1966         images/ipa/unicode-insert_0x02d1.svgz \
1967         images/ipa/unicode-insert_0x02de.svgz \
1968         images/ipa/unicode-insert_0x02e0.svgz \
1969         images/ipa/unicode-insert_0x02e1.svgz \
1970         images/ipa/unicode-insert_0x02e4.svgz \
1971         images/ipa/unicode-insert_0x02e5.svgz \
1972         images/ipa/unicode-insert_0x02e6.svgz \
1973         images/ipa/unicode-insert_0x02e7.svgz \
1974         images/ipa/unicode-insert_0x02e8.svgz \
1975         images/ipa/unicode-insert_0x02e9.svgz \
1976         images/ipa/unicode-insert_0x02fa.svgz \
1977         images/ipa/unicode-insert_0x0300.svgz \
1978         images/ipa/unicode-insert_0x0301.svgz \
1979         images/ipa/unicode-insert_0x0302.svgz \
1980         images/ipa/unicode-insert_0x0303.svgz \
1981         images/ipa/unicode-insert_0x0304.svgz \
1982         images/ipa/unicode-insert_0x0306.svgz \
1983         images/ipa/unicode-insert_0x0308.svgz \
1984         images/ipa/unicode-insert_0x030a.svgz \
1985         images/ipa/unicode-insert_0x030b.svgz \
1986         images/ipa/unicode-insert_0x030c.svgz \
1987         images/ipa/unicode-insert_0x030f.svgz \
1988         images/ipa/unicode-insert_0x0318.svgz \
1989         images/ipa/unicode-insert_0x0319.svgz \
1990         images/ipa/unicode-insert_0x031c.svgz \
1991         images/ipa/unicode-insert_0x031d.svgz \
1992         images/ipa/unicode-insert_0x031e.svgz \
1993         images/ipa/unicode-insert_0x031f.svgz \
1994         images/ipa/unicode-insert_0x0320.svgz \
1995         images/ipa/unicode-insert_0x0324.svgz \
1996         images/ipa/unicode-insert_0x0325.svgz \
1997         images/ipa/unicode-insert_0x0329.svgz \
1998         images/ipa/unicode-insert_0x032a.svgz \
1999         images/ipa/unicode-insert_0x032c.svgz \
2000         images/ipa/unicode-insert_0x032f.svgz \
2001         images/ipa/unicode-insert_0x0330.svgz \
2002         images/ipa/unicode-insert_0x0334.svgz \
2003         images/ipa/unicode-insert_0x0339.svgz \
2004         images/ipa/unicode-insert_0x033a.svgz \
2005         images/ipa/unicode-insert_0x033b.svgz \
2006         images/ipa/unicode-insert_0x033c.svgz \
2007         images/ipa/unicode-insert_0x033d.svgz \
2008         images/ipa/unicode-insert_0x03b2.svgz \
2009         images/ipa/unicode-insert_0x03b8.svgz \
2010         images/ipa/unicode-insert_0x03c7.svgz \
2011         images/ipa/unicode-insert_0x1dc4.svgz \
2012         images/ipa/unicode-insert_0x1dc5.svgz \
2013         images/ipa/unicode-insert_0x1dc8.svgz \
2014         images/ipa/unicode-insert_0x2016.svgz \
2015         images/ipa/unicode-insert_0x203f.svgz \
2016         images/ipa/unicode-insert_0x207f.svgz \
2017         images/ipa/unicode-insert_0x2197.svgz \
2018         images/ipa/unicode-insert_0x2198.svgz \
2019         images/ipa/unicode-insert_0x2c71.svgz \
2020         images/ipa/unicode-insert_0xa71b.svgz \
2021         images/ipa/unicode-insert_0xa71c.svgz
2022
2023 imagesoxygendir = $(imagesdir)/oxygen
2024 dist_imagesoxygen_DATA1X = \
2025         images/oxygen/all-changes-accept.svgz \
2026         images/oxygen/all-changes-reject.svgz \
2027         images/oxygen/bookmark-goto.svgz \
2028         images/oxygen/bookmark-goto_0.svgz \
2029         images/oxygen/bookmark-save.svgz \
2030         images/oxygen/box-insert.svgz \
2031         images/oxygen/break-line.svgz \
2032         images/oxygen/buffer-close.svgz \
2033         images/oxygen/buffer-export.svgz \
2034         images/oxygen/buffer-export_dvi.svgz \
2035         images/oxygen/buffer-export_dvi3.svgz \
2036         images/oxygen/buffer-export_latex.svgz \
2037         images/oxygen/buffer-export_pdf.svgz \
2038         images/oxygen/buffer-export_pdf2.svgz \
2039         images/oxygen/buffer-export_pdf3.svgz \
2040         images/oxygen/buffer-export_pdf4.svgz \
2041         images/oxygen/buffer-export_pdf5.svgz \
2042         images/oxygen/buffer-export_ps.svgz \
2043         images/oxygen/buffer-export_text.svgz \
2044         images/oxygen/buffer-new.svgz \
2045         images/oxygen/buffer-reload.svgz \
2046         images/oxygen/buffer-toggle-output-sync.svgz \
2047         images/oxygen/buffer-update.svgz \
2048         images/oxygen/buffer-update_dvi.svgz \
2049         images/oxygen/buffer-update_dvi3.svgz \
2050         images/oxygen/buffer-update_pdf.svgz \
2051         images/oxygen/buffer-update_pdf2.svgz \
2052         images/oxygen/buffer-update_pdf3.svgz \
2053         images/oxygen/buffer-update_pdf4.svgz \
2054         images/oxygen/buffer-update_pdf5.svgz \
2055         images/oxygen/buffer-update_ps.svgz \
2056         images/oxygen/buffer-view.svgz \
2057         images/oxygen/buffer-view_dvi.svgz \
2058         images/oxygen/buffer-view_dvi3.svgz \
2059         images/oxygen/buffer-view_pdf.svgz \
2060         images/oxygen/buffer-view_pdf2.svgz \
2061         images/oxygen/buffer-view_pdf3.svgz \
2062         images/oxygen/buffer-view_pdf4.svgz \
2063         images/oxygen/buffer-view_pdf5.svgz \
2064         images/oxygen/buffer-view_ps.svgz \
2065         images/oxygen/buffer-write-as.svgz \
2066         images/oxygen/buffer-write.svgz \
2067         images/oxygen/build-program.svgz \
2068         images/oxygen/change-accept.svgz \
2069         images/oxygen/change-next.svgz \
2070         images/oxygen/change-reject.svgz \
2071         images/oxygen/changes-merge.svgz \
2072         images/oxygen/changes-output.svgz \
2073         images/oxygen/changes-track.svgz \
2074         images/oxygen/closetab.svgz \
2075         images/oxygen/command-alternatives_outline-in_depth-increment.svgz \
2076         images/oxygen/command-alternatives_outline-out_depth-decrement.svgz \
2077         images/oxygen/copy.svgz \
2078         images/oxygen/cut.svgz \
2079         images/oxygen/depth-decrement.svgz \
2080         images/oxygen/depth-increment.svgz \
2081         images/oxygen/dialog-preferences.svgz \
2082         images/oxygen/dialog-show-new-inset_citation.svgz \
2083         images/oxygen/dialog-show-new-inset_graphics.svgz \
2084         images/oxygen/dialog-show-new-inset_include.svgz \
2085         images/oxygen/dialog-show-new-inset_ref.svgz \
2086         images/oxygen/dialog-show_character.svgz \
2087         images/oxygen/dialog-show_findreplace.svgz \
2088         images/oxygen/dialog-show_findreplaceadv.svgz \
2089         images/oxygen/dialog-show_mathdelimiter.svgz \
2090         images/oxygen/dialog-show_mathmatrix.svgz \
2091         images/oxygen/dialog-show_print.svgz \
2092         images/oxygen/dialog-show_spellchecker.svgz \
2093         images/oxygen/dialog-show_toc.svgz \
2094         images/oxygen/dialog-show_vclog.svgz \
2095         images/oxygen/dynamic-char-styles.svgz \
2096         images/oxygen/dynamic-custom-insets.svgz \
2097         images/oxygen/down.svgz \
2098         images/oxygen/editclear.svgz \
2099         images/oxygen/ert-insert.svgz \
2100         images/oxygen/file-open.svgz \
2101         images/oxygen/float-insert_figure.svgz \
2102         images/oxygen/float-insert_table.svgz \
2103         images/oxygen/font-bold.svgz \
2104         images/oxygen/font-emph.svgz \
2105         images/oxygen/font-noun.svgz \
2106         images/oxygen/font-sans.svgz \
2107         images/oxygen/font-smallcaps.svgz \
2108         images/oxygen/footnote-insert.svgz \
2109         images/oxygen/hidetab.svgz \
2110         images/oxygen/href-insert.svgz \
2111         images/oxygen/index-insert.svgz \
2112         images/oxygen/info-insert_vcs_revision.svgz \
2113         images/oxygen/label-insert.svgz \
2114         images/oxygen/layout-document.svgz \
2115         images/oxygen/layout-paragraph.svgz \
2116         images/oxygen/layout.svgz \
2117         images/oxygen/layout-toggle_Chunk.svgz \
2118         images/oxygen/layout-toggle_Description.svgz \
2119         images/oxygen/layout-toggle_Enumerate+rtl.svgz  \
2120         images/oxygen/layout-toggle_Enumerate.svgz  \
2121         images/oxygen/layout-toggle_Itemize.svgz \
2122         images/oxygen/layout-toggle_Labeling.svgz \
2123         images/oxygen/layout-toggle_List.svgz \
2124         images/oxygen/layout-toggle_LyX-Code.svgz \
2125         images/oxygen/layout-toggle_Section.svgz \
2126         images/oxygen/lyx-quit.svgz \
2127         images/oxygen/marginalnote-insert.svgz \
2128         images/oxygen/master-buffer-update.svgz \
2129         images/oxygen/master-buffer-update_pdf2.svgz \
2130         images/oxygen/master-buffer-view.svgz \
2131         images/oxygen/math-display.svgz \
2132         images/oxygen/math-macro-add-greedy-optional-param.svgz \
2133         images/oxygen/math-macro-add-optional-param.svgz \
2134         images/oxygen/math-macro-add-param.svgz \
2135         images/oxygen/math-macro-append-greedy-param.svgz \
2136         images/oxygen/math-macro-make-nonoptional.svgz \
2137         images/oxygen/math-macro-make-optional.svgz \
2138         images/oxygen/math-macro-remove-greedy-param.svgz \
2139         images/oxygen/math-macro-remove-optional-param.svgz \
2140         images/oxygen/math-macro-remove-param.svgz \
2141         images/oxygen/math-macro_newmacroname_newcommand.svgz \
2142         images/oxygen/math-matrix.svgz \
2143         images/oxygen/math-mode.svgz \
2144         images/oxygen/math-subscript.svgz \
2145         images/oxygen/math-superscript.svgz \
2146         images/oxygen/nomencl-insert.svgz \
2147         images/oxygen/note-insert.svgz \
2148         images/oxygen/note-next.svgz \
2149         images/oxygen/outline-down.svgz \
2150         images/oxygen/outline-in.svgz \
2151         images/oxygen/outline-in+rtl.svgz \
2152         images/oxygen/outline-out.svgz \
2153         images/oxygen/outline-out+rtl.svgz \
2154         images/oxygen/outline-up.svgz \
2155         images/oxygen/paste.svgz \
2156         images/oxygen/redo.svgz \
2157         images/oxygen/reload.svgz \
2158         images/oxygen/script-insert_subscript.svgz \
2159         images/oxygen/script-insert_superscript.svgz \
2160         images/oxygen/spelling-continuously.svgz \
2161         images/oxygen/sub.svgz \
2162         images/oxygen/super.svgz \
2163         images/oxygen/tab-group-close.svgz \
2164         images/oxygen/tabular-feature_align-decimal.svgz \
2165         images/oxygen/tabular-feature_append-column.svgz \
2166         images/oxygen/tabular-feature_append-row.svgz \
2167         images/oxygen/tabular-feature_delete-column.svgz \
2168         images/oxygen/tabular-feature_delete-row.svgz \
2169         images/oxygen/tabular-feature_m-align-center.svgz \
2170         images/oxygen/tabular-feature_m-align-left.svgz \
2171         images/oxygen/tabular-feature_m-align-right.svgz \
2172         images/oxygen/tabular-feature_m-valign-bottom.svgz \
2173         images/oxygen/tabular-feature_m-valign-middle.svgz \
2174         images/oxygen/tabular-feature_m-valign-top.svgz \
2175         images/oxygen/tabular-feature_move-column-left.svgz \
2176         images/oxygen/tabular-feature_move-column-right.svgz \
2177         images/oxygen/tabular-feature_move-row-down.svgz \
2178         images/oxygen/tabular-feature_move-row-up.svgz \
2179         images/oxygen/tabular-feature_multicolumn.svgz \
2180         images/oxygen/tabular-feature_multirow.svgz \
2181         images/oxygen/tabular-feature_reset-formal-default.svgz \
2182         images/oxygen/tabular-feature_toggle-all-lines.svgz \
2183         images/oxygen/tabular-feature_toggle-border-lines.svgz \
2184         images/oxygen/tabular-feature_toggle-inner-lines.svgz \
2185         images/oxygen/tabular-feature_set-longtabular.svgz \
2186         images/oxygen/tabular-feature_toggle-line-bottom.svgz \
2187         images/oxygen/tabular-feature_toggle-line-left.svgz \
2188         images/oxygen/tabular-feature_toggle-line-right.svgz \
2189         images/oxygen/tabular-feature_toggle-line-top.svgz \
2190         images/oxygen/tabular-feature_toggle-rotate-cell.svgz \
2191         images/oxygen/tabular-feature_toggle-rotate-tabular.svgz \
2192         images/oxygen/tabular-feature_unset-all-lines.svgz \
2193         images/oxygen/tabular-insert.svgz \
2194         images/oxygen/textstyle-apply.svgz \
2195         images/oxygen/thesaurus-entry.svgz \
2196         images/oxygen/toolbar-toggle_math.svgz \
2197         images/oxygen/toolbar-toggle_math_panels.svgz \
2198         images/oxygen/toolbar-toggle_review.svgz \
2199         images/oxygen/toolbar-toggle_table.svgz \
2200         images/oxygen/undo.svgz \
2201         images/oxygen/unknown.svgz \
2202         images/oxygen/up.svgz \
2203         images/oxygen/update-others.svgz \
2204         images/oxygen/url-insert.svgz \
2205         images/oxygen/vc-check-in.svgz \
2206         images/oxygen/vc-check-out.svgz \
2207         images/oxygen/vc-compare.svgz \
2208         images/oxygen/vc-compare_0.svgz \
2209         images/oxygen/vc-locking-toggle.svgz \
2210         images/oxygen/vc-register.svgz \
2211         images/oxygen/vc-repo-update.svgz \
2212         images/oxygen/vc-revert.svgz \
2213         images/oxygen/view-others.svgz \
2214         images/oxygen/view-split_horizontal.svgz \
2215         images/oxygen/view-split_vertical.svgz
2216
2217 dist_imagesoxygen_DATA = \
2218         images/oxygen/iconsize.png \
2219         $(dist_imagesoxygen_DATA1X)
2220
2221 imagesmathoxygendir = $(imagesdir)/math/oxygen
2222 dist_imagesmathoxygen_DATA = \
2223         images/math/oxygen/cases.svgz \
2224         images/math/oxygen/delim.svgz \
2225         images/math/oxygen/font.svgz \
2226         images/math/oxygen/frac.svgz \
2227         images/math/oxygen/frac-square.svgz \
2228         images/math/oxygen/functions.svgz \
2229         images/math/oxygen/space.svgz \
2230         images/math/oxygen/style.svgz
2231
2232 imagesclassicdir = $(imagesdir)/classic
2233 dist_imagesclassic_DATA = \
2234         images/classic/all-changes-accept.png  \
2235         images/classic/all-changes-reject.png  \
2236         images/classic/bookmark-goto.png  \
2237         images/classic/bookmark-goto_0.png  \
2238         images/classic/bookmark-save.png  \
2239         images/classic/box-insert.png  \
2240         images/classic/break-line.png  \
2241         images/classic/buffer-close.png  \
2242         images/classic/buffer-export.png  \
2243         images/classic/buffer-export_dvi.png  \
2244         images/classic/buffer-export_dvi3.png  \
2245         images/classic/buffer-export_latex.png  \
2246         images/classic/buffer-export_pdf.png  \
2247         images/classic/buffer-export_pdf2.png  \
2248         images/classic/buffer-export_pdf3.png  \
2249         images/classic/buffer-export_pdf4.png  \
2250         images/classic/buffer-export_pdf5.png  \
2251         images/classic/buffer-export_ps.png  \
2252         images/classic/buffer-export_text.png  \
2253         images/classic/buffer-new.png  \
2254         images/classic/buffer-reload.png  \
2255         images/classic/buffer-toggle-output-sync.png  \
2256         images/classic/buffer-update.png  \
2257         images/classic/buffer-update_dvi.png  \
2258         images/classic/buffer-update_dvi3.png  \
2259         images/classic/buffer-update_pdf.png  \
2260         images/classic/buffer-update_pdf2.png  \
2261         images/classic/buffer-update_pdf3.png  \
2262         images/classic/buffer-update_pdf4.png  \
2263         images/classic/buffer-update_pdf5.png  \
2264         images/classic/buffer-update_ps.png  \
2265         images/classic/buffer-view.png  \
2266         images/classic/buffer-view_dvi.png  \
2267         images/classic/buffer-view_dvi3.png  \
2268         images/classic/buffer-view_pdf.png  \
2269         images/classic/buffer-view_pdf2.png  \
2270         images/classic/buffer-view_pdf3.png  \
2271         images/classic/buffer-view_pdf4.png  \
2272         images/classic/buffer-view_pdf5.png  \
2273         images/classic/buffer-view_ps.png  \
2274         images/classic/buffer-write-as.png  \
2275         images/classic/buffer-write.png  \
2276         images/classic/build-program.png  \
2277         images/classic/change-accept.png  \
2278         images/classic/change-next.png  \
2279         images/classic/change-reject.png  \
2280         images/classic/changes-merge.png  \
2281         images/classic/changes-output.png  \
2282         images/classic/changes-track.png  \
2283         images/classic/tab-group-close.png  \
2284         images/classic/command-alternatives_outline-in_depth-increment.png \
2285         images/classic/command-alternatives_outline-out_depth-decrement.png \
2286         images/classic/copy.png  \
2287         images/classic/cut.png  \
2288         images/classic/depth-decrement.png  \
2289         images/classic/depth-increment.png  \
2290         images/classic/dialog-preferences.png  \
2291         images/classic/dialog-show_findreplaceadv.png  \
2292         images/classic/dialog-show_mathdelimiter.png  \
2293         images/classic/dialog-show_mathmatrix.png  \
2294         images/classic/dialog-show-new-inset_citation.png  \
2295         images/classic/dialog-show-new-inset_graphics.png  \
2296         images/classic/dialog-show-new-inset_include.png  \
2297         images/classic/dialog-show-new-inset_ref.png  \
2298         images/classic/dialog-show_character.png  \
2299         images/classic/dialog-show_findreplace.png  \
2300         images/classic/dialog-show_print.png  \
2301         images/classic/dialog-show_spellchecker.png  \
2302         images/classic/dialog-show_toc.png  \
2303         images/classic/dialog-show_vclog.png  \
2304         images/classic/down.png  \
2305         images/classic/ert-insert.png  \
2306         images/classic/file-open.png  \
2307         images/classic/float-insert_figure.png  \
2308         images/classic/float-insert_table.png  \
2309         images/classic/font-bold.png  \
2310         images/classic/font-emph.png  \
2311         images/classic/font-noun.png  \
2312         images/classic/font-sans.png  \
2313         images/classic/font-smallcaps.png  \
2314         images/classic/footnote-insert.png  \
2315         images/classic/href-insert.png  \
2316         images/classic/iconsize.png  \
2317         images/classic/index-insert.png  \
2318         images/classic/info-insert_vcs_revision.png  \
2319         images/classic/label-insert.png  \
2320         images/classic/layout-document.png  \
2321         images/classic/layout-paragraph.png  \
2322         images/classic/layout.png  \
2323         images/classic/layout-toggle_Chunk.png  \
2324         images/classic/layout-toggle_Description.png \
2325         images/classic/layout-toggle_Enumerate+rtl.png  \
2326         images/classic/layout-toggle_Enumerate.png  \
2327         images/classic/layout-toggle_Itemize.png \
2328         images/classic/layout-toggle_Labeling.png \
2329         images/classic/layout-toggle_List.png \
2330         images/classic/layout-toggle_LyX-Code.png \
2331         images/classic/layout-toggle_Section.png \
2332         images/classic/marginalnote-insert.png  \
2333         images/classic/master-buffer-update.png  \
2334         images/classic/master-buffer-view.png  \
2335         images/classic/math-display.png  \
2336         images/classic/math-macro-add-greedy-optional-param.png \
2337         images/classic/math-macro-add-optional-param.png \
2338         images/classic/math-macro-add-param.png \
2339         images/classic/math-macro-append-greedy-param.png \
2340         images/classic/math-macro-make-nonoptional.png \
2341         images/classic/math-macro-make-optional.png \
2342         images/classic/math-macro-remove-greedy-param.png \
2343         images/classic/math-macro-remove-optional-param.png \
2344         images/classic/math-macro-remove-param.png \
2345         images/classic/math-macro_newmacroname_newcommand.png  \
2346         images/classic/math-matrix.png  \
2347         images/classic/math-mode.png  \
2348         images/classic/math-subscript.png  \
2349         images/classic/math-superscript.png  \
2350         images/classic/nomencl-insert.png  \
2351         images/classic/note-insert.png  \
2352         images/classic/note-next.png  \
2353         images/classic/outline-down.png  \
2354         images/classic/outline-in.png  \
2355         images/classic/outline-in+rtl.png  \
2356         images/classic/outline-out.png  \
2357         images/classic/outline-out+rtl.png  \
2358         images/classic/outline-up.png  \
2359         images/classic/paste.png  \
2360         images/classic/redo.png  \
2361         images/classic/reload.png  \
2362         images/classic/script-insert_subscript.png  \
2363         images/classic/script-insert_superscript.png  \
2364         images/classic/view-split_horizontal.png  \
2365         images/classic/view-split_vertical.png  \
2366         images/classic/tabular-feature_align-decimal.png  \
2367         images/classic/tabular-feature_append-column.png  \
2368         images/classic/tabular-feature_append-row.png  \
2369         images/classic/tabular-feature_delete-column.png  \
2370         images/classic/tabular-feature_delete-row.png  \
2371         images/classic/tabular-feature_m-align-center.png  \
2372         images/classic/tabular-feature_m-align-left.png  \
2373         images/classic/tabular-feature_m-align-right.png  \
2374         images/classic/tabular-feature_m-valign-bottom.png  \
2375         images/classic/tabular-feature_m-valign-middle.png  \
2376         images/classic/tabular-feature_m-valign-top.png  \
2377         images/classic/tabular-feature_multicolumn.png  \
2378         images/classic/tabular-feature_multirow.png  \
2379         images/classic/tabular-feature_reset-formal-default.png \
2380         images/classic/tabular-feature_toggle-all-lines.png  \
2381         images/classic/tabular-feature_toggle-border-lines.png  \
2382         images/classic/tabular-feature_toggle-inner-lines.png  \
2383         images/classic/tabular-feature_set-longtabular.png  \
2384         images/classic/tabular-feature_set-rotate-cell.png  \
2385         images/classic/tabular-feature_set-rotate-tabular.png  \
2386         images/classic/tabular-feature_toggle-line-bottom.png  \
2387         images/classic/tabular-feature_toggle-line-left.png  \
2388         images/classic/tabular-feature_toggle-line-right.png  \
2389         images/classic/tabular-feature_toggle-line-top.png  \
2390         images/classic/tabular-feature_toggle-rotate-cell.png  \
2391         images/classic/tabular-feature_toggle-rotate-tabular.png  \
2392         images/classic/tabular-feature_unset-all-lines.png  \
2393         images/classic/tabular-insert.png  \
2394         images/classic/textstyle-apply.png  \
2395         images/classic/thesaurus-entry.png  \
2396         images/classic/toolbar-toggle_math.png  \
2397         images/classic/toolbar-toggle_math_panels.png  \
2398         images/classic/toolbar-toggle_review.png \
2399         images/classic/toolbar-toggle_table.png  \
2400         images/classic/undo.png  \
2401         images/classic/unknown.png  \
2402         images/classic/up.png  \
2403         images/classic/update-others.png  \
2404         images/classic/url-insert.png  \
2405         images/classic/vc-check-in.png  \
2406         images/classic/vc-check-out.png  \
2407         images/classic/vc-compare.png  \
2408         images/classic/vc-compare_0.png  \
2409         images/classic/vc-locking-toggle.png  \
2410         images/classic/vc-register.png  \
2411         images/classic/vc-repo-update.png  \
2412         images/classic/vc-revert.png  \
2413         images/classic/view-others.png
2414
2415 imagescommandsdir = $(imagesdir)/commands
2416 dist_imagescommands_DATA =
2417
2418 kbddir = $(pkgdatadir)/kbd
2419 dist_kbd_DATA = \
2420         kbd/american-2.kmap \
2421         kbd/american.kmap \
2422         kbd/arabic.kmap \
2423         kbd/brazil.kmap \
2424         kbd/brazil2.kmap \
2425         kbd/bulgarian.kmap \
2426         kbd/czech-prg.kmap \
2427         kbd/czech.kmap \
2428         kbd/espanol.kmap \
2429         kbd/european.kmap \
2430         kbd/farsi.kmap \
2431         kbd/francais.kmap \
2432         kbd/french.kmap \
2433         kbd/german-2.kmap \
2434         kbd/german-3.kmap \
2435         kbd/german.kmap \
2436         kbd/greek.kmap \
2437         kbd/hebrew.kmap \
2438         kbd/latvian.kmap \
2439         kbd/magyar-2.kmap \
2440         kbd/magyar-3.kmap \
2441         kbd/magyar.kmap \
2442         kbd/null.kmap \
2443         kbd/polish.kmap \
2444         kbd/polski.kmap \
2445         kbd/portuges.kmap \
2446         kbd/romanian.kmap \
2447         kbd/russian.kmap \
2448         kbd/serbian.kmap \
2449         kbd/serbocroatian.kmap \
2450         kbd/sf.kmap \
2451         kbd/sg.kmap \
2452         kbd/slovak.kmap \
2453         kbd/slovene.kmap \
2454         kbd/thai-kedmanee.kmap \
2455         kbd/transilvanian.kmap \
2456         kbd/turkish-f.kmap \
2457         kbd/turkish.kmap \
2458         kbd/ukrainian.kmap
2459
2460 layoutsdir = $(pkgdatadir)/layouts
2461 dist_layouts_DATA =\
2462         layouts/a0poster.layout \
2463         layouts/aa.layout \
2464         layouts/aapaper.inc \
2465         layouts/aapaper.layout \
2466         layouts/aastex.layout \
2467         layouts/aastex6.layout \
2468         layouts/aastex62.layout \
2469         layouts/aastex63.layout \
2470         layouts/achemso.layout \
2471         layouts/acm-sigs.layout \
2472         layouts/acm-sigs-alt.layout \
2473         layouts/acm-sigs.inc \
2474         layouts/acmart.layout \
2475         layouts/acmsiggraph.layout \
2476         layouts/acmsiggraph-0-92.layout \
2477         layouts/AEA.layout \
2478         layouts/agutex.layout \
2479         layouts/agums.layout \
2480         layouts/aguplus.inc \
2481         layouts/algorithm2e.module \
2482         layouts/amsart.layout \
2483         layouts/amsbook.layout \
2484         layouts/amsdefs.inc \
2485         layouts/apa.layout \
2486         layouts/apa6.layout \
2487         layouts/apa7.layout \
2488         layouts/apax.inc \
2489         layouts/arab-article.layout \
2490         layouts/article.layout \
2491         layouts/article-beamer.layout \
2492         layouts/beamer.layout \
2493         layouts/beamerposter.layout \
2494         layouts/bicaption.module \
2495         layouts/book.layout \
2496         layouts/braille.module \
2497         layouts/broadway.layout \
2498         layouts/bxjsarticle.layout \
2499         layouts/bxjsbook.layout \
2500         layouts/bxjsreport.layout \
2501         layouts/bxjsslide.layout \
2502         layouts/chess.layout \
2503         layouts/chessboard.module \
2504         layouts/cl2emult.layout \
2505         layouts/copernicus.layout \
2506         layouts/ctex-article.layout \
2507         layouts/ctex-book.layout \
2508         layouts/ctex-report.layout \
2509         layouts/customHeadersFooters.module \
2510         layouts/db_stdcharstyles.inc \
2511         layouts/db_stdclass.inc \
2512         layouts/db_stdstarsections.inc \
2513         layouts/db_stdstruct.inc \
2514         layouts/db_stdtitle.inc \
2515         layouts/dinbrief.layout \
2516         layouts/docbook-book.layout \
2517         layouts/docbook-chapter.layout \
2518         layouts/docbook-section.layout \
2519         layouts/doublecol-new.layout \
2520         layouts/dtk.layout \
2521         layouts/ectaart.layout \
2522         layouts/egs.layout \
2523         layouts/elsart.layout \
2524         layouts/elsarticle.layout \
2525         layouts/endnotes.module \
2526         layouts/enotez.module \
2527         layouts/entcs.layout \
2528         layouts/enumitem.module \
2529         layouts/eqs-within-sections.module \
2530         layouts/europasscv.layout \
2531         layouts/europecv.layout \
2532         layouts/extarticle.layout \
2533         layouts/extbook.layout \
2534         layouts/extletter.layout \
2535         layouts/extreport.layout \
2536         layouts/figs-within-sections.module \
2537         layouts/fixltx2e.module \
2538         layouts/fixme.module \
2539         layouts/fix-cm.module \
2540         layouts/foils.layout \
2541         layouts/foottoend.module \
2542         layouts/foottoenotez.module \
2543         layouts/frletter.layout \
2544         layouts/g-brief.layout \
2545         layouts/g-brief2.layout \
2546         layouts/graphicboxes.module \
2547         layouts/hanging.module \
2548         layouts/heb-article.layout \
2549         layouts/heb-letter.layout \
2550         layouts/hollywood.layout \
2551         layouts/hpstatement.module \
2552         layouts/IEEEtran.layout \
2553         layouts/IEEEtran-CompSoc.layout \
2554         layouts/IEEEtran-TransMag.layout \
2555         layouts/InStar.module \
2556         layouts/ijmpc.layout \
2557         layouts/ijmpd.layout \
2558         layouts/initials.module \
2559         layouts/iopart.layout \
2560         layouts/isprs.layout \
2561         layouts/iucr.layout \
2562         layouts/japanese-vertical.inc \
2563         layouts/jarticle.layout \
2564         layouts/jasatex.layout \
2565         layouts/jbook.layout \
2566         layouts/jgrga.layout \
2567         layouts/jlreq-article.layout \
2568         layouts/jlreq-book.layout \
2569         layouts/jlreq-common.inc \
2570         layouts/jlreq-report.layout \
2571         layouts/jreport.layout \
2572         layouts/jsarticle.layout \
2573         layouts/jsbook.layout \
2574         layouts/jss.layout \
2575         layouts/kluwer.layout \
2576         layouts/knitr.module \
2577         layouts/landscape.module \
2578         layouts/latex8.layout \
2579         layouts/letter.layout \
2580         layouts/lettre.layout \
2581         layouts/lilypond.module \
2582         layouts/linguistics.module \
2583         layouts/litinsets.inc \
2584         layouts/llncs.layout \
2585         layouts/logicalmkup.module \
2586         layouts/ltjarticle.layout \
2587         layouts/ltjbook.layout \
2588         layouts/ltjreport.layout \
2589         layouts/ltjsarticle.layout \
2590         layouts/ltjsbook.layout \
2591         layouts/ltjsreport.layout \
2592         layouts/ltjtarticle.layout \
2593         layouts/ltjtbook.layout \
2594         layouts/ltjtreport.layout \
2595         layouts/ltugboat.layout \
2596         layouts/lyxmacros.inc \
2597         layouts/maa-monthly.layout \
2598         layouts/memoir.layout \
2599         layouts/minimalistic.module \
2600         layouts/moderncv.layout \
2601         layouts/multicol.module \
2602         layouts/mwart.layout \
2603         layouts/mwbk.layout \
2604         layouts/mwrep.layout \
2605         layouts/natbibapa.module \
2606         layouts/noweb.module \
2607         layouts/numarticle.inc \
2608         layouts/numreport.inc \
2609         layouts/numrevtex.inc \
2610         layouts/paper.layout \
2611         layouts/paralist.module \
2612         layouts/pdfcomment.module \
2613         layouts/pdfform.module \
2614         layouts/powerdot.layout \
2615         layouts/RJournal.layout \
2616         layouts/recipebook.layout \
2617         layouts/report.layout \
2618         layouts/revtex.layout \
2619         layouts/revtex4.layout \
2620         layouts/revtex4-1.layout \
2621         layouts/revtex4-2.layout \
2622         layouts/revtex4-x.inc \
2623         layouts/rsphrase.module \
2624         layouts/ruby.module \
2625         layouts/sciposter.layout \
2626         layouts/scrartcl.layout \
2627         layouts/scrarticle-beamer.layout \
2628         layouts/scrbook.layout \
2629         layouts/scrclass.inc \
2630         layouts/scrlettr.layout \
2631         layouts/scrlttr2.layout \
2632         layouts/scrreprt.layout \
2633         layouts/sectionbox.module \
2634         layouts/seminar.layout \
2635         layouts/shapepar.module \
2636         layouts/siamltex.layout \
2637         layouts/sigplanconf.layout \
2638         layouts/simplecv.layout \
2639         layouts/singlecol.layout \
2640         layouts/singlecol-new.layout \
2641         layouts/slides.layout \
2642         layouts/soul.module \
2643         layouts/spie.layout \
2644         layouts/stdciteformats.inc \
2645         layouts/stdclass.inc \
2646         layouts/stdcharstyles.inc \
2647         layouts/stdcounters.inc \
2648         layouts/stdcustom.inc \
2649         layouts/stdfloatnames.inc \
2650         layouts/stdfloats.inc \
2651         layouts/stdinsets.inc \
2652         layouts/stdlayouts.inc \
2653         layouts/stdletter.inc \
2654         layouts/stdlists.inc \
2655         layouts/stdlyxlist.inc \
2656         layouts/stdrefprefix.inc \
2657         layouts/stdsections.inc \
2658         layouts/stdstarsections.inc \
2659         layouts/stdstruct.inc \
2660         layouts/stdtitle.inc \
2661         layouts/subequations.module \
2662         layouts/svcommon.inc \
2663         layouts/svglobal.layout \
2664         layouts/svglobal3.layout \
2665         layouts/svjog.layout \
2666         layouts/svmono.layout \
2667         layouts/svmult.layout \
2668         layouts/svprobth.layout \
2669         layouts/sweave.module \
2670         layouts/tabs-within-sections.module \
2671         layouts/tarticle.layout \
2672         layouts/tbook.layout \
2673         layouts/tcolorbox.module \
2674         layouts/theorems-ams.inc \
2675         layouts/theorems-ams.module \
2676         layouts/theorems-ams-bytype.inc \
2677         layouts/theorems-ams-bytype.module \
2678         layouts/theorems-ams-chap-bytype.inc \
2679         layouts/theorems-ams-chap-bytype.module \
2680         layouts/theorems-ams-extended.module \
2681         layouts/theorems-ams-extended-bytype.module \
2682         layouts/theorems-ams-extended-chap-bytype.module \
2683         layouts/theorems-case.inc \
2684         layouts/theorems-chap.module \
2685         layouts/theorems-counters-bytype.inc \
2686         layouts/theorems-counters-extended-bytype.inc \
2687         layouts/theorems.inc \
2688         layouts/theorems-bytype.inc \
2689         layouts/theorems-bytype.module \
2690         layouts/theorems-chap-bytype.module \
2691         layouts/theorems-named.module \
2692         layouts/theorems-order.inc \
2693         layouts/theorems-proof.inc \
2694         layouts/theorems-proof-std.inc \
2695         layouts/theorems-refprefix.inc \
2696         layouts/theorems-sec.module \
2697         layouts/theorems-sec-bytype.module \
2698         layouts/theorems-starred-equivalents.inc \
2699         layouts/theorems-starred.inc \
2700         layouts/theorems-starred.module \
2701         layouts/theorems-std.module \
2702         layouts/theorems-without-preamble.inc \
2703         layouts/todonotes.module \
2704         layouts/treport.layout \
2705         layouts/tufte-book.layout \
2706         layouts/tufte-handout.layout \
2707         layouts/varwidth.module
2708
2709 citeenginesdir = $(pkgdatadir)/citeengines
2710 dist_citeengines_DATA = \
2711         citeengines/basic.citeengine \
2712         citeengines/biblatex.citeengine \
2713         citeengines/biblatex-natbib.citeengine \
2714         citeengines/jurabib.citeengine \
2715         citeengines/natbib.citeengine
2716
2717 scriptsdir = $(pkgdatadir)/scripts
2718 dist_scripts_DATA = \
2719         scripts/bash_completion \
2720         scripts/lyxknitr.R \
2721         scripts/lyxstangle.R \
2722         scripts/lyxsweave.R
2723
2724 # We use DATA now instead of PYTHON because automake 1.11.2 complains.
2725 # Note that we "chmod 755" manually these files in install-data-hook.
2726 dist_scripts_DATA += \
2727         scripts/checkKeys.pl.in \
2728         scripts/clean_dvi.py \
2729         scripts/convert_pdf.py \
2730         scripts/convertDefault.py \
2731         scripts/csv2lyx.py \
2732         scripts/docbook_copy.py \
2733         scripts/ext_copy.py \
2734         scripts/fen2ascii.py \
2735         scripts/fig2pdftex.py \
2736         scripts/fig2pstex.py \
2737         scripts/svg2pdftex.py \
2738         scripts/svg2pstex.py \
2739         scripts/fig_copy.py \
2740         scripts/gnuplot2pdf.py \
2741         scripts/html2latexwrapper.py \
2742         scripts/include_bib.py \
2743         scripts/layout2layout.py \
2744         scripts/legacy_lyxpreview2ppm.py \
2745         scripts/listerrors \
2746         scripts/lyxpak.py \
2747         scripts/lyxpaperview.py \
2748         scripts/lyxpreview2bitmap.py \
2749         scripts/lyxpreview_tools.py \
2750         scripts/lyxwin_getopt.py \
2751         scripts/lyx_batch.pl.in \
2752         scripts/prefs2prefs.py \
2753         scripts/prefs2prefs_lfuns.py \
2754         scripts/prefs2prefs_prefs.py \
2755         scripts/prefTest.pl.in \
2756         scripts/spreadsheet_to_docbook.py \
2757         scripts/tex_copy.py \
2758         scripts/TeXFiles.py
2759
2760 templatesdir = $(pkgdatadir)/templates
2761 dist_templates_DATA = \
2762         templates/EPS_%28cropped%29.lyx \
2763         templates/PDF_%28cropped%29.lyx \
2764         templates/README.new_templates
2765
2766 articletemplatesdir = $(pkgdatadir)/templates/Articles
2767 dist_articletemplates_DATA = \
2768         templates/Articles/American_Astronomical_Society_%28AASTeX_v._6.3.1%29.lyx \
2769         templates/Articles/American_Economic_Association_%28AEA%29.lyx \
2770         templates/Articles/American_Psychological_Association_%28APA%29.lyx \
2771         templates/Articles/American_Psychological_Association_%28APA%29,_v._7.lyx \
2772         templates/Articles/Association_for_Computing_Machinery_%28ACM%29.lyx \
2773         templates/Articles/Astronomy_%26_Astrophysics.lyx \
2774         templates/Articles/Chinese_Article_%28CTeX%29.lyx \
2775         templates/Articles/Copernicus_Publications_Manuscript_Preparation.lyx \
2776         templates/Articles/Econometrica.lyx \
2777         templates/Articles/Elsevier.lyx \
2778         templates/Articles/Figure1.pdf \
2779         templates/Articles/Hebrew_Article_%28KOMA-Script%29.lyx \
2780         templates/Articles/IEEE_Transactions_Computer_Society.lyx \
2781         templates/Articles/IEEE_Transactions_Conference.lyx \
2782         templates/Articles/IEEE_Transactions_Journal.lyx \
2783         templates/Articles/IEEE_Transactions_on_Magnetics.lyx \
2784         templates/Articles/Institute_of_Physics_%28IOP%29.lyx \
2785         templates/Articles/Int._Journal_of_Modern_Physics_C.lyx \
2786         templates/Articles/Int._Journal_of_Modern_Physics_D.lyx \
2787         templates/Articles/International_Union_of_Crystallography_%28IUCr%29.lyx \
2788         templates/Articles/Journal_of_Statistical_Software_%28JSS%29_version_2.lyx \
2789         templates/Articles/Journal_of_the_Acoustical_Society_of_America_%28JASA%29.lyx \
2790         templates/Articles/Mathematical_Monthly.lyx \
2791         templates/Articles/R_Journal.lyx \
2792         templates/Articles/REVTeX_%28V._4%29.lyx \
2793         templates/Articles/REVTeX_%28V._4.1%29.lyx \
2794         templates/Articles/Springers_Global_Journal_Template_%28V._3%29.lyx
2795
2796 arpresentationtemplatesdir = $(pkgdatadir)/templates/ar/Presentations
2797 dist_arpresentationtemplates_DATA = \
2798         templates/ar/Presentations/Beamer.lyx
2799
2800 depresentationtemplatesdir = $(pkgdatadir)/templates/de/Presentations
2801 dist_depresentationtemplates_DATA = \
2802         templates/de/Presentations/Beamer.lyx
2803
2804 espresentationtemplatesdir = $(pkgdatadir)/templates/es/Presentations
2805 dist_espresentationtemplates_DATA = \
2806         templates/es/Presentations/Beamer.lyx
2807
2808 frpresentationtemplatesdir = $(pkgdatadir)/templates/fr/Presentations
2809 dist_frpresentationtemplates_DATA = \
2810         templates/fr/Presentations/Beamer.lyx
2811
2812 jaarticletemplatesdir = $(pkgdatadir)/templates/ja/Articles
2813 dist_jaarticletemplates_DATA = \
2814         templates/ja/Articles/Japanese_Article_%28JS_Bundle_for_LuaTeX%29.lyx \
2815         templates/ja/Articles/Japanese_Article_%28Standard_Class_for_LuaTeX%29.lyx \
2816         templates/ja/Articles/Japanese_Article_%28Standard_Class_for_LuaTeX%2C_vertical_Writing%29.lyx
2817
2818
2819 jabooktemplatesdir = $(pkgdatadir)/templates/ja/Books
2820 dist_jabooktemplates_DATA = \
2821         templates/ja/Books/Japanese_Book_%28JS_Bundle_for_LuaTeX%29.lyx \
2822         templates/ja/Books/Japanese_Book_%28Standard_Class_for_LuaTeX%29.lyx \
2823         templates/ja/Books/Japanese_Book_%28Standard_Class_for_LuaTeX%2C_vertical_Writing%29.lyx
2824
2825 japresentationtemplatesdir = $(pkgdatadir)/templates/ja/Presentations
2826 dist_japresentationtemplates_DATA = \
2827         templates/ja/Presentations/Beamer.lyx
2828
2829 jareporttemplatesdir = $(pkgdatadir)/templates/ja/Reports
2830 dist_jareporttemplates_DATA = \
2831         templates/ja/Reports/Japanese_Report_%28JS_Bundle_for_LuaTeX%29.lyx \
2832         templates/ja/Reports/Japanese_Report_%28Standard_Class_for_LuaTeX%29.lyx \
2833         templates/ja/Reports/Japanese_Report_%28Standard_Class_for_LuaTeX%2C_vertical_Writing%29.lyx
2834
2835 lettertemplatesdir = $(pkgdatadir)/templates/Letters
2836 dist_lettertemplates_DATA = \
2837         templates/Letters/DIN-Brief.lyx \
2838         templates/Letters/French_Letter_%28frletter%29.lyx \
2839         templates/Letters/French_Letter_%28lettre%29.lyx \
2840         templates/Letters/G-Brief_%28V._2%29.lyx \
2841         templates/Letters/KOMA-Script_Letter_%28V._2%29.lyx \
2842         templates/Letters/Letter_%28Standard_Class%29.lyx
2843
2844 calettertemplatesdir = $(pkgdatadir)/templates/ca/Letters
2845 dist_calettertemplates_DATA = \
2846         templates/ca/Letters/Letter_%28Standard_Class%29.lyx
2847
2848 eslettertemplatesdir = $(pkgdatadir)/templates/es/Letters
2849 dist_eslettertemplates_DATA = \
2850         templates/es/Letters/Letter_%28Standard_Class%29.lyx
2851
2852 obsoletetemplatesdir = $(pkgdatadir)/templates/Obsolete
2853 dist_obsoletetemplates_DATA = \
2854         templates/Obsolete/ACM_SIGGGRAPH_0.92_%28obsolete%29.lyx \
2855         templates/Obsolete/ACM_SIGPLAN_%28Obsolete%29.lyx \
2856         templates/Obsolete/ACM_SIG_Proceedings_%28SP,_Obsolete%29.lyx \
2857         templates/Obsolete/American_Astronomical_Society_%28AASTeX_v._6%29.lyx \
2858         templates/Obsolete/American_Astronomical_Society_%28AASTeX_v._6.2%29.lyx \
2859         templates/Obsolete/American_Geophysical_Union_%28AGUTeX%29.lyx \
2860         templates/Obsolete/American_Psychological_Association_%28APA%29,_v._6.lyx \
2861         templates/Obsolete/Latex8_Article_%28Obsolete%29.lyx
2862
2863 obsoletegbrieftemplatesdir = $(pkgdatadir)/templates/Obsolete/G-Brief_%28V._1,_Obsolete%29
2864 dist_obsoletegbrieftemplates_DATA = \
2865         templates/Obsolete/G-Brief_%28V._1,_Obsolete%29/German.lyx \
2866         templates/Obsolete/G-Brief_%28V._1,_Obsolete%29/English.lyx
2867
2868 postertemplatesdir = $(pkgdatadir)/templates/Posters
2869 dist_postertemplates_DATA = \
2870         templates/Posters/Beamerposter.lyx \
2871         templates/Posters/SciPoster.lyx
2872
2873 posteraztemplatesdir = $(pkgdatadir)/templates/Posters/A0_Poster
2874 dist_posteraztemplates_DATA = \
2875         templates/Posters/A0_Poster/Colored.lyx \
2876         templates/Posters/A0_Poster/Simple.lyx
2877
2878 presentationtemplatesdir = $(pkgdatadir)/templates/Presentations
2879 dist_presentationtemplates_DATA = \
2880         templates/Presentations/Beamer.lyx \
2881         templates/Presentations/Slides.lyx
2882
2883 scriptstemplatesdir = $(pkgdatadir)/templates/Scripts
2884 dist_scriptstemplates_DATA = \
2885         templates/Scripts/Hollywood.lyx
2886
2887 texdir = $(pkgdatadir)/tex
2888 dist_tex_DATA = \
2889         tex/broadway.cls \
2890         tex/hollywood.cls \
2891         tex/lyxchess.sty \
2892         tex/lyxskak.sty \
2893         tex/revtex.cls
2894
2895 # subscript.sty is not in dist_tex_DATA since we don't want to install it
2896 # (it is part of TeXLive). We include it in our source package only so that
2897 # packagers may decide to install it (e.g. for MikTeX).
2898 dist_noinst_DATA += tex/subscript.sty
2899
2900 uidir = $(pkgdatadir)/ui
2901 dist_ui_DATA = \
2902         ui/default.ui \
2903         ui/stdcontext.inc \
2904         ui/stdmenus.inc \
2905         ui/stdtoolbars.inc
2906
2907 tabletemplatesdir = $(pkgdatadir)/tabletemplates
2908 dist_tabletemplates_DATA = \
2909         tabletemplates/Formal_with_Footline.lyx \
2910         tabletemplates/Formal_with_Footline_1x1.lyx \
2911         tabletemplates/Formal_with_Footline_1x2.lyx \
2912         tabletemplates/Formal_without_Footline.lyx \
2913         tabletemplates/Formal_without_Footline_1x1.lyx \
2914         tabletemplates/Formal_without_Footline_1x2.lyx \
2915         tabletemplates/Grid_with_Head.lyx \
2916         tabletemplates/Grid_with_Head_1x1.lyx \
2917         tabletemplates/Grid_with_Head_1x2.lyx \
2918         tabletemplates/No_Borders.lyx \
2919         tabletemplates/No_Borders_1x1.lyx \
2920         tabletemplates/No_Borders_1x2.lyx \
2921         tabletemplates/Simple_Grid.lyx \
2922         tabletemplates/Simple_Grid_1x1.lyx \
2923         tabletemplates/Simple_Grid_1x2.lyx
2924
2925 xtemplatesdir = $(pkgdatadir)/xtemplates
2926 dist_xtemplates_DATA = \
2927         xtemplates/chess.xtemplate \
2928         xtemplates/dia.xtemplate \
2929         xtemplates/gnumeric.xtemplate \
2930         xtemplates/inkscape.xtemplate \
2931         xtemplates/lilypond.xtemplate \
2932         xtemplates/pdfpages.xtemplate \
2933         xtemplates/raster_image.xtemplate \
2934         xtemplates/vector_graphics.xtemplate \
2935         xtemplates/xfig.xtemplate
2936
2937 #ePub related dependencies
2938 #1) conversion script itself
2939 dist_scripts_DATA += scripts/docbook2epub.py
2940
2941 #2) xslt processor - Saxon 6.5.5
2942 SAXON_FILES = \
2943         scripts/saxon6.LICENSE.txt \
2944         scripts/saxon6.5.5.jar
2945
2946 if SAXON_INSTALL
2947 dist_scripts_DATA += $(SAXON_FILES)
2948 else
2949 dist_noinst_DATA += $(SAXON_FILES)
2950 endif
2951
2952 #3) xslt Stylesheets 1.79.2
2953 docbookdir = $(pkgdatadir)/docbook
2954 docbook_FILES = \
2955         docbook/COPYING \
2956         docbook/source.txt \
2957         docbook/VERSION \
2958         docbook/VERSION.xsl
2959
2960 docbookcommondir = $(pkgdatadir)/docbook/common
2961 docbookcommon_FILES = \
2962         docbook/common/addns.xsl \
2963         docbook/common/af.xml \
2964         docbook/common/am.xml \
2965         docbook/common/ar.xml \
2966         docbook/common/ast.xml \
2967         docbook/common/as.xml \
2968         docbook/common/autoidx-kimber.xsl \
2969         docbook/common/autoidx-kosek.xsl \
2970         docbook/common/az.xml \
2971         docbook/common/bg.xml \
2972         docbook/common/bn_in.xml \
2973         docbook/common/bn.xml \
2974         docbook/common/bs.xml \
2975         docbook/common/build.xml \
2976         docbook/common/ca.xml \
2977         docbook/common/charmap.xml \
2978         docbook/common/charmap.xsl \
2979         docbook/common/common.xml \
2980         docbook/common/common.xsl \
2981         docbook/common/cs.xml \
2982         docbook/common/cy.xml \
2983         docbook/common/da.xml \
2984         docbook/common/de.xml \
2985         docbook/common/el.xml \
2986         docbook/common/entities.ent \
2987         docbook/common/en.xml \
2988         docbook/common/eo.xml \
2989         docbook/common/es.xml \
2990         docbook/common/et.xml \
2991         docbook/common/eu.xml \
2992         docbook/common/fa.xml \
2993         docbook/common/fi.xml \
2994         docbook/common/fr.xml \
2995         docbook/common/ga.xml \
2996         docbook/common/gentext.xsl \
2997         docbook/common/gl.xml \
2998         docbook/common/gu.xml \
2999         docbook/common/he.xml \
3000         docbook/common/hi.xml \
3001         docbook/common/hr.xml \
3002         docbook/common/hu.xml \
3003         docbook/common/id.xml \
3004         docbook/common/insertfile.xsl \
3005         docbook/common/is.xml \
3006         docbook/common/it.xml \
3007         docbook/common/ja.xml \
3008         docbook/common/ka.xml \
3009         docbook/common/kn.xml \
3010         docbook/common/ko.xml \
3011         docbook/common/ky.xml \
3012         docbook/common/l10n.dtd \
3013         docbook/common/l10n.xml \
3014         docbook/common/l10n.xsl \
3015         docbook/common/labels.xsl \
3016         docbook/common/la.xml \
3017         docbook/common/lt.xml \
3018         docbook/common/lv.xml \
3019         docbook/common/ml.xml \
3020         docbook/common/mn.xml \
3021         docbook/common/mr.xml \
3022         docbook/common/nb.xml \
3023         docbook/common/nds.xml \
3024         docbook/common/nl.xml \
3025         docbook/common/nn.xml \
3026         docbook/common/olink.xsl \
3027         docbook/common/or.xml \
3028         docbook/common/pa.xml \
3029         docbook/common/pi.xml \
3030         docbook/common/pi.xsl \
3031         docbook/common/pl.xml \
3032         docbook/common/pt_br.xml \
3033         docbook/common/pt.xml \
3034         docbook/common/refentry.xml \
3035         docbook/common/refentry.xsl \
3036         docbook/common/ro.xml \
3037         docbook/common/ru.xml \
3038         docbook/common/sk.xml \
3039         docbook/common/sl.xml \
3040         docbook/common/sq.xml \
3041         docbook/common/sr_Latn.xml \
3042         docbook/common/sr.xml \
3043         docbook/common/stripns.xsl \
3044         docbook/common/subtitles.xsl \
3045         docbook/common/sv.xml \
3046         docbook/common/table.xsl \
3047         docbook/common/targetdatabase.dtd \
3048         docbook/common/targets.xsl \
3049         docbook/common/ta.xml \
3050         docbook/common/te.xml \
3051         docbook/common/th.xml \
3052         docbook/common/titles.xsl \
3053         docbook/common/tl.xml \
3054         docbook/common/tr.xml \
3055         docbook/common/uk.xml \
3056         docbook/common/ur.xml \
3057         docbook/common/utility.xml \
3058         docbook/common/utility.xsl \
3059         docbook/common/vi.xml \
3060         docbook/common/xh.xml \
3061         docbook/common/zh_cn.xml \
3062         docbook/common/zh_tw.xml \
3063         docbook/common/zh.xml
3064
3065 docbookepub3dir = $(pkgdatadir)/docbook/epub3
3066 docbookepub3_FILES = \
3067         docbook/epub3/build.xml \
3068         docbook/epub3/chunkfast.xsl \
3069         docbook/epub3/chunk.xsl \
3070         docbook/epub3/docbook-epub.css.xml \
3071         docbook/epub3/docbook.xsl \
3072         docbook/epub3/epub3-chunk-mods.xsl \
3073         docbook/epub3/epub3-element-mods.xsl \
3074         docbook/epub3/profile-chunk.xsl \
3075         docbook/epub3/profile-docbook.xsl \
3076         docbook/epub3/README \
3077         docbook/epub3/titlepage.templates.xml \
3078         docbook/epub3/titlepage.templates.xsl
3079
3080 docbooklibdir = $(pkgdatadir)/docbook/lib
3081 docbooklib_FILES = \
3082         docbook/lib/build.xml \
3083         docbook/lib/lib.xsl
3084
3085 docbookxhtml5dir = $(pkgdatadir)/docbook/xhtml5
3086 docbookxhtml5_FILES = \
3087         docbook/xhtml5/build.xml \
3088         docbook/xhtml5/chunkfast.xsl \
3089         docbook/xhtml5/chunk.xsl \
3090         docbook/xhtml5/docbook.css.xml \
3091         docbook/xhtml5/docbook.xsl \
3092         docbook/xhtml5/html5-chunk-mods.xsl \
3093         docbook/xhtml5/html5-element-mods.xsl \
3094         docbook/xhtml5/onechunk.xsl \
3095         docbook/xhtml5/profile-chunk.xsl \
3096         docbook/xhtml5/profile-docbook.xsl \
3097         docbook/xhtml5/README \
3098         docbook/xhtml5/xhtml2xhtml5.xsl \
3099         docbook/xhtml5/xhtml-docbook.xsl \
3100         docbook/xhtml5/xhtml-profile-docbook.xsl
3101
3102 docbookxhtmldir = $(pkgdatadir)/docbook/xhtml
3103 docbookxhtml_FILES = \
3104         docbook/xhtml/admon.xsl \
3105         docbook/xhtml/annotations.xsl \
3106         docbook/xhtml/autoidx-kimber.xsl \
3107         docbook/xhtml/autoidx-kosek.xsl \
3108         docbook/xhtml/autoidx-ng.xsl \
3109         docbook/xhtml/autoidx.xsl \
3110         docbook/xhtml/autotoc.xsl \
3111         docbook/xhtml/biblio-iso690.xsl \
3112         docbook/xhtml/biblio.xsl \
3113         docbook/xhtml/block.xsl \
3114         docbook/xhtml/build.xml \
3115         docbook/xhtml/callout.xsl \
3116         docbook/xhtml/changebars.xsl \
3117         docbook/xhtml/chunk-changebars.xsl \
3118         docbook/xhtml/chunk-code.xsl \
3119         docbook/xhtml/chunk-common.xsl \
3120         docbook/xhtml/chunker.xsl \
3121         docbook/xhtml/chunkfast.xsl \
3122         docbook/xhtml/chunktoc.xsl \
3123         docbook/xhtml/chunk.xsl \
3124         docbook/xhtml/component.xsl \
3125         docbook/xhtml/division.xsl \
3126         docbook/xhtml/docbook.css.xml \
3127         docbook/xhtml/docbook-no-doctype.xsl \
3128         docbook/xhtml/docbook.xsl \
3129         docbook/xhtml/ebnf.xsl \
3130         docbook/xhtml/footnote.xsl \
3131         docbook/xhtml/formal.xsl \
3132         docbook/xhtml/glossary.xsl \
3133         docbook/xhtml/graphics.xsl \
3134         docbook/xhtml/highlight.xsl \
3135         docbook/xhtml/html-rtf.xsl \
3136         docbook/xhtml/htmltbl.xsl \
3137         docbook/xhtml/html.xsl \
3138         docbook/xhtml/index.xsl \
3139         docbook/xhtml/info.xsl \
3140         docbook/xhtml/inline.xsl \
3141         docbook/xhtml/its.xsl \
3142         docbook/xhtml/keywords.xsl \
3143         docbook/xhtml/lists.xsl \
3144         docbook/xhtml/maketoc.xsl \
3145         docbook/xhtml/manifest.xsl \
3146         docbook/xhtml/math.xsl \
3147         docbook/xhtml/oldchunker.xsl \
3148         docbook/xhtml/onechunk.xsl \
3149         docbook/xhtml/param.xsl \
3150         docbook/xhtml/pi.xsl \
3151         docbook/xhtml/profile-chunk-code.xsl \
3152         docbook/xhtml/profile-chunk.xsl \
3153         docbook/xhtml/profile-docbook.xsl \
3154         docbook/xhtml/profile-onechunk.xsl \
3155         docbook/xhtml/publishers.xsl \
3156         docbook/xhtml/qandaset.xsl \
3157         docbook/xhtml/refentry.xsl \
3158         docbook/xhtml/sections.xsl \
3159         docbook/xhtml/synop.xsl \
3160         docbook/xhtml/table.xsl \
3161         docbook/xhtml/task.xsl \
3162         docbook/xhtml/titlepage.templates.xml \
3163         docbook/xhtml/titlepage.templates.xsl \
3164         docbook/xhtml/titlepage.xsl \
3165         docbook/xhtml/toc.xsl \
3166         docbook/xhtml/verbatim.xsl \
3167         docbook/xhtml/xref.xsl
3168
3169 if XSLT_SHEETS_INSTALL
3170 dist_docbook_DATA = $(docbook_FILES)
3171 dist_docbookcommon_DATA = $(docbookcommon_FILES)
3172 dist_docbookepub3_DATA = $(docbookepub3_FILES)
3173 dist_docbooklib_DATA = $(docbooklib_FILES)
3174 dist_docbookxhtml5_DATA = $(docbookxhtml5_FILES)
3175 dist_docbookxhtml_DATA = $(docbookxhtml_FILES)
3176 else
3177 dist_noinst_DATA += $(docbook_FILES)
3178 dist_noinst_DATA += $(docbookcommon_FILES)
3179 dist_noinst_DATA += $(docbookepub3_FILES)
3180 dist_noinst_DATA += $(docbooklib_FILES)
3181 dist_noinst_DATA += $(docbookxhtml5_FILES)
3182 dist_noinst_DATA += $(docbookxhtml_FILES)
3183 endif
3184
3185
3186 if INSTALL_POSIX
3187 # install application icons. The 'hicolor' theme is the default theme
3188 # where applications themselves should install their icons.
3189 lyx@program_suffix@.svg: images/lyx.svg
3190         $(AM_V_GEN)$(INSTALL_DATA) $< $@
3191 scalableappiconsdir = $(datadir)/icons/hicolor/scalable/apps
3192 scalableappicons_DATA = lyx@program_suffix@.svg
3193
3194 lyx@program_suffix@.png: images/lyx.png
3195         $(AM_V_GEN)$(INSTALL_DATA) $< $@
3196 fixedappiconsdir = $(datadir)/icons/hicolor/48x48/apps
3197 fixedappicons_DATA = lyx@program_suffix@.png
3198
3199 # if configure is asked to generate the name with suffix directly, then
3200 # config.status refuses to rebuild this file (with a variable name), and
3201 # a build error ensues when lyx.desktop.in is changed.
3202 lyx@program_suffix@.desktop: lyx.desktop-temp
3203         $(AM_V_GEN)$(INSTALL_DATA) $< $@
3204 desktopdir = $(datadir)/applications
3205 desktop_DATA = lyx@program_suffix@.desktop
3206
3207 CLEANFILES = lyx@program_suffix@.desktop lyx.desktop-temp \
3208              lyx@program_suffix@.svg lyx@program_suffix@.png
3209 endif
3210 dist_noinst_DATA += lyx.desktop.in images/lyx.png
3211
3212 metainfodir = $(datadir)/metainfo
3213 dist_metainfo_DATA = org.lyx.LyX.metainfo.xml
3214
3215 exampleandtemplate_files = \
3216                            $(dist_arpresentationexamples_DATA) \
3217                            $(dist_articleexamples_DATA) \
3218                            $(dist_articlechessexamples_DATA) \
3219                            $(dist_articletemplates_DATA) \
3220                            $(dist_bookexamples_DATA) \
3221                            $(dist_booksvmonotemplates_DATA) \
3222                            $(dist_booksvmulttemplates_DATA) \
3223                            $(dist_caexamples_DATA) \
3224                            $(dist_cainsetexamples_DATA) \
3225                            $(dist_calettertemplates_DATA) \
3226                            $(dist_csexamples_DATA) \
3227                            $(dist_cvexamples_DATA) \
3228                            $(dist_daexamples_DATA) \
3229                            $(dist_deexamples_DATA) \
3230                            $(dist_decvexamples_DATA) \
3231                            $(dist_dehandoutexamples_DATA) \
3232                            $(dist_deinsetexamples_DATA) \
3233                            $(dist_deletterexamples_DATA) \
3234                            $(dist_depresentationexamples_DATA) \
3235                            $(dist_demoduleexamples_DATA) \
3236                            $(dist_depresentationtemplates_DATA) \
3237                            $(dist_elexamples_DATA) \
3238                            $(dist_esexamples_DATA) \
3239                            $(dist_esbookexamples_DATA) \
3240                            $(dist_escvexamples_DATA) \
3241                            $(dist_eshandoutexamples_DATA) \
3242                            $(dist_esinsetexamples_DATA) \
3243                            $(dist_esmoduleexamples_DATA) \
3244                            $(dist_espresentationtemplates_DATA) \
3245                            $(dist_eslettertemplates_DATA) \
3246                            $(dist_euexamples_DATA) \
3247                            $(dist_externalexamples_DATA) \
3248                            $(dist_faexamples_DATA) \
3249                            $(dist_frexamples_DATA) \
3250                            $(dist_frcvexamples_DATA) \
3251                            $(dist_frinsetexamples_DATA) \
3252                            $(dist_frmoduleexamples_DATA) \
3253                            $(dist_frpresentationexamples_DATA) \
3254                            $(dist_frpresentationtemplates_DATA) \
3255                            $(dist_glexamples_DATA) \
3256                            $(dist_handoutexamples_DATA) \
3257                            $(dist_heexamples_DATA) \
3258                            $(dist_huexamples_DATA) \
3259                            $(dist_idexamples_DATA) \
3260                            $(dist_insetexamples_DATA) \
3261                            $(dist_itexamples_DATA) \
3262                            $(dist_itinsetexamples_DATA) \
3263                            $(dist_jaexamples_DATA) \
3264                            $(dist_jaarticleexamples_DATA) \
3265                            $(dist_jainsetexamples_DATA) \
3266                            $(dist_jamoduleexamples_DATA) \
3267                            $(dist_japresentationexamples_DATA) \
3268                            $(dist_jaarticletemplates_DATA) \
3269                            $(dist_jabooktemplates_DATA) \
3270                            $(dist_jareporttemplates_DATA) \
3271                            $(dist_japresentationtemplates_DATA) \
3272                            $(dist_koexamples_DATA) \
3273                            $(dist_kolanguageexamples_DATA) \
3274                            $(dist_languageexamples_DATA) \
3275                            $(dist_letterexamples_DATA) \
3276                            $(dist_lettertemplates_DATA) \
3277                            $(dist_moduleexamples_DATA) \
3278                            $(dist_nbexamples_DATA) \
3279                            $(dist_nlexamples_DATA) \
3280                            $(dist_nlinsetexamples_DATA) \
3281                            $(dist_obsoletetemplates_DATA) \
3282                            $(dist_obsoletegbrieftemplates_DATA) \
3283                            $(dist_phdthesistemplates_DATA) \
3284                            $(dist_plexamples_DATA) \
3285                            $(dist_posterexamples_DATA) \
3286                            $(dist_postertemplates_DATA) \
3287                            $(dist_posteraztemplates_DATA) \
3288                            $(dist_presentationexamples_DATA) \
3289                            $(dist_presentationtemplates_DATA) \
3290                            $(dist_ptexamples_DATA) \
3291                            $(dist_roexamples_DATA) \
3292                            $(dist_ruexamples_DATA) \
3293                            $(dist_ruinsetexamples_DATA) \
3294                            $(dist_rupresentationexamples_DATA) \
3295                            $(dist_scriptexamples_DATA) \
3296                            $(dist_scriptstemplates_DATA) \
3297                            $(dist_slexamples_DATA) \
3298                            $(dist_skexamples_DATA) \
3299                            $(dist_srexamples_DATA) \
3300                            $(dist_srmoduleexamples_DATA) \
3301                            $(dist_svexamples_DATA) \
3302                            $(dist_tabletemplates_DATA) \
3303                            $(dist_thesistemplates_DATA) \
3304                            $(dist_ukexamples_DATA) \
3305                            $(dist_examples_DATA) \
3306                            $(dist_templates_DATA)
3307
3308 install-data-hook:
3309         $(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/configure.py
3310         for i in $(DESTDIR)$(scriptsdir)/*.py $(DESTDIR)$(scriptsdir)/listerrors ; do \
3311                 $(CHMOD) 755 $$i; \
3312         done
3313         for i in $(exampleandtemplate_files); do \
3314                 if $(EGREP) -q "^\\\\origin " "$(DESTDIR)$(pkgdatadir)/$$i"; then \
3315                         origin=`dirname "/systemlyxdir/$$i"`/; \
3316                         sed -e "s|^\\\\origin .*|\\\\origin $$origin|" \
3317                                 "$(DESTDIR)$(pkgdatadir)/$$i" > "$(DESTDIR)$(pkgdatadir)/$$i.tmp"; \
3318                         mv -f "$(DESTDIR)$(pkgdatadir)/$$i.tmp" "$(DESTDIR)$(pkgdatadir)/$$i"; \
3319                         chmod 644 "$(DESTDIR)$(pkgdatadir)/$$i"; \
3320                 fi; \
3321         done
3322
3323 alltests: check alltests-recursive
3324
3325 alltests-recursive:
3326         cd lyx2lyx; $(MAKE) alltests-recursive
3327