Wed Mar 9 18:48:52 2011 UTC ()
Make lyx build on Mac OS X.


(minskim)
diff -r1.11 -r1.12 pkgsrc/editors/lyx/Makefile
diff -r1.4 -r1.5 pkgsrc/editors/lyx/PLIST
diff -r0 -r1.1 pkgsrc/editors/lyx/PLIST.Darwin

cvs diff -r1.11 -r1.12 pkgsrc/editors/lyx/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/lyx/Makefile 2011/01/13 13:37:31 1.11
+++ pkgsrc/editors/lyx/Makefile 2011/03/09 18:48:51 1.12
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.11 2011/01/13 13:37:31 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2011/03/09 18:48:51 minskim Exp $
2# 2#
3 3
4DISTNAME= lyx-1.6.8 4DISTNAME= lyx-1.6.8
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= editors 6CATEGORIES= editors
7MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/ \ 7MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/ \
8 http://gd.tuwien.ac.at/publishing/tex/lyx/stable/1.6.x/ \ 8 http://gd.tuwien.ac.at/publishing/tex/lyx/stable/1.6.x/ \
9 ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/1.6.x/ \ 9 ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/1.6.x/ \
10 ftp://ftp.sdsc.edu/pub/other/lyx/stable/1.6.x/ \ 10 ftp://ftp.sdsc.edu/pub/other/lyx/stable/1.6.x/ \
11 ftp://ftp.lip6.fr/pub/lyx/stable/1.6.x/ \ 11 ftp://ftp.lip6.fr/pub/lyx/stable/1.6.x/ \
12 ftp://ftp.ntua.gr/pub/X11/LyX/stable/1.6.x/ 12 ftp://ftp.ntua.gr/pub/X11/LyX/stable/1.6.x/
13EXTRACT_SUFX= .tar.bz2 13EXTRACT_SUFX= .tar.bz2
14 14
@@ -31,26 +31,41 @@ USE_PKGLOCALEDIR= YES @@ -31,26 +31,41 @@ USE_PKGLOCALEDIR= YES
31GCC_REQD+= 2.95 31GCC_REQD+= 2.95
32TEX_ACCEPTED= teTeX3 32TEX_ACCEPTED= teTeX3
33MAKE_ENV+= PKG_LOCALTEXMFPREFIX=${PKG_LOCALTEXMFPREFIX} 33MAKE_ENV+= PKG_LOCALTEXMFPREFIX=${PKG_LOCALTEXMFPREFIX}
34 34
35CONFIGURE_ARGS+= --with-extra-prefix=${BUILDLINK_PREFIX.qt4-libs} \ 35CONFIGURE_ARGS+= --with-extra-prefix=${BUILDLINK_PREFIX.qt4-libs} \
36 --with-qt4-dir=${QTDIR:Q} \ 36 --with-qt4-dir=${QTDIR:Q} \
37 --with-qt4-includes=${BUILDLINK_PREFIX.qt4-libs}/qt4/include \ 37 --with-qt4-includes=${BUILDLINK_PREFIX.qt4-libs}/qt4/include \
38 --with-qt4-libraries=${BUILDLINK_PREFIX.qt4-libs}/qt4/lib 38 --with-qt4-libraries=${BUILDLINK_PREFIX.qt4-libs}/qt4/lib
39 39
40CONFIGURE_ARGS+= --with-pspell-lib=${BUILDLINK_PREFIX.aspell}/lib \ 40CONFIGURE_ARGS+= --with-pspell-lib=${BUILDLINK_PREFIX.aspell}/lib \
41 --with-pspell-include=${BUILDLINK_PREFIX.aspell}/include/pspell \ 41 --with-pspell-include=${BUILDLINK_PREFIX.aspell}/include/pspell \
42 --with-pspell 42 --with-pspell
43 43
 44.include "../../mk/bsd.prefs.mk"
 45
 46.if ${OPSYS} == "Darwin"
 47GNU_CONFIGURE_PREFIX= ${PREFIX}/Applications/LyX.app
 48PLIST_SUBST+= BIN_DIR=Applications/LyX.app/Contents/MacOS \
 49 LYX=LyX \
 50 MAN_DIR=Applications/LyX.app/Contents/Resources/man \
 51 SHARE_DIR=Applications/LyX.app/Contents/Resources
 52.else
 53PLIST_SUBST+= BIN_DIR=bin \
 54 LYX=lyx \
 55 MAN_DIR="${PKGMANDIR}" \
 56 SHARE_DIR=share/lyx
 57.endif
 58
44PYTHON_PATCH_SCRIPTS= development/tools/convert_kmap.py \ 59PYTHON_PATCH_SCRIPTS= development/tools/convert_kmap.py \
45 development/tools/generate_symbols_list.py \ 60 development/tools/generate_symbols_list.py \
46 development/tools/lyxpak.py \ 61 development/tools/lyxpak.py \
47 development/tools/lyxpak.py \ 62 development/tools/lyxpak.py \
48 development/tools/unicodesymbols.py \ 63 development/tools/unicodesymbols.py \
49 lib/configure.py \ 64 lib/configure.py \
50 lib/doc/depend.py \ 65 lib/doc/depend.py \
51 lib/lyx2lyx/lyx2lyx \ 66 lib/lyx2lyx/lyx2lyx \
52 lib/lyx2lyx/profiling.py \ 67 lib/lyx2lyx/profiling.py \
53 lib/scripts/TeXFiles.py \ 68 lib/scripts/TeXFiles.py \
54 lib/scripts/clean_dvi.py \ 69 lib/scripts/clean_dvi.py \
55 lib/scripts/convertDefault.py \ 70 lib/scripts/convertDefault.py \
56 lib/scripts/csv2lyx.py \ 71 lib/scripts/csv2lyx.py \

cvs diff -r1.4 -r1.5 pkgsrc/editors/lyx/PLIST (expand / switch to unified diff)

--- pkgsrc/editors/lyx/PLIST 2010/12/01 19:34:49 1.4
+++ pkgsrc/editors/lyx/PLIST 2011/03/09 18:48:51 1.5
@@ -1,1408 +1,1408 @@ @@ -1,1408 +1,1408 @@
1@comment $NetBSD: PLIST,v 1.4 2010/12/01 19:34:49 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.5 2011/03/09 18:48:51 minskim Exp $
2bin/lyx 2${BIN_DIR}/lyx
3bin/lyxclient 3${BIN_DIR}/lyxclient
4bin/tex2lyx 4${BIN_DIR}/tex2lyx
5man/man1/lyx.1 5${MAN_DIR}/man1/lyx.1
6man/man1/lyxclient.1 6${MAN_DIR}/man1/lyxclient.1
7man/man1/tex2lyx.1 7${MAN_DIR}/man1/tex2lyx.1
8share/locale/ar/LC_MESSAGES/lyx.mo 8share/locale/ar/LC_MESSAGES/${LYX}.mo
9share/locale/ca/LC_MESSAGES/lyx.mo 9share/locale/ca/LC_MESSAGES/${LYX}.mo
10share/locale/cs/LC_MESSAGES/lyx.mo 10share/locale/cs/LC_MESSAGES/${LYX}.mo
11share/locale/de/LC_MESSAGES/lyx.mo 11share/locale/de/LC_MESSAGES/${LYX}.mo
12share/locale/el/LC_MESSAGES/lyx.mo 12share/locale/el/LC_MESSAGES/${LYX}.mo
13share/locale/en/LC_MESSAGES/lyx.mo 13share/locale/en/LC_MESSAGES/${LYX}.mo
14share/locale/es/LC_MESSAGES/lyx.mo 14share/locale/es/LC_MESSAGES/${LYX}.mo
15share/locale/eu/LC_MESSAGES/lyx.mo 15share/locale/eu/LC_MESSAGES/${LYX}.mo
16share/locale/fi/LC_MESSAGES/lyx.mo 16share/locale/fi/LC_MESSAGES/${LYX}.mo
17share/locale/fr/LC_MESSAGES/lyx.mo 17share/locale/fr/LC_MESSAGES/${LYX}.mo
18share/locale/gl/LC_MESSAGES/lyx.mo 18share/locale/gl/LC_MESSAGES/${LYX}.mo
19share/locale/he/LC_MESSAGES/lyx.mo 19share/locale/he/LC_MESSAGES/${LYX}.mo
20share/locale/hu/LC_MESSAGES/lyx.mo 20share/locale/hu/LC_MESSAGES/${LYX}.mo
21share/locale/id/LC_MESSAGES/lyx.mo 21share/locale/id/LC_MESSAGES/${LYX}.mo
22share/locale/it/LC_MESSAGES/lyx.mo 22share/locale/it/LC_MESSAGES/${LYX}.mo
23share/locale/ja/LC_MESSAGES/lyx.mo 23share/locale/ja/LC_MESSAGES/${LYX}.mo
24share/locale/nb/LC_MESSAGES/lyx.mo 24share/locale/nb/LC_MESSAGES/${LYX}.mo
25share/locale/nn/LC_MESSAGES/lyx.mo 25share/locale/nn/LC_MESSAGES/${LYX}.mo
26share/locale/pl/LC_MESSAGES/lyx.mo 26share/locale/pl/LC_MESSAGES/${LYX}.mo
27share/locale/pt/LC_MESSAGES/lyx.mo 27share/locale/pt/LC_MESSAGES/${LYX}.mo
28share/locale/ro/LC_MESSAGES/lyx.mo 28share/locale/ro/LC_MESSAGES/${LYX}.mo
29share/locale/ru/LC_MESSAGES/lyx.mo 29share/locale/ru/LC_MESSAGES/${LYX}.mo
30share/locale/sk/LC_MESSAGES/lyx.mo 30share/locale/sk/LC_MESSAGES/${LYX}.mo
31share/locale/sr/LC_MESSAGES/lyx.mo 31share/locale/sr/LC_MESSAGES/${LYX}.mo
32share/locale/tr/LC_MESSAGES/lyx.mo 32share/locale/tr/LC_MESSAGES/${LYX}.mo
33share/locale/uk/LC_MESSAGES/lyx.mo 33share/locale/uk/LC_MESSAGES/${LYX}.mo
34share/locale/zh_CN/LC_MESSAGES/lyx.mo 34share/locale/zh_CN/LC_MESSAGES/${LYX}.mo
35share/locale/zh_TW/LC_MESSAGES/lyx.mo 35share/locale/zh_TW/LC_MESSAGES/${LYX}.mo
36share/lyx/CREDITS 36${SHARE_DIR}/CREDITS
37share/lyx/bind/aqua.bind 37${SHARE_DIR}/bind/aqua.bind
38share/lyx/bind/broadway.bind 38${SHARE_DIR}/bind/broadway.bind
39share/lyx/bind/cua.bind 39${SHARE_DIR}/bind/cua.bind
40share/lyx/bind/cyrkeys.bind 40${SHARE_DIR}/bind/cyrkeys.bind
41share/lyx/bind/de/menus.bind 41${SHARE_DIR}/bind/de/menus.bind
42share/lyx/bind/emacs.bind 42${SHARE_DIR}/bind/emacs.bind
43share/lyx/bind/fi/menus.bind 43${SHARE_DIR}/bind/fi/menus.bind
44share/lyx/bind/greekkeys.bind 44${SHARE_DIR}/bind/greekkeys.bind
45share/lyx/bind/hollywood.bind 45${SHARE_DIR}/bind/hollywood.bind
46share/lyx/bind/latinkeys.bind 46${SHARE_DIR}/bind/latinkeys.bind
47share/lyx/bind/mac.bind 47${SHARE_DIR}/bind/mac.bind
48share/lyx/bind/math.bind 48${SHARE_DIR}/bind/math.bind
49share/lyx/bind/menus.bind 49${SHARE_DIR}/bind/menus.bind
50share/lyx/bind/pt/menus.bind 50${SHARE_DIR}/bind/pt/menus.bind
51share/lyx/bind/sciword.bind 51${SHARE_DIR}/bind/sciword.bind
52share/lyx/bind/site.bind 52${SHARE_DIR}/bind/site.bind
53share/lyx/bind/sv/menus.bind 53${SHARE_DIR}/bind/sv/menus.bind
54share/lyx/bind/xemacs.bind 54${SHARE_DIR}/bind/xemacs.bind
55share/lyx/chkconfig.ltx 55${SHARE_DIR}/chkconfig.ltx
56share/lyx/commands/default.def 56${SHARE_DIR}/commands/default.def
57share/lyx/configure.py 57${SHARE_DIR}/configure.py
58share/lyx/configure.pyc 58${SHARE_DIR}/configure.pyc
59share/lyx/configure.pyo 59${SHARE_DIR}/configure.pyo
60share/lyx/doc/Customization.lyx 60${SHARE_DIR}/doc/Customization.lyx
61share/lyx/doc/DummyDocument1.lyx 61${SHARE_DIR}/doc/DummyDocument1.lyx
62share/lyx/doc/DummyDocument2.lyx 62${SHARE_DIR}/doc/DummyDocument2.lyx
63share/lyx/doc/DummyTextDocument.txt 63${SHARE_DIR}/doc/DummyTextDocument.txt
64share/lyx/doc/EmbeddedObjects.lyx 64${SHARE_DIR}/doc/EmbeddedObjects.lyx
65share/lyx/doc/Extended.lyx 65${SHARE_DIR}/doc/Extended.lyx
66share/lyx/doc/Formula-numbering.lyx 66${SHARE_DIR}/doc/Formula-numbering.lyx
67share/lyx/doc/Intro.lyx 67${SHARE_DIR}/doc/Intro.lyx
68share/lyx/doc/LFUNs.lyx 68${SHARE_DIR}/doc/LFUNs.lyx
69share/lyx/doc/LaTeXConfig.lyx 69${SHARE_DIR}/doc/LaTeXConfig.lyx
70share/lyx/doc/Math.lyx 70${SHARE_DIR}/doc/Math.lyx
71share/lyx/doc/Shortcuts.lyx 71${SHARE_DIR}/doc/Shortcuts.lyx
72share/lyx/doc/Tutorial.lyx 72${SHARE_DIR}/doc/Tutorial.lyx
73share/lyx/doc/UserGuide.lyx 73${SHARE_DIR}/doc/UserGuide.lyx
74share/lyx/doc/biblio/LyXDocs.bib 74${SHARE_DIR}/doc/biblio/LyXDocs.bib
75share/lyx/doc/biblio/alphadin.bst 75${SHARE_DIR}/doc/biblio/alphadin.bst
76share/lyx/doc/ca/Intro.lyx 76${SHARE_DIR}/doc/ca/Intro.lyx
77share/lyx/doc/clipart/Abstract.pdf 77${SHARE_DIR}/doc/clipart/Abstract.pdf
78share/lyx/doc/clipart/BoxInsetDefaultQt4.png 78${SHARE_DIR}/doc/clipart/BoxInsetDefaultQt4.png
79share/lyx/doc/clipart/ChangesToolbar.png 79${SHARE_DIR}/doc/clipart/ChangesToolbar.png
80share/lyx/doc/clipart/ChildDocumentQt4.png 80${SHARE_DIR}/doc/clipart/ChildDocumentQt4.png
81share/lyx/doc/clipart/CommentNoteImageQt4.png 81${SHARE_DIR}/doc/clipart/CommentNoteImageQt4.png
82share/lyx/doc/clipart/ERT.png 82${SHARE_DIR}/doc/clipart/ERT.png
83share/lyx/doc/clipart/ExternalMaterialQt4.png 83${SHARE_DIR}/doc/clipart/ExternalMaterialQt4.png
84share/lyx/doc/clipart/ExtraToolbar.png 84${SHARE_DIR}/doc/clipart/ExtraToolbar.png
85share/lyx/doc/clipart/GreyedOutNoteImageQt4.png 85${SHARE_DIR}/doc/clipart/GreyedOutNoteImageQt4.png
86share/lyx/doc/clipart/LaTeX.png 86${SHARE_DIR}/doc/clipart/LaTeX.png
87share/lyx/doc/clipart/LyXNoteImageQt4.png 87${SHARE_DIR}/doc/clipart/LyXNoteImageQt4.png
88share/lyx/doc/clipart/MacroToolbar.png 88${SHARE_DIR}/doc/clipart/MacroToolbar.png
89share/lyx/doc/clipart/SpaceMarker.png 89${SHARE_DIR}/doc/clipart/SpaceMarker.png
90share/lyx/doc/clipart/StandardToolbar.png 90${SHARE_DIR}/doc/clipart/StandardToolbar.png
91share/lyx/doc/clipart/ToolbarEnvBox.png 91${SHARE_DIR}/doc/clipart/ToolbarEnvBox.png
92share/lyx/doc/clipart/ViewToolbar.png 92${SHARE_DIR}/doc/clipart/ViewToolbar.png
93share/lyx/doc/clipart/endnotes.pdf 93${SHARE_DIR}/doc/clipart/endnotes.pdf
94share/lyx/doc/clipart/escher-lsd.eps 94${SHARE_DIR}/doc/clipart/escher-lsd.eps
95share/lyx/doc/clipart/floatQt4.png 95${SHARE_DIR}/doc/clipart/floatQt4.png
96share/lyx/doc/clipart/footnoteQt4.png 96${SHARE_DIR}/doc/clipart/footnoteQt4.png
97share/lyx/doc/clipart/labelQt4.png 97${SHARE_DIR}/doc/clipart/labelQt4.png
98share/lyx/doc/clipart/macrobox.png 98${SHARE_DIR}/doc/clipart/macrobox.png
99share/lyx/doc/clipart/macrouse.png 99${SHARE_DIR}/doc/clipart/macrouse.png
100share/lyx/doc/clipart/mbox.png 100${SHARE_DIR}/doc/clipart/mbox.png
101share/lyx/doc/clipart/mobius.eps 101${SHARE_DIR}/doc/clipart/mobius.eps
102share/lyx/doc/clipart/platypus.eps 102${SHARE_DIR}/doc/clipart/platypus.eps
103share/lyx/doc/clipart/referenceQt4.png 103${SHARE_DIR}/doc/clipart/referenceQt4.png
104share/lyx/doc/clipart/with_fntright.pdf 104${SHARE_DIR}/doc/clipart/with_fntright.pdf
105share/lyx/doc/clipart/without_fntright.pdf 105${SHARE_DIR}/doc/clipart/without_fntright.pdf
106share/lyx/doc/cs/Tutorial.lyx 106${SHARE_DIR}/doc/cs/Tutorial.lyx
107share/lyx/doc/da/Intro.lyx 107${SHARE_DIR}/doc/da/Intro.lyx
108share/lyx/doc/de/Customization.lyx 108${SHARE_DIR}/doc/de/Customization.lyx
109share/lyx/doc/de/DummyDocument1.lyx 109${SHARE_DIR}/doc/de/DummyDocument1.lyx
110share/lyx/doc/de/DummyDocument2.lyx 110${SHARE_DIR}/doc/de/DummyDocument2.lyx
111share/lyx/doc/de/DummyTextDocument.txt 111${SHARE_DIR}/doc/de/DummyTextDocument.txt
112share/lyx/doc/de/EmbeddedObjects.lyx 112${SHARE_DIR}/doc/de/EmbeddedObjects.lyx
113share/lyx/doc/de/Extended.lyx 113${SHARE_DIR}/doc/de/Extended.lyx
114share/lyx/doc/de/Formelnummerierung.lyx 114${SHARE_DIR}/doc/de/Formelnummerierung.lyx
115share/lyx/doc/de/Intro.lyx 115${SHARE_DIR}/doc/de/Intro.lyx
116share/lyx/doc/de/Math.lyx 116${SHARE_DIR}/doc/de/Math.lyx
117share/lyx/doc/de/Shortcuts.lyx 117${SHARE_DIR}/doc/de/Shortcuts.lyx
118share/lyx/doc/de/Tutorial.lyx 118${SHARE_DIR}/doc/de/Tutorial.lyx
119share/lyx/doc/de/UserGuide.lyx 119${SHARE_DIR}/doc/de/UserGuide.lyx
120share/lyx/doc/de/clipart/ERT.png 120${SHARE_DIR}/doc/de/clipart/ERT.png
121share/lyx/doc/de/clipart/ExternesMaterialQt4.png 121${SHARE_DIR}/doc/de/clipart/ExternesMaterialQt4.png
122share/lyx/doc/de/clipart/FussnoteQt4.png 122${SHARE_DIR}/doc/de/clipart/FussnoteQt4.png
123share/lyx/doc/de/clipart/GleitobjektQt4.png 123${SHARE_DIR}/doc/de/clipart/GleitobjektQt4.png
124share/lyx/doc/de/clipart/GrauschriftNotizQt4.png 124${SHARE_DIR}/doc/de/clipart/GrauschriftNotizQt4.png
125share/lyx/doc/de/clipart/KommentarQt4.png 125${SHARE_DIR}/doc/de/clipart/KommentarQt4.png
126share/lyx/doc/de/clipart/LyXNotizQt4.png 126${SHARE_DIR}/doc/de/clipart/LyXNotizQt4.png
127share/lyx/doc/de/clipart/Marke.png 127${SHARE_DIR}/doc/de/clipart/Marke.png
128share/lyx/doc/de/clipart/Querverweis.png 128${SHARE_DIR}/doc/de/clipart/Querverweis.png
129share/lyx/doc/de/clipart/StandardBoxQt4.png 129${SHARE_DIR}/doc/de/clipart/StandardBoxQt4.png
130share/lyx/doc/de/clipart/UnterdokumentQt4.png 130${SHARE_DIR}/doc/de/clipart/UnterdokumentQt4.png
131share/lyx/doc/el/Intro.lyx 131${SHARE_DIR}/doc/el/Intro.lyx
132share/lyx/doc/es/Customization.lyx 132${SHARE_DIR}/doc/es/Customization.lyx
133share/lyx/doc/es/DocumentoPostizo1.lyx 133${SHARE_DIR}/doc/es/DocumentoPostizo1.lyx
134share/lyx/doc/es/DocumentoPostizo2.lyx 134${SHARE_DIR}/doc/es/DocumentoPostizo2.lyx
135share/lyx/doc/es/DocumentoTextoPostizo.txt 135${SHARE_DIR}/doc/es/DocumentoTextoPostizo.txt
136share/lyx/doc/es/EmbeddedObjects.lyx 136${SHARE_DIR}/doc/es/EmbeddedObjects.lyx
137share/lyx/doc/es/Extended.lyx 137${SHARE_DIR}/doc/es/Extended.lyx
138share/lyx/doc/es/Formula-numbering.lyx 138${SHARE_DIR}/doc/es/Formula-numbering.lyx
139share/lyx/doc/es/Intro.lyx 139${SHARE_DIR}/doc/es/Intro.lyx
140share/lyx/doc/es/Math.lyx 140${SHARE_DIR}/doc/es/Math.lyx
141share/lyx/doc/es/Shortcuts.lyx 141${SHARE_DIR}/doc/es/Shortcuts.lyx
142share/lyx/doc/es/Tutorial.lyx 142${SHARE_DIR}/doc/es/Tutorial.lyx
143share/lyx/doc/es/UserGuide.lyx 143${SHARE_DIR}/doc/es/UserGuide.lyx
144share/lyx/doc/es/clipart/ComentNotaImagenQt4.png 144${SHARE_DIR}/doc/es/clipart/ComentNotaImagenQt4.png
145share/lyx/doc/es/clipart/CuadroMinipagQt4.png 145${SHARE_DIR}/doc/es/clipart/CuadroMinipagQt4.png
146share/lyx/doc/es/clipart/DocumentoHijoQt4.png 146${SHARE_DIR}/doc/es/clipart/DocumentoHijoQt4.png
147share/lyx/doc/es/clipart/GrisNotaImagenQt4.png 147${SHARE_DIR}/doc/es/clipart/GrisNotaImagenQt4.png
148share/lyx/doc/es/clipart/MaterialExternoQt4.png 148${SHARE_DIR}/doc/es/clipart/MaterialExternoQt4.png
149share/lyx/doc/es/clipart/NotaLyXImagenQt4.png 149${SHARE_DIR}/doc/es/clipart/NotaLyXImagenQt4.png
150share/lyx/doc/es/clipart/Resumen.pdf 150${SHARE_DIR}/doc/es/clipart/Resumen.pdf
151share/lyx/doc/es/clipart/es_ERT.png 151${SHARE_DIR}/doc/es/clipart/es_ERT.png
152share/lyx/doc/es/clipart/es_ToolbarEnvBox.png 152${SHARE_DIR}/doc/es/clipart/es_ToolbarEnvBox.png
153share/lyx/doc/es/clipart/etiquetaQt4.png 153${SHARE_DIR}/doc/es/clipart/etiquetaQt4.png
154share/lyx/doc/es/clipart/flotanteQt4.png 154${SHARE_DIR}/doc/es/clipart/flotanteQt4.png
155share/lyx/doc/es/clipart/notapieQt4.png 155${SHARE_DIR}/doc/es/clipart/notapieQt4.png
156share/lyx/doc/es/clipart/referenciaQt4.png 156${SHARE_DIR}/doc/es/clipart/referenciaQt4.png
157share/lyx/doc/eu/Customization.lyx 157${SHARE_DIR}/doc/eu/Customization.lyx
158share/lyx/doc/eu/Extended.lyx 158${SHARE_DIR}/doc/eu/Extended.lyx
159share/lyx/doc/eu/Intro.lyx 159${SHARE_DIR}/doc/eu/Intro.lyx
160share/lyx/doc/eu/Tutorial.lyx 160${SHARE_DIR}/doc/eu/Tutorial.lyx
161share/lyx/doc/eu/UserGuide.lyx 161${SHARE_DIR}/doc/eu/UserGuide.lyx
162share/lyx/doc/fr/Customization.lyx 162${SHARE_DIR}/doc/fr/Customization.lyx
163share/lyx/doc/fr/DocumentBidon1.lyx 163${SHARE_DIR}/doc/fr/DocumentBidon1.lyx
164share/lyx/doc/fr/DocumentBidon2.lyx 164${SHARE_DIR}/doc/fr/DocumentBidon2.lyx
165share/lyx/doc/fr/DocumentTexteBidon.txt 165${SHARE_DIR}/doc/fr/DocumentTexteBidon.txt
166share/lyx/doc/fr/EmbeddedObjects.lyx 166${SHARE_DIR}/doc/fr/EmbeddedObjects.lyx
167share/lyx/doc/fr/Extended.lyx 167${SHARE_DIR}/doc/fr/Extended.lyx
168share/lyx/doc/fr/Formula-numbering.lyx 168${SHARE_DIR}/doc/fr/Formula-numbering.lyx
169share/lyx/doc/fr/Intro.lyx 169${SHARE_DIR}/doc/fr/Intro.lyx
170share/lyx/doc/fr/Math.lyx 170${SHARE_DIR}/doc/fr/Math.lyx
171share/lyx/doc/fr/Shortcuts.lyx 171${SHARE_DIR}/doc/fr/Shortcuts.lyx
172share/lyx/doc/fr/Tutorial.lyx 172${SHARE_DIR}/doc/fr/Tutorial.lyx
173share/lyx/doc/fr/UserGuide.lyx 173${SHARE_DIR}/doc/fr/UserGuide.lyx
174share/lyx/doc/fr/clipart/BoxInsetDefaultQt4.png 174${SHARE_DIR}/doc/fr/clipart/BoxInsetDefaultQt4.png
175share/lyx/doc/fr/clipart/ChildDocumentQt4.png 175${SHARE_DIR}/doc/fr/clipart/ChildDocumentQt4.png
176share/lyx/doc/fr/clipart/CommentNoteImageQt4.png 176${SHARE_DIR}/doc/fr/clipart/CommentNoteImageQt4.png
177share/lyx/doc/fr/clipart/GreyedOutNoteImageQt4.png 177${SHARE_DIR}/doc/fr/clipart/GreyedOutNoteImageQt4.png
178share/lyx/doc/fr/clipart/LyXNoteImageQt4.png 178${SHARE_DIR}/doc/fr/clipart/LyXNoteImageQt4.png
179share/lyx/doc/fr/clipart/floatQt4.png 179${SHARE_DIR}/doc/fr/clipart/floatQt4.png
180share/lyx/doc/fr/clipart/footnoteQt4.png 180${SHARE_DIR}/doc/fr/clipart/footnoteQt4.png
181share/lyx/doc/fr/clipart/labelQt4.png 181${SHARE_DIR}/doc/fr/clipart/labelQt4.png
182share/lyx/doc/gl/Intro.lyx 182${SHARE_DIR}/doc/gl/Intro.lyx
183share/lyx/doc/gl/Tutorial.lyx 183${SHARE_DIR}/doc/gl/Tutorial.lyx
184share/lyx/doc/he/Intro.lyx 184${SHARE_DIR}/doc/he/Intro.lyx
185share/lyx/doc/he/Tutorial.lyx 185${SHARE_DIR}/doc/he/Tutorial.lyx
186share/lyx/doc/hu/Intro.lyx 186${SHARE_DIR}/doc/hu/Intro.lyx
187share/lyx/doc/hu/Tutorial.lyx 187${SHARE_DIR}/doc/hu/Tutorial.lyx
188share/lyx/doc/id/Intro.lyx 188${SHARE_DIR}/doc/id/Intro.lyx
189share/lyx/doc/id/Tutorial.lyx 189${SHARE_DIR}/doc/id/Tutorial.lyx
190share/lyx/doc/id/clipart/id-contrib.png 190${SHARE_DIR}/doc/id/clipart/id-contrib.png
191share/lyx/doc/id/clipart/id-footnote.png 191${SHARE_DIR}/doc/id/clipart/id-footnote.png
192share/lyx/doc/id/clipart/id-lingkungan.png 192${SHARE_DIR}/doc/id/clipart/id-lingkungan.png
193share/lyx/doc/it/Customization.lyx 193${SHARE_DIR}/doc/it/Customization.lyx
194share/lyx/doc/it/Intro.lyx 194${SHARE_DIR}/doc/it/Intro.lyx
195share/lyx/doc/it/Tutorial.lyx 195${SHARE_DIR}/doc/it/Tutorial.lyx
196share/lyx/doc/it/UserGuide.lyx 196${SHARE_DIR}/doc/it/UserGuide.lyx
197share/lyx/doc/it/clipart/it_footnoteQt4.png 197${SHARE_DIR}/doc/it/clipart/it_footnoteQt4.png
198share/lyx/doc/it/clipart/it_referenceQt4.png 198${SHARE_DIR}/doc/it/clipart/it_referenceQt4.png
199share/lyx/doc/ja/Customization.lyx 199${SHARE_DIR}/doc/ja/Customization.lyx
200share/lyx/doc/ja/DummyDocument1.lyx 200${SHARE_DIR}/doc/ja/DummyDocument1.lyx
201share/lyx/doc/ja/DummyDocument2.lyx 201${SHARE_DIR}/doc/ja/DummyDocument2.lyx
202share/lyx/doc/ja/EmbeddedObjects.lyx 202${SHARE_DIR}/doc/ja/EmbeddedObjects.lyx
203share/lyx/doc/ja/Extended.lyx 203${SHARE_DIR}/doc/ja/Extended.lyx
204share/lyx/doc/ja/Formula-numbering.lyx 204${SHARE_DIR}/doc/ja/Formula-numbering.lyx
205share/lyx/doc/ja/Intro.lyx 205${SHARE_DIR}/doc/ja/Intro.lyx
206share/lyx/doc/ja/LaTeXConfig.lyx 206${SHARE_DIR}/doc/ja/LaTeXConfig.lyx
207share/lyx/doc/ja/Math.lyx 207${SHARE_DIR}/doc/ja/Math.lyx
208share/lyx/doc/ja/Shortcuts.lyx 208${SHARE_DIR}/doc/ja/Shortcuts.lyx
209share/lyx/doc/ja/Tutorial.lyx 209${SHARE_DIR}/doc/ja/Tutorial.lyx
210share/lyx/doc/ja/UserGuide.lyx 210${SHARE_DIR}/doc/ja/UserGuide.lyx
211share/lyx/doc/ja/clipart/ChildDocumentQt4.png 211${SHARE_DIR}/doc/ja/clipart/ChildDocumentQt4.png
212share/lyx/doc/ja/clipart/ERT.png 212${SHARE_DIR}/doc/ja/clipart/ERT.png
213share/lyx/doc/ja/clipart/ExternalMaterialQt4.png 213${SHARE_DIR}/doc/ja/clipart/ExternalMaterialQt4.png
214share/lyx/doc/ja/clipart/ToolbarEnvBox.png 214${SHARE_DIR}/doc/ja/clipart/ToolbarEnvBox.png
215share/lyx/doc/ja/clipart/floatQt4.png 215${SHARE_DIR}/doc/ja/clipart/floatQt4.png
216share/lyx/doc/ja/clipart/footnoteQt4.png 216${SHARE_DIR}/doc/ja/clipart/footnoteQt4.png
217share/lyx/doc/ja/clipart/referenceQt4.png 217${SHARE_DIR}/doc/ja/clipart/referenceQt4.png
218share/lyx/doc/nb/Intro.lyx 218${SHARE_DIR}/doc/nb/Intro.lyx
219share/lyx/doc/nl/Intro.lyx 219${SHARE_DIR}/doc/nl/Intro.lyx
220share/lyx/doc/nl/Tutorial.lyx 220${SHARE_DIR}/doc/nl/Tutorial.lyx
221share/lyx/doc/pl/Extended.lyx 221${SHARE_DIR}/doc/pl/Extended.lyx
222share/lyx/doc/pl/Intro.lyx 222${SHARE_DIR}/doc/pl/Intro.lyx
223share/lyx/doc/pl/Tutorial.lyx 223${SHARE_DIR}/doc/pl/Tutorial.lyx
224share/lyx/doc/pt/Intro.lyx 224${SHARE_DIR}/doc/pt/Intro.lyx
225share/lyx/doc/pt/Tutorial.lyx 225${SHARE_DIR}/doc/pt/Tutorial.lyx
226share/lyx/doc/ro/Intro.lyx 226${SHARE_DIR}/doc/ro/Intro.lyx
227share/lyx/doc/ru/Intro.lyx 227${SHARE_DIR}/doc/ru/Intro.lyx
228share/lyx/doc/ru/Tutorial.lyx 228${SHARE_DIR}/doc/ru/Tutorial.lyx
229share/lyx/doc/sk/Intro.lyx 229${SHARE_DIR}/doc/sk/Intro.lyx
230share/lyx/doc/sk/Tutorial.lyx 230${SHARE_DIR}/doc/sk/Tutorial.lyx
231share/lyx/doc/sk/UserGuide.lyx 231${SHARE_DIR}/doc/sk/UserGuide.lyx
232share/lyx/doc/sl/Intro.lyx 232${SHARE_DIR}/doc/sl/Intro.lyx
233share/lyx/doc/sl/Tutorial.lyx 233${SHARE_DIR}/doc/sl/Tutorial.lyx
234share/lyx/doc/sv/Intro.lyx 234${SHARE_DIR}/doc/sv/Intro.lyx
235share/lyx/doc/sv/Tutorial.lyx 235${SHARE_DIR}/doc/sv/Tutorial.lyx
236share/lyx/doc/uk/Intro.lyx 236${SHARE_DIR}/doc/uk/Intro.lyx
237share/lyx/doc/uk/clipart/FootnoteQT4.png 237${SHARE_DIR}/doc/uk/clipart/FootnoteQT4.png
238share/lyx/doc/zh_CN/Intro.lyx 238${SHARE_DIR}/doc/zh_CN/Intro.lyx
239share/lyx/doc/zh_CN/Tutorial.lyx 239${SHARE_DIR}/doc/zh_CN/Tutorial.lyx
240share/lyx/encodings 240${SHARE_DIR}/encodings
241share/lyx/examples/Braille.lyx 241${SHARE_DIR}/examples/Braille.lyx
242share/lyx/examples/CV-image.eps 242${SHARE_DIR}/examples/CV-image.eps
243share/lyx/examples/CV-image.png 243${SHARE_DIR}/examples/CV-image.png
244share/lyx/examples/Foils.lyx 244${SHARE_DIR}/examples/Foils.lyx
245share/lyx/examples/ItemizeBullets.lyx 245${SHARE_DIR}/examples/ItemizeBullets.lyx
246share/lyx/examples/Literate.lyx 246${SHARE_DIR}/examples/Literate.lyx
247share/lyx/examples/aa_sample.lyx 247${SHARE_DIR}/examples/aa_sample.lyx
248share/lyx/examples/aas_sample.lyx 248${SHARE_DIR}/examples/aas_sample.lyx
249share/lyx/examples/achemso.lyx 249${SHARE_DIR}/examples/achemso.lyx
250share/lyx/examples/addressExample.adr 250${SHARE_DIR}/examples/addressExample.adr
251share/lyx/examples/amsart-test.lyx 251${SHARE_DIR}/examples/amsart-test.lyx
252share/lyx/examples/amsbook-test.lyx 252${SHARE_DIR}/examples/amsbook-test.lyx
253share/lyx/examples/armenian-article.lyx 253${SHARE_DIR}/examples/armenian-article.lyx
254share/lyx/examples/beamer-g4-mask.jpg 254${SHARE_DIR}/examples/beamer-g4-mask.jpg
255share/lyx/examples/beamer-g4.jpg 255${SHARE_DIR}/examples/beamer-g4.jpg
256share/lyx/examples/beamer-icsi-logo.pdf 256${SHARE_DIR}/examples/beamer-icsi-logo.pdf
257share/lyx/examples/beamer-knight1-mask.png 257${SHARE_DIR}/examples/beamer-knight1-mask.png
258share/lyx/examples/beamer-knight1.png 258${SHARE_DIR}/examples/beamer-knight1.png
259share/lyx/examples/beamer-knight2-mask.png 259${SHARE_DIR}/examples/beamer-knight2-mask.png
260share/lyx/examples/beamer-knight2.png 260${SHARE_DIR}/examples/beamer-knight2.png
261share/lyx/examples/beamer-knight3-mask.png 261${SHARE_DIR}/examples/beamer-knight3-mask.png
262share/lyx/examples/beamer-knight3.png 262${SHARE_DIR}/examples/beamer-knight3.png
263share/lyx/examples/beamer-knight4-mask.png 263${SHARE_DIR}/examples/beamer-knight4-mask.png
264share/lyx/examples/beamer-knight4.png 264${SHARE_DIR}/examples/beamer-knight4.png
265share/lyx/examples/beamerlyxexample1.lyx 265${SHARE_DIR}/examples/beamerlyxexample1.lyx
266share/lyx/examples/biblioExample.bib 266${SHARE_DIR}/examples/biblioExample.bib
267share/lyx/examples/ca/ItemizeBullets.lyx 267${SHARE_DIR}/examples/ca/ItemizeBullets.lyx
268share/lyx/examples/ca/mathed.lyx 268${SHARE_DIR}/examples/ca/mathed.lyx
269share/lyx/examples/ca/splash.lyx 269${SHARE_DIR}/examples/ca/splash.lyx
270share/lyx/examples/chess-article.lyx 270${SHARE_DIR}/examples/chess-article.lyx
271share/lyx/examples/chessgame.lyx 271${SHARE_DIR}/examples/chessgame.lyx
272share/lyx/examples/cs/splash.lyx 272${SHARE_DIR}/examples/cs/splash.lyx
273share/lyx/examples/da/splash.lyx 273${SHARE_DIR}/examples/da/splash.lyx
274share/lyx/examples/de/Braille.lyx 274${SHARE_DIR}/examples/de/Braille.lyx
275share/lyx/examples/de/Dezimal.lyx 275${SHARE_DIR}/examples/de/Dezimal.lyx
276share/lyx/examples/de/ItemizeBullets.lyx 276${SHARE_DIR}/examples/de/ItemizeBullets.lyx
277share/lyx/examples/de/Lebenslauf.lyx 277${SHARE_DIR}/examples/de/Lebenslauf.lyx
278share/lyx/examples/de/beispiel_gelyxt.lyx 278${SHARE_DIR}/examples/de/beispiel_gelyxt.lyx
279share/lyx/examples/de/beispiel_roh.lyx 279${SHARE_DIR}/examples/de/beispiel_roh.lyx
280share/lyx/examples/de/linguistics.lyx 280${SHARE_DIR}/examples/de/linguistics.lyx
281share/lyx/examples/de/multicol.lyx 281${SHARE_DIR}/examples/de/multicol.lyx
282share/lyx/examples/de/serienbrief1.lyx 282${SHARE_DIR}/examples/de/serienbrief1.lyx
283share/lyx/examples/de/serienbrief2.lyx 283${SHARE_DIR}/examples/de/serienbrief2.lyx
284share/lyx/examples/de/serienbrief3.lyx 284${SHARE_DIR}/examples/de/serienbrief3.lyx
285share/lyx/examples/de/splash.lyx 285${SHARE_DIR}/examples/de/splash.lyx
286share/lyx/examples/de/tufte-handout.lyx 286${SHARE_DIR}/examples/de/tufte-handout.lyx
287share/lyx/examples/docbook_article.lyx 287${SHARE_DIR}/examples/docbook_article.lyx
288share/lyx/examples/el/splash.lyx 288${SHARE_DIR}/examples/el/splash.lyx
289share/lyx/examples/es/Braille.lyx 289${SHARE_DIR}/examples/es/Braille.lyx
290share/lyx/examples/es/ItemizeBullets.lyx 290${SHARE_DIR}/examples/es/ItemizeBullets.lyx
291share/lyx/examples/es/beamer-conference-ornate20min.lyx 291${SHARE_DIR}/examples/es/beamer-conference-ornate20min.lyx
292share/lyx/examples/es/ejemplo_con_lyx.lyx 292${SHARE_DIR}/examples/es/ejemplo_con_lyx.lyx
293share/lyx/examples/es/ejemplo_sin_lyx.lyx 293${SHARE_DIR}/examples/es/ejemplo_sin_lyx.lyx
294share/lyx/examples/es/linguistics.lyx 294${SHARE_DIR}/examples/es/linguistics.lyx
295share/lyx/examples/es/multicol.lyx 295${SHARE_DIR}/examples/es/multicol.lyx
296share/lyx/examples/es/splash.lyx 296${SHARE_DIR}/examples/es/splash.lyx
297share/lyx/examples/es/tufte-book.lyx 297${SHARE_DIR}/examples/es/tufte-book.lyx
298share/lyx/examples/es/tufte-handout.lyx 298${SHARE_DIR}/examples/es/tufte-handout.lyx
299share/lyx/examples/eu/adibide_gordina.lyx 299${SHARE_DIR}/examples/eu/adibide_gordina.lyx
300share/lyx/examples/eu/adibide_lyx-atua.lyx 300${SHARE_DIR}/examples/eu/adibide_lyx-atua.lyx
301share/lyx/examples/eu/splash.lyx 301${SHARE_DIR}/examples/eu/splash.lyx
302share/lyx/examples/europeCV.lyx 302${SHARE_DIR}/examples/europeCV.lyx
303share/lyx/examples/example_lyxified.lyx 303${SHARE_DIR}/examples/example_lyxified.lyx
304share/lyx/examples/example_raw.lyx 304${SHARE_DIR}/examples/example_raw.lyx
305share/lyx/examples/fa/splash.lyx 305${SHARE_DIR}/examples/fa/splash.lyx
306share/lyx/examples/fr/AlignementDecimal.lyx 306${SHARE_DIR}/examples/fr/AlignementDecimal.lyx
307share/lyx/examples/fr/Braille.lyx 307${SHARE_DIR}/examples/fr/Braille.lyx
308share/lyx/examples/fr/Foils.lyx 308${SHARE_DIR}/examples/fr/Foils.lyx
309share/lyx/examples/fr/ListesPuces.lyx 309${SHARE_DIR}/examples/fr/ListesPuces.lyx
310share/lyx/examples/fr/exemple-powerdot.lyx 310${SHARE_DIR}/examples/fr/exemple-powerdot.lyx
311share/lyx/examples/fr/exemple_brut.lyx 311${SHARE_DIR}/examples/fr/exemple_brut.lyx
312share/lyx/examples/fr/exemple_lyxifie.lyx 312${SHARE_DIR}/examples/fr/exemple_lyxifie.lyx
313share/lyx/examples/fr/linguistics.lyx 313${SHARE_DIR}/examples/fr/linguistics.lyx
314share/lyx/examples/fr/multicol.lyx 314${SHARE_DIR}/examples/fr/multicol.lyx
315share/lyx/examples/fr/seminar.lyx 315${SHARE_DIR}/examples/fr/seminar.lyx
316share/lyx/examples/fr/simplecv.lyx 316${SHARE_DIR}/examples/fr/simplecv.lyx
317share/lyx/examples/fr/splash.lyx 317${SHARE_DIR}/examples/fr/splash.lyx
318share/lyx/examples/fr/xyfigure.png 318${SHARE_DIR}/examples/fr/xyfigure.png
319share/lyx/examples/fr/xypic.lyx 319${SHARE_DIR}/examples/fr/xypic.lyx
320share/lyx/examples/gl/exemplo_bruto.lyx 320${SHARE_DIR}/examples/gl/exemplo_bruto.lyx
321share/lyx/examples/gl/exemplo_lyxificado.lyx 321${SHARE_DIR}/examples/gl/exemplo_lyxificado.lyx
322share/lyx/examples/gl/splash.lyx 322${SHARE_DIR}/examples/gl/splash.lyx
323share/lyx/examples/he/example_lyxified.lyx 323${SHARE_DIR}/examples/he/example_lyxified.lyx
324share/lyx/examples/he/example_raw.lyx 324${SHARE_DIR}/examples/he/example_raw.lyx
325share/lyx/examples/he/splash.lyx 325${SHARE_DIR}/examples/he/splash.lyx
326share/lyx/examples/hu/example_lyxified.lyx 326${SHARE_DIR}/examples/hu/example_lyxified.lyx
327share/lyx/examples/hu/example_raw.lyx 327${SHARE_DIR}/examples/hu/example_raw.lyx
328share/lyx/examples/hu/splash.lyx 328${SHARE_DIR}/examples/hu/splash.lyx
329share/lyx/examples/id/splash.lyx 329${SHARE_DIR}/examples/id/splash.lyx
330share/lyx/examples/iecc05.fen 330${SHARE_DIR}/examples/iecc05.fen
331share/lyx/examples/iecc07.fen 331${SHARE_DIR}/examples/iecc07.fen
332share/lyx/examples/iecc12.fen 332${SHARE_DIR}/examples/iecc12.fen
333share/lyx/examples/it/ItemizeBullets.lyx 333${SHARE_DIR}/examples/it/ItemizeBullets.lyx
334share/lyx/examples/it/splash.lyx 334${SHARE_DIR}/examples/it/splash.lyx
335share/lyx/examples/ja/Braille.lyx 335${SHARE_DIR}/examples/ja/Braille.lyx
336share/lyx/examples/ja/linguistics.lyx 336${SHARE_DIR}/examples/ja/linguistics.lyx
337share/lyx/examples/ja/multicol.lyx 337${SHARE_DIR}/examples/ja/multicol.lyx
338share/lyx/examples/ja/splash.lyx 338${SHARE_DIR}/examples/ja/splash.lyx
339share/lyx/examples/ja/xyfigure.png 339${SHARE_DIR}/examples/ja/xyfigure.png
340share/lyx/examples/ja/xypic.lyx 340${SHARE_DIR}/examples/ja/xypic.lyx
341share/lyx/examples/landslide.lyx 341${SHARE_DIR}/examples/landslide.lyx
342share/lyx/examples/linguistics.lyx 342${SHARE_DIR}/examples/linguistics.lyx
343share/lyx/examples/listerrors.lyx 343${SHARE_DIR}/examples/listerrors.lyx
344share/lyx/examples/modernCV.lyx 344${SHARE_DIR}/examples/modernCV.lyx
345share/lyx/examples/multicol.lyx 345${SHARE_DIR}/examples/multicol.lyx
346share/lyx/examples/nl/multicol.lyx 346${SHARE_DIR}/examples/nl/multicol.lyx
347share/lyx/examples/nl/opsommingstekens.lyx 347${SHARE_DIR}/examples/nl/opsommingstekens.lyx
348share/lyx/examples/nl/splash.lyx 348${SHARE_DIR}/examples/nl/splash.lyx
349share/lyx/examples/nl/voorbeeld_ruw.lyx 349${SHARE_DIR}/examples/nl/voorbeeld_ruw.lyx
350share/lyx/examples/nl/voorbeeld_verlyxt.lyx 350${SHARE_DIR}/examples/nl/voorbeeld_verlyxt.lyx
351share/lyx/examples/noweb2lyx.lyx 351${SHARE_DIR}/examples/noweb2lyx.lyx
352share/lyx/examples/pl/splash.lyx 352${SHARE_DIR}/examples/pl/splash.lyx
353share/lyx/examples/powerdot-example.lyx 353${SHARE_DIR}/examples/powerdot-example.lyx
354share/lyx/examples/pt/splash.lyx 354${SHARE_DIR}/examples/pt/splash.lyx
355share/lyx/examples/recipebook.lyx 355${SHARE_DIR}/examples/recipebook.lyx
356share/lyx/examples/ro/splash.lyx 356${SHARE_DIR}/examples/ro/splash.lyx
357share/lyx/examples/ru/splash.lyx 357${SHARE_DIR}/examples/ru/splash.lyx
358share/lyx/examples/script_form.lyx 358${SHARE_DIR}/examples/script_form.lyx
359share/lyx/examples/seminar.lyx 359${SHARE_DIR}/examples/seminar.lyx
360share/lyx/examples/serial_letter1.lyx 360${SHARE_DIR}/examples/serial_letter1.lyx
361share/lyx/examples/serial_letter2.lyx 361${SHARE_DIR}/examples/serial_letter2.lyx
362share/lyx/examples/serial_letter3.lyx 362${SHARE_DIR}/examples/serial_letter3.lyx
363share/lyx/examples/simplecv.lyx 363${SHARE_DIR}/examples/simplecv.lyx
364share/lyx/examples/sk/splash.lyx 364${SHARE_DIR}/examples/sk/splash.lyx
365share/lyx/examples/sl/primer_lyxan.lyx 365${SHARE_DIR}/examples/sl/primer_lyxan.lyx
366share/lyx/examples/sl/primer_surov.lyx 366${SHARE_DIR}/examples/sl/primer_surov.lyx
367share/lyx/examples/sl/splash.lyx 367${SHARE_DIR}/examples/sl/splash.lyx
368share/lyx/examples/splash.lyx 368${SHARE_DIR}/examples/splash.lyx
369share/lyx/examples/sr/splash.lyx 369${SHARE_DIR}/examples/sr/splash.lyx
370share/lyx/examples/tufte-book.lyx 370${SHARE_DIR}/examples/tufte-book.lyx
371share/lyx/examples/tufte-handout.lyx 371${SHARE_DIR}/examples/tufte-handout.lyx
372share/lyx/examples/uk/splash.lyx 372${SHARE_DIR}/examples/uk/splash.lyx
373share/lyx/examples/xyfigure.png 373${SHARE_DIR}/examples/xyfigure.png
374share/lyx/examples/xypic.lyx 374${SHARE_DIR}/examples/xypic.lyx
375share/lyx/external_templates 375${SHARE_DIR}/external_templates
376share/lyx/fonts/BaKoMaFontLicense.txt 376${SHARE_DIR}/fonts/BaKoMaFontLicense.txt
377share/lyx/fonts/ReadmeBaKoMa4LyX.txt 377${SHARE_DIR}/fonts/ReadmeBaKoMa4LyX.txt
378share/lyx/fonts/cmex10.ttf 378${SHARE_DIR}/fonts/cmex10.ttf
379share/lyx/fonts/cmmi10.ttf 379${SHARE_DIR}/fonts/cmmi10.ttf
380share/lyx/fonts/cmr10.ttf 380${SHARE_DIR}/fonts/cmr10.ttf
381share/lyx/fonts/cmsy10.ttf 381${SHARE_DIR}/fonts/cmsy10.ttf
382share/lyx/fonts/esint10.ttf 382${SHARE_DIR}/fonts/esint10.ttf
383share/lyx/fonts/eufm10.ttf 383${SHARE_DIR}/fonts/eufm10.ttf
384share/lyx/fonts/msam10.ttf 384${SHARE_DIR}/fonts/msam10.ttf
385share/lyx/fonts/msbm10.ttf 385${SHARE_DIR}/fonts/msbm10.ttf
386share/lyx/fonts/wasy10.ttf 386${SHARE_DIR}/fonts/wasy10.ttf
387share/lyx/images/all-changes-accept.png 387${SHARE_DIR}/images/all-changes-accept.png
388share/lyx/images/all-changes-reject.png 388${SHARE_DIR}/images/all-changes-reject.png
389share/lyx/images/amssymb.png 389${SHARE_DIR}/images/amssymb.png
390share/lyx/images/banner.png 390${SHARE_DIR}/images/banner.png
391share/lyx/images/bookmark-goto.png 391${SHARE_DIR}/images/bookmark-goto.png
392share/lyx/images/bookmark-goto_0.png 392${SHARE_DIR}/images/bookmark-goto_0.png
393share/lyx/images/bookmark-save.png 393${SHARE_DIR}/images/bookmark-save.png
394share/lyx/images/box-insert.png 394${SHARE_DIR}/images/box-insert.png
395share/lyx/images/break-line.png 395${SHARE_DIR}/images/break-line.png
396share/lyx/images/buffer-close.png 396${SHARE_DIR}/images/buffer-close.png
397share/lyx/images/buffer-export_dvi.png 397${SHARE_DIR}/images/buffer-export_dvi.png
398share/lyx/images/buffer-export_latex.png 398${SHARE_DIR}/images/buffer-export_latex.png
399share/lyx/images/buffer-export_pdf2.png 399${SHARE_DIR}/images/buffer-export_pdf2.png
400share/lyx/images/buffer-export_ps.png 400${SHARE_DIR}/images/buffer-export_ps.png
401share/lyx/images/buffer-export_text.png 401${SHARE_DIR}/images/buffer-export_text.png
402share/lyx/images/buffer-new.png 402${SHARE_DIR}/images/buffer-new.png
403share/lyx/images/buffer-reload.png 403${SHARE_DIR}/images/buffer-reload.png
404share/lyx/images/buffer-update_dvi.png 404${SHARE_DIR}/images/buffer-update_dvi.png
405share/lyx/images/buffer-update_pdf2.png 405${SHARE_DIR}/images/buffer-update_pdf2.png
406share/lyx/images/buffer-update_ps.png 406${SHARE_DIR}/images/buffer-update_ps.png
407share/lyx/images/buffer-view_dvi.png 407${SHARE_DIR}/images/buffer-view_dvi.png
408share/lyx/images/buffer-view_pdf2.png 408${SHARE_DIR}/images/buffer-view_pdf2.png
409share/lyx/images/buffer-view_ps.png 409${SHARE_DIR}/images/buffer-view_ps.png
410share/lyx/images/buffer-write-as.png 410${SHARE_DIR}/images/buffer-write-as.png
411share/lyx/images/buffer-write.png 411${SHARE_DIR}/images/buffer-write.png
412share/lyx/images/build-program.png 412${SHARE_DIR}/images/build-program.png
413share/lyx/images/change-accept.png 413${SHARE_DIR}/images/change-accept.png
414share/lyx/images/change-next.png 414${SHARE_DIR}/images/change-next.png
415share/lyx/images/change-reject.png 415${SHARE_DIR}/images/change-reject.png
416share/lyx/images/changes-merge.png 416${SHARE_DIR}/images/changes-merge.png
417share/lyx/images/changes-output.png 417${SHARE_DIR}/images/changes-output.png
418share/lyx/images/changes-track.png 418${SHARE_DIR}/images/changes-track.png
419share/lyx/images/close-tab-group.png 419${SHARE_DIR}/images/close-tab-group.png
420share/lyx/images/closetab.png 420${SHARE_DIR}/images/closetab.png
421share/lyx/images/copy.png 421${SHARE_DIR}/images/copy.png
422share/lyx/images/cut.png 422${SHARE_DIR}/images/cut.png
423share/lyx/images/demote.png 423${SHARE_DIR}/images/demote.png
424share/lyx/images/depth-decrement.png 424${SHARE_DIR}/images/depth-decrement.png
425share/lyx/images/depth-increment.png 425${SHARE_DIR}/images/depth-increment.png
426share/lyx/images/dialog-preferences.png 426${SHARE_DIR}/images/dialog-preferences.png
427share/lyx/images/dialog-show-new-inset_citation.png 427${SHARE_DIR}/images/dialog-show-new-inset_citation.png
428share/lyx/images/dialog-show-new-inset_graphics.png 428${SHARE_DIR}/images/dialog-show-new-inset_graphics.png
429share/lyx/images/dialog-show-new-inset_include.png 429${SHARE_DIR}/images/dialog-show-new-inset_include.png
430share/lyx/images/dialog-show-new-inset_ref.png 430${SHARE_DIR}/images/dialog-show-new-inset_ref.png
431share/lyx/images/dialog-show_character.png 431${SHARE_DIR}/images/dialog-show_character.png
432share/lyx/images/dialog-show_findreplace.png 432${SHARE_DIR}/images/dialog-show_findreplace.png
433share/lyx/images/dialog-show_mathdelimiter.png 433${SHARE_DIR}/images/dialog-show_mathdelimiter.png
434share/lyx/images/dialog-show_mathmatrix.png 434${SHARE_DIR}/images/dialog-show_mathmatrix.png
435share/lyx/images/dialog-show_print.png 435${SHARE_DIR}/images/dialog-show_print.png
436share/lyx/images/dialog-show_spellchecker.png 436${SHARE_DIR}/images/dialog-show_spellchecker.png
437share/lyx/images/dialog-show_vclog.png 437${SHARE_DIR}/images/dialog-show_vclog.png
438share/lyx/images/dialog-toggle_toc.png 438${SHARE_DIR}/images/dialog-toggle_toc.png
439share/lyx/images/down.png 439${SHARE_DIR}/images/down.png
440share/lyx/images/ert-insert.png 440${SHARE_DIR}/images/ert-insert.png
441share/lyx/images/file-open.png 441${SHARE_DIR}/images/file-open.png
442share/lyx/images/float-insert_figure.png 442${SHARE_DIR}/images/float-insert_figure.png
443share/lyx/images/float-insert_table.png 443${SHARE_DIR}/images/float-insert_table.png
444share/lyx/images/font-bold.png 444${SHARE_DIR}/images/font-bold.png
445share/lyx/images/font-emph.png 445${SHARE_DIR}/images/font-emph.png
446share/lyx/images/font-noun.png 446${SHARE_DIR}/images/font-noun.png
447share/lyx/images/font-sans.png 447${SHARE_DIR}/images/font-sans.png
448share/lyx/images/footnote-insert.png 448${SHARE_DIR}/images/footnote-insert.png
449share/lyx/images/hidetab.png 449${SHARE_DIR}/images/hidetab.png
450share/lyx/images/href-insert.png 450${SHARE_DIR}/images/href-insert.png
451share/lyx/images/index-insert.png 451${SHARE_DIR}/images/index-insert.png
452share/lyx/images/label-insert.png 452${SHARE_DIR}/images/label-insert.png
453share/lyx/images/layout-document.png 453${SHARE_DIR}/images/layout-document.png
454share/lyx/images/layout-paragraph.png 454${SHARE_DIR}/images/layout-paragraph.png
455share/lyx/images/layout.png 455${SHARE_DIR}/images/layout.png
456share/lyx/images/layout_Description.png 456${SHARE_DIR}/images/layout_Description.png
457share/lyx/images/layout_Enumerate.png 457${SHARE_DIR}/images/layout_Enumerate.png
458share/lyx/images/layout_Itemize.png 458${SHARE_DIR}/images/layout_Itemize.png
459share/lyx/images/layout_List.png 459${SHARE_DIR}/images/layout_List.png
460share/lyx/images/layout_LyX-Code.png 460${SHARE_DIR}/images/layout_LyX-Code.png
461share/lyx/images/layout_Scrap.png 461${SHARE_DIR}/images/layout_Scrap.png
462share/lyx/images/layout_Section.png 462${SHARE_DIR}/images/layout_Section.png
463share/lyx/images/lyx-quit.png 463${SHARE_DIR}/images/lyx-quit.png
464share/lyx/images/lyx.png 464${SHARE_DIR}/images/lyx.png
465share/lyx/images/marginalnote-insert.png 465${SHARE_DIR}/images/marginalnote-insert.png
466share/lyx/images/math-display.png 466${SHARE_DIR}/images/math-display.png
467share/lyx/images/math-macro-add-greedy-optional-param.png 467${SHARE_DIR}/images/math-macro-add-greedy-optional-param.png
468share/lyx/images/math-macro-add-optional-param.png 468${SHARE_DIR}/images/math-macro-add-optional-param.png
469share/lyx/images/math-macro-add-param.png 469${SHARE_DIR}/images/math-macro-add-param.png
470share/lyx/images/math-macro-append-greedy-param.png 470${SHARE_DIR}/images/math-macro-append-greedy-param.png
471share/lyx/images/math-macro-make-nonoptional.png 471${SHARE_DIR}/images/math-macro-make-nonoptional.png
472share/lyx/images/math-macro-make-optional.png 472${SHARE_DIR}/images/math-macro-make-optional.png
473share/lyx/images/math-macro-remove-greedy-param.png 473${SHARE_DIR}/images/math-macro-remove-greedy-param.png
474share/lyx/images/math-macro-remove-optional-param.png 474${SHARE_DIR}/images/math-macro-remove-optional-param.png
475share/lyx/images/math-macro-remove-param.png 475${SHARE_DIR}/images/math-macro-remove-param.png
476share/lyx/images/math-macro_newmacroname_newcommand.png 476${SHARE_DIR}/images/math-macro_newmacroname_newcommand.png
477share/lyx/images/math-matrix.png 477${SHARE_DIR}/images/math-matrix.png
478share/lyx/images/math-mode.png 478${SHARE_DIR}/images/math-mode.png
479share/lyx/images/math-subscript.png 479${SHARE_DIR}/images/math-subscript.png
480share/lyx/images/math-superscript.png 480${SHARE_DIR}/images/math-superscript.png
481share/lyx/images/math/Bbbk.png 481${SHARE_DIR}/images/math/Bbbk.png
482share/lyx/images/math/Finv.png 482${SHARE_DIR}/images/math/Finv.png
483share/lyx/images/math/Game.png 483${SHARE_DIR}/images/math/Game.png
484share/lyx/images/math/Im.png 484${SHARE_DIR}/images/math/Im.png
485share/lyx/images/math/Lleftarrow.png 485${SHARE_DIR}/images/math/Lleftarrow.png
486share/lyx/images/math/Lsh.png 486${SHARE_DIR}/images/math/Lsh.png
487share/lyx/images/math/Re.png 487${SHARE_DIR}/images/math/Re.png
488share/lyx/images/math/Rrightarrow.png 488${SHARE_DIR}/images/math/Rrightarrow.png
489share/lyx/images/math/Rsh.png 489${SHARE_DIR}/images/math/Rsh.png
490share/lyx/images/math/Vvdash.png 490${SHARE_DIR}/images/math/Vvdash.png
491share/lyx/images/math/acute.png 491${SHARE_DIR}/images/math/acute.png
492share/lyx/images/math/aleph.png 492${SHARE_DIR}/images/math/aleph.png
493share/lyx/images/math/alpha.png 493${SHARE_DIR}/images/math/alpha.png
494share/lyx/images/math/amalg.png 494${SHARE_DIR}/images/math/amalg.png
495share/lyx/images/math/angle.png 495${SHARE_DIR}/images/math/angle.png
496share/lyx/images/math/approx.png 496${SHARE_DIR}/images/math/approx.png
497share/lyx/images/math/approxeq.png 497${SHARE_DIR}/images/math/approxeq.png
498share/lyx/images/math/asymp.png 498${SHARE_DIR}/images/math/asymp.png
499share/lyx/images/math/backepsilon.png 499${SHARE_DIR}/images/math/backepsilon.png
500share/lyx/images/math/backprime.png 500${SHARE_DIR}/images/math/backprime.png
501share/lyx/images/math/backsim.png 501${SHARE_DIR}/images/math/backsim.png
502share/lyx/images/math/backsimeq.png 502${SHARE_DIR}/images/math/backsimeq.png
503share/lyx/images/math/backslash.png 503${SHARE_DIR}/images/math/backslash.png
504share/lyx/images/math/bar.png 504${SHARE_DIR}/images/math/bar.png
505share/lyx/images/math/bars.png 505${SHARE_DIR}/images/math/bars.png
506share/lyx/images/math/barwedge.png 506${SHARE_DIR}/images/math/barwedge.png
507share/lyx/images/math/because.png 507${SHARE_DIR}/images/math/because.png
508share/lyx/images/math/beta.png 508${SHARE_DIR}/images/math/beta.png
509share/lyx/images/math/beth.png 509${SHARE_DIR}/images/math/beth.png
510share/lyx/images/math/between.png 510${SHARE_DIR}/images/math/between.png
511share/lyx/images/math/bigcap.png 511${SHARE_DIR}/images/math/bigcap.png
512share/lyx/images/math/bigcirc.png 512${SHARE_DIR}/images/math/bigcirc.png
513share/lyx/images/math/bigcup.png 513${SHARE_DIR}/images/math/bigcup.png
514share/lyx/images/math/bigodot.png 514${SHARE_DIR}/images/math/bigodot.png
515share/lyx/images/math/bigoplus.png 515${SHARE_DIR}/images/math/bigoplus.png
516share/lyx/images/math/bigotimes.png 516${SHARE_DIR}/images/math/bigotimes.png
517share/lyx/images/math/bigsqcup.png 517${SHARE_DIR}/images/math/bigsqcup.png
518share/lyx/images/math/bigstar.png 518${SHARE_DIR}/images/math/bigstar.png
519share/lyx/images/math/bigtriangledown.png 519${SHARE_DIR}/images/math/bigtriangledown.png
520share/lyx/images/math/bigtriangleup.png 520${SHARE_DIR}/images/math/bigtriangleup.png
521share/lyx/images/math/biguplus.png 521${SHARE_DIR}/images/math/biguplus.png
522share/lyx/images/math/bigvee.png 522${SHARE_DIR}/images/math/bigvee.png
523share/lyx/images/math/bigwedge.png 523${SHARE_DIR}/images/math/bigwedge.png
524share/lyx/images/math/blacklozenge.png 524${SHARE_DIR}/images/math/blacklozenge.png
525share/lyx/images/math/blacksquare.png 525${SHARE_DIR}/images/math/blacksquare.png
526share/lyx/images/math/blacktriangle.png 526${SHARE_DIR}/images/math/blacktriangle.png
527share/lyx/images/math/blacktriangledown.png 527${SHARE_DIR}/images/math/blacktriangledown.png
528share/lyx/images/math/blacktriangleleft.png 528${SHARE_DIR}/images/math/blacktriangleleft.png
529share/lyx/images/math/blacktriangleright.png 529${SHARE_DIR}/images/math/blacktriangleright.png
530share/lyx/images/math/bot.png 530${SHARE_DIR}/images/math/bot.png
531share/lyx/images/math/bowtie.png 531${SHARE_DIR}/images/math/bowtie.png
532share/lyx/images/math/boxdot.png 532${SHARE_DIR}/images/math/boxdot.png
533share/lyx/images/math/boxminus.png 533${SHARE_DIR}/images/math/boxminus.png
534share/lyx/images/math/boxplus.png 534${SHARE_DIR}/images/math/boxplus.png
535share/lyx/images/math/boxtimes.png 535${SHARE_DIR}/images/math/boxtimes.png
536share/lyx/images/math/breve.png 536${SHARE_DIR}/images/math/breve.png
537share/lyx/images/math/bullet.png 537${SHARE_DIR}/images/math/bullet.png
538share/lyx/images/math/bumpeq.png 538${SHARE_DIR}/images/math/bumpeq.png
539share/lyx/images/math/bumpeq2.png 539${SHARE_DIR}/images/math/bumpeq2.png
540share/lyx/images/math/cap.png 540${SHARE_DIR}/images/math/cap.png
541share/lyx/images/math/cap2.png 541${SHARE_DIR}/images/math/cap2.png
542share/lyx/images/math/cases.png 542${SHARE_DIR}/images/math/cases.png
543share/lyx/images/math/cdot.png 543${SHARE_DIR}/images/math/cdot.png
544share/lyx/images/math/cdots.png 544${SHARE_DIR}/images/math/cdots.png
545share/lyx/images/math/centerdot.png 545${SHARE_DIR}/images/math/centerdot.png
546share/lyx/images/math/check.png 546${SHARE_DIR}/images/math/check.png
547share/lyx/images/math/chi.png 547${SHARE_DIR}/images/math/chi.png
548share/lyx/images/math/circ.png 548${SHARE_DIR}/images/math/circ.png
549share/lyx/images/math/circeq.png 549${SHARE_DIR}/images/math/circeq.png
550share/lyx/images/math/circlearrowleft.png 550${SHARE_DIR}/images/math/circlearrowleft.png
551share/lyx/images/math/circlearrowright.png 551${SHARE_DIR}/images/math/circlearrowright.png
552share/lyx/images/math/circledS.png 552${SHARE_DIR}/images/math/circledS.png
553share/lyx/images/math/circledast.png 553${SHARE_DIR}/images/math/circledast.png
554share/lyx/images/math/circledcirc.png 554${SHARE_DIR}/images/math/circledcirc.png
555share/lyx/images/math/circleddash.png 555${SHARE_DIR}/images/math/circleddash.png
556share/lyx/images/math/clubsuit.png 556${SHARE_DIR}/images/math/clubsuit.png
557share/lyx/images/math/complement.png 557${SHARE_DIR}/images/math/complement.png
558share/lyx/images/math/cong.png 558${SHARE_DIR}/images/math/cong.png
559share/lyx/images/math/coprod.png 559${SHARE_DIR}/images/math/coprod.png
560share/lyx/images/math/cup.png 560${SHARE_DIR}/images/math/cup.png
561share/lyx/images/math/cup2.png 561${SHARE_DIR}/images/math/cup2.png
562share/lyx/images/math/curlyeqprec.png 562${SHARE_DIR}/images/math/curlyeqprec.png
563share/lyx/images/math/curlyeqsucc.png 563${SHARE_DIR}/images/math/curlyeqsucc.png
564share/lyx/images/math/curlyvee.png 564${SHARE_DIR}/images/math/curlyvee.png
565share/lyx/images/math/curlywedge.png 565${SHARE_DIR}/images/math/curlywedge.png
566share/lyx/images/math/curvearrowleft.png 566${SHARE_DIR}/images/math/curvearrowleft.png
567share/lyx/images/math/curvearrowright.png 567${SHARE_DIR}/images/math/curvearrowright.png
568share/lyx/images/math/dagger.png 568${SHARE_DIR}/images/math/dagger.png
569share/lyx/images/math/daleth.png 569${SHARE_DIR}/images/math/daleth.png
570share/lyx/images/math/dashleftarrow.png 570${SHARE_DIR}/images/math/dashleftarrow.png
571share/lyx/images/math/dashrightarrow.png 571${SHARE_DIR}/images/math/dashrightarrow.png
572share/lyx/images/math/dashv.png 572${SHARE_DIR}/images/math/dashv.png
573share/lyx/images/math/ddagger.png 573${SHARE_DIR}/images/math/ddagger.png
574share/lyx/images/math/ddddot.png 574${SHARE_DIR}/images/math/ddddot.png
575share/lyx/images/math/dddot.png 575${SHARE_DIR}/images/math/dddot.png
576share/lyx/images/math/ddot.png 576${SHARE_DIR}/images/math/ddot.png
577share/lyx/images/math/ddots.png 577${SHARE_DIR}/images/math/ddots.png
578share/lyx/images/math/delim.png 578${SHARE_DIR}/images/math/delim.png
579share/lyx/images/math/delta.png 579${SHARE_DIR}/images/math/delta.png
580share/lyx/images/math/delta2.png 580${SHARE_DIR}/images/math/delta2.png
581share/lyx/images/math/diagdown.png 581${SHARE_DIR}/images/math/diagdown.png
582share/lyx/images/math/diagup.png 582${SHARE_DIR}/images/math/diagup.png
583share/lyx/images/math/diamond.png 583${SHARE_DIR}/images/math/diamond.png
584share/lyx/images/math/diamond2.png 584${SHARE_DIR}/images/math/diamond2.png
585share/lyx/images/math/diamondsuit.png 585${SHARE_DIR}/images/math/diamondsuit.png
586share/lyx/images/math/digamma.png 586${SHARE_DIR}/images/math/digamma.png
587share/lyx/images/math/div.png 587${SHARE_DIR}/images/math/div.png
588share/lyx/images/math/divideontimes.png 588${SHARE_DIR}/images/math/divideontimes.png
589share/lyx/images/math/dot.png 589${SHARE_DIR}/images/math/dot.png
590share/lyx/images/math/doteq.png 590${SHARE_DIR}/images/math/doteq.png
591share/lyx/images/math/doteqdot.png 591${SHARE_DIR}/images/math/doteqdot.png
592share/lyx/images/math/dotplus.png 592${SHARE_DIR}/images/math/dotplus.png
593share/lyx/images/math/dotsint.png 593${SHARE_DIR}/images/math/dotsint.png
594share/lyx/images/math/dotsintop.png 594${SHARE_DIR}/images/math/dotsintop.png
595share/lyx/images/math/doublebarwedge.png 595${SHARE_DIR}/images/math/doublebarwedge.png
596share/lyx/images/math/downarrow.png 596${SHARE_DIR}/images/math/downarrow.png
597share/lyx/images/math/downarrow2.png 597${SHARE_DIR}/images/math/downarrow2.png
598share/lyx/images/math/downdownarrows.png 598${SHARE_DIR}/images/math/downdownarrows.png
599share/lyx/images/math/downharpoonleft.png 599${SHARE_DIR}/images/math/downharpoonleft.png
600share/lyx/images/math/downharpoonright.png 600${SHARE_DIR}/images/math/downharpoonright.png
601share/lyx/images/math/ell.png 601${SHARE_DIR}/images/math/ell.png
602share/lyx/images/math/empty.png 602${SHARE_DIR}/images/math/empty.png
603share/lyx/images/math/emptyset.png 603${SHARE_DIR}/images/math/emptyset.png
604share/lyx/images/math/epsilon.png 604${SHARE_DIR}/images/math/epsilon.png
605share/lyx/images/math/eqcirc.png 605${SHARE_DIR}/images/math/eqcirc.png
606share/lyx/images/math/eqslantgtr.png 606${SHARE_DIR}/images/math/eqslantgtr.png
607share/lyx/images/math/eqslantless.png 607${SHARE_DIR}/images/math/eqslantless.png
608share/lyx/images/math/equation.png 608${SHARE_DIR}/images/math/equation.png
609share/lyx/images/math/equiv.png 609${SHARE_DIR}/images/math/equiv.png
610share/lyx/images/math/eta.png 610${SHARE_DIR}/images/math/eta.png
611share/lyx/images/math/eth.png 611${SHARE_DIR}/images/math/eth.png
612share/lyx/images/math/exists.png 612${SHARE_DIR}/images/math/exists.png
613share/lyx/images/math/fallingdotseq.png 613${SHARE_DIR}/images/math/fallingdotseq.png
614share/lyx/images/math/fint.png 614${SHARE_DIR}/images/math/fint.png
615share/lyx/images/math/fintop.png 615${SHARE_DIR}/images/math/fintop.png
616share/lyx/images/math/flat.png 616${SHARE_DIR}/images/math/flat.png
617share/lyx/images/math/font.png 617${SHARE_DIR}/images/math/font.png
618share/lyx/images/math/forall.png 618${SHARE_DIR}/images/math/forall.png
619share/lyx/images/math/frac-square.png 619${SHARE_DIR}/images/math/frac-square.png
620share/lyx/images/math/frac.png 620${SHARE_DIR}/images/math/frac.png
621share/lyx/images/math/frown.png 621${SHARE_DIR}/images/math/frown.png
622share/lyx/images/math/functions.png 622${SHARE_DIR}/images/math/functions.png
623share/lyx/images/math/gamma.png 623${SHARE_DIR}/images/math/gamma.png
624share/lyx/images/math/gamma2.png 624${SHARE_DIR}/images/math/gamma2.png
625share/lyx/images/math/geq.png 625${SHARE_DIR}/images/math/geq.png
626share/lyx/images/math/geqq.png 626${SHARE_DIR}/images/math/geqq.png
627share/lyx/images/math/geqslant.png 627${SHARE_DIR}/images/math/geqslant.png
628share/lyx/images/math/gg.png 628${SHARE_DIR}/images/math/gg.png
629share/lyx/images/math/ggg.png 629${SHARE_DIR}/images/math/ggg.png
630share/lyx/images/math/gimel.png 630${SHARE_DIR}/images/math/gimel.png
631share/lyx/images/math/gnapprox.png 631${SHARE_DIR}/images/math/gnapprox.png
632share/lyx/images/math/gneq.png 632${SHARE_DIR}/images/math/gneq.png
633share/lyx/images/math/gneqq.png 633${SHARE_DIR}/images/math/gneqq.png
634share/lyx/images/math/gnsim.png 634${SHARE_DIR}/images/math/gnsim.png
635share/lyx/images/math/grave.png 635${SHARE_DIR}/images/math/grave.png
636share/lyx/images/math/gtrapprox.png 636${SHARE_DIR}/images/math/gtrapprox.png
637share/lyx/images/math/gtrdot.png 637${SHARE_DIR}/images/math/gtrdot.png
638share/lyx/images/math/gtreqless.png 638${SHARE_DIR}/images/math/gtreqless.png
639share/lyx/images/math/gtreqqless.png 639${SHARE_DIR}/images/math/gtreqqless.png
640share/lyx/images/math/gtrless.png 640${SHARE_DIR}/images/math/gtrless.png
641share/lyx/images/math/gtrsim.png 641${SHARE_DIR}/images/math/gtrsim.png
642share/lyx/images/math/gvertneqq.png 642${SHARE_DIR}/images/math/gvertneqq.png
643share/lyx/images/math/hat.png 643${SHARE_DIR}/images/math/hat.png
644share/lyx/images/math/hbar.png 644${SHARE_DIR}/images/math/hbar.png
645share/lyx/images/math/heartsuit.png 645${SHARE_DIR}/images/math/heartsuit.png
646share/lyx/images/math/hookleftarrow.png 646${SHARE_DIR}/images/math/hookleftarrow.png
647share/lyx/images/math/hookrightarrow.png 647${SHARE_DIR}/images/math/hookrightarrow.png
648share/lyx/images/math/hphantom.png 648${SHARE_DIR}/images/math/hphantom.png
649share/lyx/images/math/hslash.png 649${SHARE_DIR}/images/math/hslash.png
650share/lyx/images/math/iiiint.png 650${SHARE_DIR}/images/math/iiiint.png
651share/lyx/images/math/iiiintop.png 651${SHARE_DIR}/images/math/iiiintop.png
652share/lyx/images/math/iiint.png 652${SHARE_DIR}/images/math/iiint.png
653share/lyx/images/math/iiintop.png 653${SHARE_DIR}/images/math/iiintop.png
654share/lyx/images/math/iint.png 654${SHARE_DIR}/images/math/iint.png
655share/lyx/images/math/iintop.png 655${SHARE_DIR}/images/math/iintop.png
656share/lyx/images/math/imath.png 656${SHARE_DIR}/images/math/imath.png
657share/lyx/images/math/in.png 657${SHARE_DIR}/images/math/in.png
658share/lyx/images/math/infty.png 658${SHARE_DIR}/images/math/infty.png
659share/lyx/images/math/int.png 659${SHARE_DIR}/images/math/int.png
660share/lyx/images/math/intercal.png 660${SHARE_DIR}/images/math/intercal.png
661share/lyx/images/math/intop.png 661${SHARE_DIR}/images/math/intop.png
662share/lyx/images/math/iota.png 662${SHARE_DIR}/images/math/iota.png
663share/lyx/images/math/jmath.png 663${SHARE_DIR}/images/math/jmath.png
664share/lyx/images/math/kappa.png 664${SHARE_DIR}/images/math/kappa.png
665share/lyx/images/math/lambda.png 665${SHARE_DIR}/images/math/lambda.png
666share/lyx/images/math/lambda2.png 666${SHARE_DIR}/images/math/lambda2.png
667share/lyx/images/math/landdownint.png 667${SHARE_DIR}/images/math/landdownint.png
668share/lyx/images/math/landdownintop.png 668${SHARE_DIR}/images/math/landdownintop.png
669share/lyx/images/math/landupint.png 669${SHARE_DIR}/images/math/landupint.png
670share/lyx/images/math/landupintop.png 670${SHARE_DIR}/images/math/landupintop.png
671share/lyx/images/math/langle.png 671${SHARE_DIR}/images/math/langle.png
672share/lyx/images/math/lbrace.png 672${SHARE_DIR}/images/math/lbrace.png
673share/lyx/images/math/lbrace_rbrace.png 673${SHARE_DIR}/images/math/lbrace_rbrace.png
674share/lyx/images/math/lbracket.png 674${SHARE_DIR}/images/math/lbracket.png
675share/lyx/images/math/lbracket_rbracket.png 675${SHARE_DIR}/images/math/lbracket_rbracket.png
676share/lyx/images/math/lceil.png 676${SHARE_DIR}/images/math/lceil.png
677share/lyx/images/math/lceil_rceil.png 677${SHARE_DIR}/images/math/lceil_rceil.png
678share/lyx/images/math/ldots.png 678${SHARE_DIR}/images/math/ldots.png
679share/lyx/images/math/leftarrow.png 679${SHARE_DIR}/images/math/leftarrow.png
680share/lyx/images/math/leftarrow2.png 680${SHARE_DIR}/images/math/leftarrow2.png
681share/lyx/images/math/leftarrowtail.png 681${SHARE_DIR}/images/math/leftarrowtail.png
682share/lyx/images/math/leftharpoondown.png 682${SHARE_DIR}/images/math/leftharpoondown.png
683share/lyx/images/math/leftharpoonup.png 683${SHARE_DIR}/images/math/leftharpoonup.png
684share/lyx/images/math/leftleftarrows.png 684${SHARE_DIR}/images/math/leftleftarrows.png
685share/lyx/images/math/leftrightarrow.png 685${SHARE_DIR}/images/math/leftrightarrow.png
686share/lyx/images/math/leftrightarrow2.png 686${SHARE_DIR}/images/math/leftrightarrow2.png
687share/lyx/images/math/leftrightarrows.png 687${SHARE_DIR}/images/math/leftrightarrows.png
688share/lyx/images/math/leftrightharpoons.png 688${SHARE_DIR}/images/math/leftrightharpoons.png
689share/lyx/images/math/leftrightsquigarrow.png 689${SHARE_DIR}/images/math/leftrightsquigarrow.png
690share/lyx/images/math/leftthreetimes.png 690${SHARE_DIR}/images/math/leftthreetimes.png
691share/lyx/images/math/leq.png 691${SHARE_DIR}/images/math/leq.png
692share/lyx/images/math/leqq.png 692${SHARE_DIR}/images/math/leqq.png
693share/lyx/images/math/leqslant.png 693${SHARE_DIR}/images/math/leqslant.png
694share/lyx/images/math/lessapprox.png 694${SHARE_DIR}/images/math/lessapprox.png
695share/lyx/images/math/lessdot.png 695${SHARE_DIR}/images/math/lessdot.png
696share/lyx/images/math/lesseqgtr.png 696${SHARE_DIR}/images/math/lesseqgtr.png
697share/lyx/images/math/lesseqqgtr.png 697${SHARE_DIR}/images/math/lesseqqgtr.png
698share/lyx/images/math/lessgtr.png 698${SHARE_DIR}/images/math/lessgtr.png
699share/lyx/images/math/lesssim.png 699${SHARE_DIR}/images/math/lesssim.png
700share/lyx/images/math/lfloor.png 700${SHARE_DIR}/images/math/lfloor.png
701share/lyx/images/math/lfloor_rfloor.png 701${SHARE_DIR}/images/math/lfloor_rfloor.png
702share/lyx/images/math/ll.png 702${SHARE_DIR}/images/math/ll.png
703share/lyx/images/math/llcorner.png 703${SHARE_DIR}/images/math/llcorner.png
704share/lyx/images/math/lll.png 704${SHARE_DIR}/images/math/lll.png
705share/lyx/images/math/lnapprox.png 705${SHARE_DIR}/images/math/lnapprox.png
706share/lyx/images/math/lneq.png 706${SHARE_DIR}/images/math/lneq.png
707share/lyx/images/math/lneqq.png 707${SHARE_DIR}/images/math/lneqq.png
708share/lyx/images/math/lnsim.png 708${SHARE_DIR}/images/math/lnsim.png
709share/lyx/images/math/longleftarrow.png 709${SHARE_DIR}/images/math/longleftarrow.png
710share/lyx/images/math/longleftarrow2.png 710${SHARE_DIR}/images/math/longleftarrow2.png
711share/lyx/images/math/longleftrightarrow.png 711${SHARE_DIR}/images/math/longleftrightarrow.png
712share/lyx/images/math/longleftrightarrow2.png 712${SHARE_DIR}/images/math/longleftrightarrow2.png
713share/lyx/images/math/longmapsto.png 713${SHARE_DIR}/images/math/longmapsto.png
714share/lyx/images/math/longrightarrow.png 714${SHARE_DIR}/images/math/longrightarrow.png
715share/lyx/images/math/longrightarrow2.png 715${SHARE_DIR}/images/math/longrightarrow2.png
716share/lyx/images/math/looparrowleft.png 716${SHARE_DIR}/images/math/looparrowleft.png
717share/lyx/images/math/looparrowright.png 717${SHARE_DIR}/images/math/looparrowright.png
718share/lyx/images/math/lozenge.png 718${SHARE_DIR}/images/math/lozenge.png
719share/lyx/images/math/lparen.png 719${SHARE_DIR}/images/math/lparen.png
720share/lyx/images/math/lparen_rparen.png 720${SHARE_DIR}/images/math/lparen_rparen.png
721share/lyx/images/math/lrcorner.png 721${SHARE_DIR}/images/math/lrcorner.png
722share/lyx/images/math/ltimes.png 722${SHARE_DIR}/images/math/ltimes.png
723share/lyx/images/math/lvertneqq.png 723${SHARE_DIR}/images/math/lvertneqq.png
724share/lyx/images/math/mapsto.png 724${SHARE_DIR}/images/math/mapsto.png
725share/lyx/images/math/mathbb_C.png 725${SHARE_DIR}/images/math/mathbb_C.png
726share/lyx/images/math/mathbb_H.png 726${SHARE_DIR}/images/math/mathbb_H.png
727share/lyx/images/math/mathbb_N.png 727${SHARE_DIR}/images/math/mathbb_N.png
728share/lyx/images/math/mathbb_Q.png 728${SHARE_DIR}/images/math/mathbb_Q.png
729share/lyx/images/math/mathbb_R.png 729${SHARE_DIR}/images/math/mathbb_R.png
730share/lyx/images/math/mathbb_Z.png 730${SHARE_DIR}/images/math/mathbb_Z.png
731share/lyx/images/math/mathcal_F.png 731${SHARE_DIR}/images/math/mathcal_F.png
732share/lyx/images/math/mathcal_H.png 732${SHARE_DIR}/images/math/mathcal_H.png
733share/lyx/images/math/mathcal_L.png 733${SHARE_DIR}/images/math/mathcal_L.png
734share/lyx/images/math/mathcal_O.png 734${SHARE_DIR}/images/math/mathcal_O.png
735share/lyx/images/math/mathcircumflex.png 735${SHARE_DIR}/images/math/mathcircumflex.png
736share/lyx/images/math/mathrm_T.png 736${SHARE_DIR}/images/math/mathrm_T.png
737share/lyx/images/math/matrix.png 737${SHARE_DIR}/images/math/matrix.png
738share/lyx/images/math/measuredangle.png 738${SHARE_DIR}/images/math/measuredangle.png
739share/lyx/images/math/mho.png 739${SHARE_DIR}/images/math/mho.png
740share/lyx/images/math/mid.png 740${SHARE_DIR}/images/math/mid.png
741share/lyx/images/math/models.png 741${SHARE_DIR}/images/math/models.png
742share/lyx/images/math/mp.png 742${SHARE_DIR}/images/math/mp.png
743share/lyx/images/math/mu.png 743${SHARE_DIR}/images/math/mu.png
744share/lyx/images/math/multimap.png 744${SHARE_DIR}/images/math/multimap.png
745share/lyx/images/math/nabla.png 745${SHARE_DIR}/images/math/nabla.png
746share/lyx/images/math/natural.png 746${SHARE_DIR}/images/math/natural.png
747share/lyx/images/math/ncong.png 747${SHARE_DIR}/images/math/ncong.png
748share/lyx/images/math/nearrow.png 748${SHARE_DIR}/images/math/nearrow.png
749share/lyx/images/math/neg.png 749${SHARE_DIR}/images/math/neg.png
750share/lyx/images/math/neq.png 750${SHARE_DIR}/images/math/neq.png
751share/lyx/images/math/nexists.png 751${SHARE_DIR}/images/math/nexists.png
752share/lyx/images/math/ngeq.png 752${SHARE_DIR}/images/math/ngeq.png
753share/lyx/images/math/ngeqq.png 753${SHARE_DIR}/images/math/ngeqq.png
754share/lyx/images/math/ngeqslant.png 754${SHARE_DIR}/images/math/ngeqslant.png
755share/lyx/images/math/ngtr.png 755${SHARE_DIR}/images/math/ngtr.png
756share/lyx/images/math/ni.png 756${SHARE_DIR}/images/math/ni.png
757share/lyx/images/math/nleftarrow.png 757${SHARE_DIR}/images/math/nleftarrow.png
758share/lyx/images/math/nleftarrow2.png 758${SHARE_DIR}/images/math/nleftarrow2.png
759share/lyx/images/math/nleftrightarrow.png 759${SHARE_DIR}/images/math/nleftrightarrow.png
760share/lyx/images/math/nleftrightarrow2.png 760${SHARE_DIR}/images/math/nleftrightarrow2.png
761share/lyx/images/math/nleq.png 761${SHARE_DIR}/images/math/nleq.png
762share/lyx/images/math/nleqq.png 762${SHARE_DIR}/images/math/nleqq.png
763share/lyx/images/math/nleqslant.png 763${SHARE_DIR}/images/math/nleqslant.png
764share/lyx/images/math/nless.png 764${SHARE_DIR}/images/math/nless.png
765share/lyx/images/math/nmid.png 765${SHARE_DIR}/images/math/nmid.png
766share/lyx/images/math/notin.png 766${SHARE_DIR}/images/math/notin.png
767share/lyx/images/math/nparallel.png 767${SHARE_DIR}/images/math/nparallel.png
768share/lyx/images/math/nprec.png 768${SHARE_DIR}/images/math/nprec.png
769share/lyx/images/math/npreceq.png 769${SHARE_DIR}/images/math/npreceq.png
770share/lyx/images/math/nrightarrow.png 770${SHARE_DIR}/images/math/nrightarrow.png
771share/lyx/images/math/nrightarrow2.png 771${SHARE_DIR}/images/math/nrightarrow2.png
772share/lyx/images/math/nshortmid.png 772${SHARE_DIR}/images/math/nshortmid.png
773share/lyx/images/math/nshortparallel.png 773${SHARE_DIR}/images/math/nshortparallel.png
774share/lyx/images/math/nsim.png 774${SHARE_DIR}/images/math/nsim.png
775share/lyx/images/math/nsubseteq.png 775${SHARE_DIR}/images/math/nsubseteq.png
776share/lyx/images/math/nsucc.png 776${SHARE_DIR}/images/math/nsucc.png
777share/lyx/images/math/nsucceq.png 777${SHARE_DIR}/images/math/nsucceq.png
778share/lyx/images/math/nsupseteq.png 778${SHARE_DIR}/images/math/nsupseteq.png
779share/lyx/images/math/nsupseteqq.png 779${SHARE_DIR}/images/math/nsupseteqq.png
780share/lyx/images/math/ntriangleleft.png 780${SHARE_DIR}/images/math/ntriangleleft.png
781share/lyx/images/math/ntrianglelefteq.png 781${SHARE_DIR}/images/math/ntrianglelefteq.png
782share/lyx/images/math/ntriangleright.png 782${SHARE_DIR}/images/math/ntriangleright.png
783share/lyx/images/math/ntrianglerighteq.png 783${SHARE_DIR}/images/math/ntrianglerighteq.png
784share/lyx/images/math/nu.png 784${SHARE_DIR}/images/math/nu.png
785share/lyx/images/math/nvdash.png 785${SHARE_DIR}/images/math/nvdash.png
786share/lyx/images/math/nvdash2.png 786${SHARE_DIR}/images/math/nvdash2.png
787share/lyx/images/math/nvdash3.png 787${SHARE_DIR}/images/math/nvdash3.png
788share/lyx/images/math/nwarrow.png 788${SHARE_DIR}/images/math/nwarrow.png
789share/lyx/images/math/odot.png 789${SHARE_DIR}/images/math/odot.png
790share/lyx/images/math/oiint.png 790${SHARE_DIR}/images/math/oiint.png
791share/lyx/images/math/oiintop.png 791${SHARE_DIR}/images/math/oiintop.png
792share/lyx/images/math/oint.png 792${SHARE_DIR}/images/math/oint.png
793share/lyx/images/math/ointclockwise.png 793${SHARE_DIR}/images/math/ointclockwise.png
794share/lyx/images/math/ointclockwiseop.png 794${SHARE_DIR}/images/math/ointclockwiseop.png
795share/lyx/images/math/ointctrclockwise.png 795${SHARE_DIR}/images/math/ointctrclockwise.png
796share/lyx/images/math/ointctrclockwiseop.png 796${SHARE_DIR}/images/math/ointctrclockwiseop.png
797share/lyx/images/math/ointop.png 797${SHARE_DIR}/images/math/ointop.png
798share/lyx/images/math/omega.png 798${SHARE_DIR}/images/math/omega.png
799share/lyx/images/math/omega2.png 799${SHARE_DIR}/images/math/omega2.png
800share/lyx/images/math/ominus.png 800${SHARE_DIR}/images/math/ominus.png
801share/lyx/images/math/oplus.png 801${SHARE_DIR}/images/math/oplus.png
802share/lyx/images/math/oslash.png 802${SHARE_DIR}/images/math/oslash.png
803share/lyx/images/math/otimes.png 803${SHARE_DIR}/images/math/otimes.png
804share/lyx/images/math/overbrace.png 804${SHARE_DIR}/images/math/overbrace.png
805share/lyx/images/math/overleftarrow.png 805${SHARE_DIR}/images/math/overleftarrow.png
806share/lyx/images/math/overleftrightarrow.png 806${SHARE_DIR}/images/math/overleftrightarrow.png
807share/lyx/images/math/overline.png 807${SHARE_DIR}/images/math/overline.png
808share/lyx/images/math/overrightarrow.png 808${SHARE_DIR}/images/math/overrightarrow.png
809share/lyx/images/math/overset.png 809${SHARE_DIR}/images/math/overset.png
810share/lyx/images/math/parallel.png 810${SHARE_DIR}/images/math/parallel.png
811share/lyx/images/math/partial.png 811${SHARE_DIR}/images/math/partial.png
812share/lyx/images/math/perp.png 812${SHARE_DIR}/images/math/perp.png
813share/lyx/images/math/phantom.png 813${SHARE_DIR}/images/math/phantom.png
814share/lyx/images/math/phi.png 814${SHARE_DIR}/images/math/phi.png
815share/lyx/images/math/phi2.png 815${SHARE_DIR}/images/math/phi2.png
816share/lyx/images/math/pi.png 816${SHARE_DIR}/images/math/pi.png
817share/lyx/images/math/pi2.png 817${SHARE_DIR}/images/math/pi2.png
818share/lyx/images/math/pitchfork.png 818${SHARE_DIR}/images/math/pitchfork.png
819share/lyx/images/math/pm.png 819${SHARE_DIR}/images/math/pm.png
820share/lyx/images/math/prec.png 820${SHARE_DIR}/images/math/prec.png
821share/lyx/images/math/precapprox.png 821${SHARE_DIR}/images/math/precapprox.png
822share/lyx/images/math/preccurlyeq.png 822${SHARE_DIR}/images/math/preccurlyeq.png
823share/lyx/images/math/preceq.png 823${SHARE_DIR}/images/math/preceq.png
824share/lyx/images/math/precnapprox.png 824${SHARE_DIR}/images/math/precnapprox.png
825share/lyx/images/math/precnsim.png 825${SHARE_DIR}/images/math/precnsim.png
826share/lyx/images/math/precsim.png 826${SHARE_DIR}/images/math/precsim.png
827share/lyx/images/math/prime.png 827${SHARE_DIR}/images/math/prime.png
828share/lyx/images/math/prod.png 828${SHARE_DIR}/images/math/prod.png
829share/lyx/images/math/propto.png 829${SHARE_DIR}/images/math/propto.png
830share/lyx/images/math/psi.png 830${SHARE_DIR}/images/math/psi.png
831share/lyx/images/math/psi2.png 831${SHARE_DIR}/images/math/psi2.png
832share/lyx/images/math/rangle.png 832${SHARE_DIR}/images/math/rangle.png
833share/lyx/images/math/rbrace.png 833${SHARE_DIR}/images/math/rbrace.png
834share/lyx/images/math/rbracket.png 834${SHARE_DIR}/images/math/rbracket.png
835share/lyx/images/math/rceil.png 835${SHARE_DIR}/images/math/rceil.png
836share/lyx/images/math/rfloor.png 836${SHARE_DIR}/images/math/rfloor.png
837share/lyx/images/math/rho.png 837${SHARE_DIR}/images/math/rho.png
838share/lyx/images/math/rightarrow.png 838${SHARE_DIR}/images/math/rightarrow.png
839share/lyx/images/math/rightarrow2.png 839${SHARE_DIR}/images/math/rightarrow2.png
840share/lyx/images/math/rightarrowtail.png 840${SHARE_DIR}/images/math/rightarrowtail.png
841share/lyx/images/math/rightharpoondown.png 841${SHARE_DIR}/images/math/rightharpoondown.png
842share/lyx/images/math/rightharpoonup.png 842${SHARE_DIR}/images/math/rightharpoonup.png
843share/lyx/images/math/rightleftarrows.png 843${SHARE_DIR}/images/math/rightleftarrows.png
844share/lyx/images/math/rightleftharpoons.png 844${SHARE_DIR}/images/math/rightleftharpoons.png
845share/lyx/images/math/rightrightarrows.png 845${SHARE_DIR}/images/math/rightrightarrows.png
846share/lyx/images/math/rightsquigarrow.png 846${SHARE_DIR}/images/math/rightsquigarrow.png
847share/lyx/images/math/rightthreetimes.png 847${SHARE_DIR}/images/math/rightthreetimes.png
848share/lyx/images/math/risingdotseq.png 848${SHARE_DIR}/images/math/risingdotseq.png
849share/lyx/images/math/root.png 849${SHARE_DIR}/images/math/root.png
850share/lyx/images/math/rparen.png 850${SHARE_DIR}/images/math/rparen.png
851share/lyx/images/math/rtimes.png 851${SHARE_DIR}/images/math/rtimes.png
852share/lyx/images/math/searrow.png 852${SHARE_DIR}/images/math/searrow.png
853share/lyx/images/math/setminus.png 853${SHARE_DIR}/images/math/setminus.png
854share/lyx/images/math/sharp.png 854${SHARE_DIR}/images/math/sharp.png
855share/lyx/images/math/shortmid.png 855${SHARE_DIR}/images/math/shortmid.png
856share/lyx/images/math/shortparallel.png 856${SHARE_DIR}/images/math/shortparallel.png
857share/lyx/images/math/sigma.png 857${SHARE_DIR}/images/math/sigma.png
858share/lyx/images/math/sigma2.png 858${SHARE_DIR}/images/math/sigma2.png
859share/lyx/images/math/sim.png 859${SHARE_DIR}/images/math/sim.png
860share/lyx/images/math/simeq.png 860${SHARE_DIR}/images/math/simeq.png
861share/lyx/images/math/slash.png 861${SHARE_DIR}/images/math/slash.png
862share/lyx/images/math/smallfrown.png 862${SHARE_DIR}/images/math/smallfrown.png
863share/lyx/images/math/smallsetminus.png 863${SHARE_DIR}/images/math/smallsetminus.png
864share/lyx/images/math/smallsmile.png 864${SHARE_DIR}/images/math/smallsmile.png
865share/lyx/images/math/smile.png 865${SHARE_DIR}/images/math/smile.png
866share/lyx/images/math/space.png 866${SHARE_DIR}/images/math/space.png
867share/lyx/images/math/spadesuit.png 867${SHARE_DIR}/images/math/spadesuit.png
868share/lyx/images/math/sphericalangle.png 868${SHARE_DIR}/images/math/sphericalangle.png
869share/lyx/images/math/sqcap.png 869${SHARE_DIR}/images/math/sqcap.png
870share/lyx/images/math/sqcup.png 870${SHARE_DIR}/images/math/sqcup.png
871share/lyx/images/math/sqiint.png 871${SHARE_DIR}/images/math/sqiint.png
872share/lyx/images/math/sqiintop.png 872${SHARE_DIR}/images/math/sqiintop.png
873share/lyx/images/math/sqint.png 873${SHARE_DIR}/images/math/sqint.png
874share/lyx/images/math/sqintop.png 874${SHARE_DIR}/images/math/sqintop.png
875share/lyx/images/math/sqrt-square.png 875${SHARE_DIR}/images/math/sqrt-square.png
876share/lyx/images/math/sqrt.png 876${SHARE_DIR}/images/math/sqrt.png
877share/lyx/images/math/sqsubset.png 877${SHARE_DIR}/images/math/sqsubset.png
878share/lyx/images/math/sqsubseteq.png 878${SHARE_DIR}/images/math/sqsubseteq.png
879share/lyx/images/math/sqsupset.png 879${SHARE_DIR}/images/math/sqsupset.png
880share/lyx/images/math/sqsupseteq.png 880${SHARE_DIR}/images/math/sqsupseteq.png
881share/lyx/images/math/square.png 881${SHARE_DIR}/images/math/square.png
882share/lyx/images/math/star.png 882${SHARE_DIR}/images/math/star.png
883share/lyx/images/math/style.png 883${SHARE_DIR}/images/math/style.png
884share/lyx/images/math/sub.png 884${SHARE_DIR}/images/math/sub.png
885share/lyx/images/math/subset.png 885${SHARE_DIR}/images/math/subset.png
886share/lyx/images/math/subset2.png 886${SHARE_DIR}/images/math/subset2.png
887share/lyx/images/math/subseteq.png 887${SHARE_DIR}/images/math/subseteq.png
888share/lyx/images/math/subseteqq.png 888${SHARE_DIR}/images/math/subseteqq.png
889share/lyx/images/math/subsetneq.png 889${SHARE_DIR}/images/math/subsetneq.png
890share/lyx/images/math/subsetneqq.png 890${SHARE_DIR}/images/math/subsetneqq.png
891share/lyx/images/math/succ.png 891${SHARE_DIR}/images/math/succ.png
892share/lyx/images/math/succapprox.png 892${SHARE_DIR}/images/math/succapprox.png
893share/lyx/images/math/succcurlyeq.png 893${SHARE_DIR}/images/math/succcurlyeq.png
894share/lyx/images/math/succeq.png 894${SHARE_DIR}/images/math/succeq.png
895share/lyx/images/math/succnapprox.png 895${SHARE_DIR}/images/math/succnapprox.png
896share/lyx/images/math/succnsim.png 896${SHARE_DIR}/images/math/succnsim.png
897share/lyx/images/math/succsim.png 897${SHARE_DIR}/images/math/succsim.png
898share/lyx/images/math/sum.png 898${SHARE_DIR}/images/math/sum.png
899share/lyx/images/math/super.png 899${SHARE_DIR}/images/math/super.png
900share/lyx/images/math/supset.png 900${SHARE_DIR}/images/math/supset.png
901share/lyx/images/math/supset2.png 901${SHARE_DIR}/images/math/supset2.png
902share/lyx/images/math/supseteq.png 902${SHARE_DIR}/images/math/supseteq.png
903share/lyx/images/math/supseteqq.png 903${SHARE_DIR}/images/math/supseteqq.png
904share/lyx/images/math/supsetneq.png 904${SHARE_DIR}/images/math/supsetneq.png
905share/lyx/images/math/supsetneqq.png 905${SHARE_DIR}/images/math/supsetneqq.png
906share/lyx/images/math/surd.png 906${SHARE_DIR}/images/math/surd.png
907share/lyx/images/math/swarrow.png 907${SHARE_DIR}/images/math/swarrow.png
908share/lyx/images/math/tau.png 908${SHARE_DIR}/images/math/tau.png
909share/lyx/images/math/textrm_AA.png 909${SHARE_DIR}/images/math/textrm_AA.png
910share/lyx/images/math/textrm_O.png 910${SHARE_DIR}/images/math/textrm_O.png
911share/lyx/images/math/therefore.png 911${SHARE_DIR}/images/math/therefore.png
912share/lyx/images/math/theta.png 912${SHARE_DIR}/images/math/theta.png
913share/lyx/images/math/theta2.png 913${SHARE_DIR}/images/math/theta2.png
914share/lyx/images/math/thickapprox.png 914${SHARE_DIR}/images/math/thickapprox.png
915share/lyx/images/math/thicksim.png 915${SHARE_DIR}/images/math/thicksim.png
916share/lyx/images/math/tilde.png 916${SHARE_DIR}/images/math/tilde.png
917share/lyx/images/math/times.png 917${SHARE_DIR}/images/math/times.png
918share/lyx/images/math/top.png 918${SHARE_DIR}/images/math/top.png
919share/lyx/images/math/triangle.png 919${SHARE_DIR}/images/math/triangle.png
920share/lyx/images/math/triangledown.png 920${SHARE_DIR}/images/math/triangledown.png
921share/lyx/images/math/triangleleft.png 921${SHARE_DIR}/images/math/triangleleft.png
922share/lyx/images/math/trianglelefteq.png 922${SHARE_DIR}/images/math/trianglelefteq.png
923share/lyx/images/math/triangleq.png 923${SHARE_DIR}/images/math/triangleq.png
924share/lyx/images/math/triangleright.png 924${SHARE_DIR}/images/math/triangleright.png
925share/lyx/images/math/trianglerighteq.png 925${SHARE_DIR}/images/math/trianglerighteq.png
926share/lyx/images/math/twoheadleftarrow.png 926${SHARE_DIR}/images/math/twoheadleftarrow.png
927share/lyx/images/math/twoheadrightarrow.png 927${SHARE_DIR}/images/math/twoheadrightarrow.png
928share/lyx/images/math/ulcorner.png 928${SHARE_DIR}/images/math/ulcorner.png
929share/lyx/images/math/underbrace.png 929${SHARE_DIR}/images/math/underbrace.png
930share/lyx/images/math/underleftarrow.png 930${SHARE_DIR}/images/math/underleftarrow.png
931share/lyx/images/math/underleftrightarrow.png 931${SHARE_DIR}/images/math/underleftrightarrow.png
932share/lyx/images/math/underline.png 932${SHARE_DIR}/images/math/underline.png
933share/lyx/images/math/underrightarrow.png 933${SHARE_DIR}/images/math/underrightarrow.png
934share/lyx/images/math/underscore.png 934${SHARE_DIR}/images/math/underscore.png
935share/lyx/images/math/underset.png 935${SHARE_DIR}/images/math/underset.png
936share/lyx/images/math/uparrow.png 936${SHARE_DIR}/images/math/uparrow.png
937share/lyx/images/math/uparrow2.png 937${SHARE_DIR}/images/math/uparrow2.png
938share/lyx/images/math/updownarrow.png 938${SHARE_DIR}/images/math/updownarrow.png
939share/lyx/images/math/updownarrow2.png 939${SHARE_DIR}/images/math/updownarrow2.png
940share/lyx/images/math/upharpoonleft.png 940${SHARE_DIR}/images/math/upharpoonleft.png
941share/lyx/images/math/upharpoonright.png 941${SHARE_DIR}/images/math/upharpoonright.png
942share/lyx/images/math/uplus.png 942${SHARE_DIR}/images/math/uplus.png
943share/lyx/images/math/upsilon.png 943${SHARE_DIR}/images/math/upsilon.png
944share/lyx/images/math/upsilon2.png 944${SHARE_DIR}/images/math/upsilon2.png
945share/lyx/images/math/upuparrows.png 945${SHARE_DIR}/images/math/upuparrows.png
946share/lyx/images/math/urcorner.png 946${SHARE_DIR}/images/math/urcorner.png
947share/lyx/images/math/varepsilon.png 947${SHARE_DIR}/images/math/varepsilon.png
948share/lyx/images/math/varkappa.png 948${SHARE_DIR}/images/math/varkappa.png
949share/lyx/images/math/varnothing.png 949${SHARE_DIR}/images/math/varnothing.png
950share/lyx/images/math/varphi.png 950${SHARE_DIR}/images/math/varphi.png
951share/lyx/images/math/varpi.png 951${SHARE_DIR}/images/math/varpi.png
952share/lyx/images/math/varpropto.png 952${SHARE_DIR}/images/math/varpropto.png
953share/lyx/images/math/varrho.png 953${SHARE_DIR}/images/math/varrho.png
954share/lyx/images/math/varsigma.png 954${SHARE_DIR}/images/math/varsigma.png
955share/lyx/images/math/varsubsetneq.png 955${SHARE_DIR}/images/math/varsubsetneq.png
956share/lyx/images/math/varsubsetneqq.png 956${SHARE_DIR}/images/math/varsubsetneqq.png
957share/lyx/images/math/varsupsetneq.png 957${SHARE_DIR}/images/math/varsupsetneq.png
958share/lyx/images/math/varsupsetneqq.png 958${SHARE_DIR}/images/math/varsupsetneqq.png
959share/lyx/images/math/vartheta.png 959${SHARE_DIR}/images/math/vartheta.png
960share/lyx/images/math/vartriangle.png 960${SHARE_DIR}/images/math/vartriangle.png
961share/lyx/images/math/vartriangleleft.png 961${SHARE_DIR}/images/math/vartriangleleft.png
962share/lyx/images/math/vartriangleright.png 962${SHARE_DIR}/images/math/vartriangleright.png
963share/lyx/images/math/vdash.png 963${SHARE_DIR}/images/math/vdash.png
964share/lyx/images/math/vdash2.png 964${SHARE_DIR}/images/math/vdash2.png
965share/lyx/images/math/vdash3.png 965${SHARE_DIR}/images/math/vdash3.png
966share/lyx/images/math/vdots.png 966${SHARE_DIR}/images/math/vdots.png
967share/lyx/images/math/vec.png 967${SHARE_DIR}/images/math/vec.png
968share/lyx/images/math/vee.png 968${SHARE_DIR}/images/math/vee.png
969share/lyx/images/math/veebar.png 969${SHARE_DIR}/images/math/veebar.png
970share/lyx/images/math/vert.png 970${SHARE_DIR}/images/math/vert.png
971share/lyx/images/math/vert2.png 971${SHARE_DIR}/images/math/vert2.png
972share/lyx/images/math/vphantom.png 972${SHARE_DIR}/images/math/vphantom.png
973share/lyx/images/math/wedge.png 973${SHARE_DIR}/images/math/wedge.png
974share/lyx/images/math/widehat.png 974${SHARE_DIR}/images/math/widehat.png
975share/lyx/images/math/widetilde.png 975${SHARE_DIR}/images/math/widetilde.png
976share/lyx/images/math/wp.png 976${SHARE_DIR}/images/math/wp.png
977share/lyx/images/math/wr.png 977${SHARE_DIR}/images/math/wr.png
978share/lyx/images/math/xi.png 978${SHARE_DIR}/images/math/xi.png
979share/lyx/images/math/xi2.png 979${SHARE_DIR}/images/math/xi2.png
980share/lyx/images/math/zeta.png 980${SHARE_DIR}/images/math/zeta.png
981share/lyx/images/nomencl-insert.png 981${SHARE_DIR}/images/nomencl-insert.png
982share/lyx/images/note-insert.png 982${SHARE_DIR}/images/note-insert.png
983share/lyx/images/note-next.png 983${SHARE_DIR}/images/note-next.png
984share/lyx/images/paste.png 984${SHARE_DIR}/images/paste.png
985share/lyx/images/promote.png 985${SHARE_DIR}/images/promote.png
986share/lyx/images/psnfss1.png 986${SHARE_DIR}/images/psnfss1.png
987share/lyx/images/psnfss2.png 987${SHARE_DIR}/images/psnfss2.png
988share/lyx/images/psnfss3.png 988${SHARE_DIR}/images/psnfss3.png
989share/lyx/images/psnfss4.png 989${SHARE_DIR}/images/psnfss4.png
990share/lyx/images/redo.png 990${SHARE_DIR}/images/redo.png
991share/lyx/images/reload.png 991${SHARE_DIR}/images/reload.png
992share/lyx/images/split-view_horizontal.png 992${SHARE_DIR}/images/split-view_horizontal.png
993share/lyx/images/split-view_vertical.png 993${SHARE_DIR}/images/split-view_vertical.png
994share/lyx/images/standard.png 994${SHARE_DIR}/images/standard.png
995share/lyx/images/tabular-feature_append-column.png 995${SHARE_DIR}/images/tabular-feature_append-column.png
996share/lyx/images/tabular-feature_append-row.png 996${SHARE_DIR}/images/tabular-feature_append-row.png
997share/lyx/images/tabular-feature_delete-column.png 997${SHARE_DIR}/images/tabular-feature_delete-column.png
998share/lyx/images/tabular-feature_delete-row.png 998${SHARE_DIR}/images/tabular-feature_delete-row.png
999share/lyx/images/tabular-feature_m-align-center.png 999${SHARE_DIR}/images/tabular-feature_m-align-center.png
1000share/lyx/images/tabular-feature_m-align-left.png 1000${SHARE_DIR}/images/tabular-feature_m-align-left.png
1001share/lyx/images/tabular-feature_m-align-right.png 1001${SHARE_DIR}/images/tabular-feature_m-align-right.png
1002share/lyx/images/tabular-feature_m-valign-bottom.png 1002${SHARE_DIR}/images/tabular-feature_m-valign-bottom.png
1003share/lyx/images/tabular-feature_m-valign-middle.png 1003${SHARE_DIR}/images/tabular-feature_m-valign-middle.png
1004share/lyx/images/tabular-feature_m-valign-top.png 1004${SHARE_DIR}/images/tabular-feature_m-valign-top.png
1005share/lyx/images/tabular-feature_multicolumn.png 1005${SHARE_DIR}/images/tabular-feature_multicolumn.png
1006share/lyx/images/tabular-feature_set-all-lines.png 1006${SHARE_DIR}/images/tabular-feature_set-all-lines.png
1007share/lyx/images/tabular-feature_set-border-lines.png 1007${SHARE_DIR}/images/tabular-feature_set-border-lines.png
1008share/lyx/images/tabular-feature_set-longtabular.png 1008${SHARE_DIR}/images/tabular-feature_set-longtabular.png
1009share/lyx/images/tabular-feature_set-rotate-cell.png 1009${SHARE_DIR}/images/tabular-feature_set-rotate-cell.png
1010share/lyx/images/tabular-feature_set-rotate-tabular.png 1010${SHARE_DIR}/images/tabular-feature_set-rotate-tabular.png
1011share/lyx/images/tabular-feature_toggle-line-bottom.png 1011${SHARE_DIR}/images/tabular-feature_toggle-line-bottom.png
1012share/lyx/images/tabular-feature_toggle-line-left.png 1012${SHARE_DIR}/images/tabular-feature_toggle-line-left.png
1013share/lyx/images/tabular-feature_toggle-line-right.png 1013${SHARE_DIR}/images/tabular-feature_toggle-line-right.png
1014share/lyx/images/tabular-feature_toggle-line-top.png 1014${SHARE_DIR}/images/tabular-feature_toggle-line-top.png
1015share/lyx/images/tabular-feature_toggle-rotate-cell.png 1015${SHARE_DIR}/images/tabular-feature_toggle-rotate-cell.png
1016share/lyx/images/tabular-feature_toggle-rotate-tabular.png 1016${SHARE_DIR}/images/tabular-feature_toggle-rotate-tabular.png
1017share/lyx/images/tabular-feature_unset-all-lines.png 1017${SHARE_DIR}/images/tabular-feature_unset-all-lines.png
1018share/lyx/images/tabular-insert.png 1018${SHARE_DIR}/images/tabular-insert.png
1019share/lyx/images/textstyle-apply.png 1019${SHARE_DIR}/images/textstyle-apply.png
1020share/lyx/images/thesaurus-entry.png 1020${SHARE_DIR}/images/thesaurus-entry.png
1021share/lyx/images/toolbar-toggle_math.png 1021${SHARE_DIR}/images/toolbar-toggle_math.png
1022share/lyx/images/toolbar-toggle_math_panels.png 1022${SHARE_DIR}/images/toolbar-toggle_math_panels.png
1023share/lyx/images/toolbar-toggle_table.png 1023${SHARE_DIR}/images/toolbar-toggle_table.png
1024share/lyx/images/undo.png 1024${SHARE_DIR}/images/undo.png
1025share/lyx/images/unknown.png 1025${SHARE_DIR}/images/unknown.png
1026share/lyx/images/up.png 1026${SHARE_DIR}/images/up.png
1027share/lyx/images/url-insert.png 1027${SHARE_DIR}/images/url-insert.png
1028share/lyx/images/vc-check-in.png 1028${SHARE_DIR}/images/vc-check-in.png
1029share/lyx/images/vc-check-out.png 1029${SHARE_DIR}/images/vc-check-out.png
1030share/lyx/images/vc-locking-toggle.png 1030${SHARE_DIR}/images/vc-locking-toggle.png
1031share/lyx/images/vc-register.png 1031${SHARE_DIR}/images/vc-register.png
1032share/lyx/images/vc-repo-update.png 1032${SHARE_DIR}/images/vc-repo-update.png
1033share/lyx/images/vc-revert.png 1033${SHARE_DIR}/images/vc-revert.png
1034share/lyx/kbd/american-2.kmap 1034${SHARE_DIR}/kbd/american-2.kmap
1035share/lyx/kbd/american.kmap 1035${SHARE_DIR}/kbd/american.kmap
1036share/lyx/kbd/arabic.kmap 1036${SHARE_DIR}/kbd/arabic.kmap
1037share/lyx/kbd/bg-bds-1251.kmap 1037${SHARE_DIR}/kbd/bg-bds-1251.kmap
1038share/lyx/kbd/brazil.kmap 1038${SHARE_DIR}/kbd/brazil.kmap
1039share/lyx/kbd/brazil2.kmap 1039${SHARE_DIR}/kbd/brazil2.kmap
1040share/lyx/kbd/czech-prg.kmap 1040${SHARE_DIR}/kbd/czech-prg.kmap
1041share/lyx/kbd/czech.kmap 1041${SHARE_DIR}/kbd/czech.kmap
1042share/lyx/kbd/espanol.kmap 1042${SHARE_DIR}/kbd/espanol.kmap
1043share/lyx/kbd/european.kmap 1043${SHARE_DIR}/kbd/european.kmap
1044share/lyx/kbd/farsi.kmap 1044${SHARE_DIR}/kbd/farsi.kmap
1045share/lyx/kbd/francais.kmap 1045${SHARE_DIR}/kbd/francais.kmap
1046share/lyx/kbd/french.kmap 1046${SHARE_DIR}/kbd/french.kmap
1047share/lyx/kbd/german-2.kmap 1047${SHARE_DIR}/kbd/german-2.kmap
1048share/lyx/kbd/german-3.kmap 1048${SHARE_DIR}/kbd/german-3.kmap
1049share/lyx/kbd/german.kmap 1049${SHARE_DIR}/kbd/german.kmap
1050share/lyx/kbd/greek.kmap 1050${SHARE_DIR}/kbd/greek.kmap
1051share/lyx/kbd/hebrew.kmap 1051${SHARE_DIR}/kbd/hebrew.kmap
1052share/lyx/kbd/koi8-r.kmap 1052${SHARE_DIR}/kbd/koi8-r.kmap
1053share/lyx/kbd/koi8-u.kmap 1053${SHARE_DIR}/kbd/koi8-u.kmap
1054share/lyx/kbd/latvian.kmap 1054${SHARE_DIR}/kbd/latvian.kmap
1055share/lyx/kbd/magyar-2.kmap 1055${SHARE_DIR}/kbd/magyar-2.kmap
1056share/lyx/kbd/magyar-3.kmap 1056${SHARE_DIR}/kbd/magyar-3.kmap
1057share/lyx/kbd/magyar.kmap 1057${SHARE_DIR}/kbd/magyar.kmap
1058share/lyx/kbd/null.kmap 1058${SHARE_DIR}/kbd/null.kmap
1059share/lyx/kbd/polish.kmap 1059${SHARE_DIR}/kbd/polish.kmap
1060share/lyx/kbd/polski.kmap 1060${SHARE_DIR}/kbd/polski.kmap
1061share/lyx/kbd/portuges.kmap 1061${SHARE_DIR}/kbd/portuges.kmap
1062share/lyx/kbd/romanian.kmap 1062${SHARE_DIR}/kbd/romanian.kmap
1063share/lyx/kbd/serbian.kmap 1063${SHARE_DIR}/kbd/serbian.kmap
1064share/lyx/kbd/serbocroatian.kmap 1064${SHARE_DIR}/kbd/serbocroatian.kmap
1065share/lyx/kbd/sf.kmap 1065${SHARE_DIR}/kbd/sf.kmap
1066share/lyx/kbd/sg.kmap 1066${SHARE_DIR}/kbd/sg.kmap
1067share/lyx/kbd/slovak.kmap 1067${SHARE_DIR}/kbd/slovak.kmap
1068share/lyx/kbd/slovene.kmap 1068${SHARE_DIR}/kbd/slovene.kmap
1069share/lyx/kbd/thai-kedmanee.kmap 1069${SHARE_DIR}/kbd/thai-kedmanee.kmap
1070share/lyx/kbd/transilvanian.kmap 1070${SHARE_DIR}/kbd/transilvanian.kmap
1071share/lyx/kbd/turkish-f.kmap 1071${SHARE_DIR}/kbd/turkish-f.kmap
1072share/lyx/kbd/turkish.kmap 1072${SHARE_DIR}/kbd/turkish.kmap
1073share/lyx/languages 1073${SHARE_DIR}/languages
1074share/lyx/layouts/IEEEtran.layout 1074${SHARE_DIR}/layouts/IEEEtran.layout
1075share/lyx/layouts/aa.layout 1075${SHARE_DIR}/layouts/aa.layout
1076share/lyx/layouts/aapaper.inc 1076${SHARE_DIR}/layouts/aapaper.inc
1077share/lyx/layouts/aapaper.layout 1077${SHARE_DIR}/layouts/aapaper.layout
1078share/lyx/layouts/aastex.layout 1078${SHARE_DIR}/layouts/aastex.layout
1079share/lyx/layouts/achemso.layout 1079${SHARE_DIR}/layouts/achemso.layout
1080share/lyx/layouts/acmsiggraph.layout 1080${SHARE_DIR}/layouts/acmsiggraph.layout
1081share/lyx/layouts/agu-dtd.layout 1081${SHARE_DIR}/layouts/agu-dtd.layout
1082share/lyx/layouts/agu_stdclass.inc 1082${SHARE_DIR}/layouts/agu_stdclass.inc
1083share/lyx/layouts/agu_stdcounters.inc 1083${SHARE_DIR}/layouts/agu_stdcounters.inc
1084share/lyx/layouts/agu_stdlists.inc 1084${SHARE_DIR}/layouts/agu_stdlists.inc
1085share/lyx/layouts/agu_stdsections.inc 1085${SHARE_DIR}/layouts/agu_stdsections.inc
1086share/lyx/layouts/agu_stdtitle.inc 1086${SHARE_DIR}/layouts/agu_stdtitle.inc
1087share/lyx/layouts/agums.layout 1087${SHARE_DIR}/layouts/agums.layout
1088share/lyx/layouts/aguplus.inc 1088${SHARE_DIR}/layouts/aguplus.inc
1089share/lyx/layouts/agutex.layout 1089${SHARE_DIR}/layouts/agutex.layout
1090share/lyx/layouts/amsart.layout 1090${SHARE_DIR}/layouts/amsart.layout
1091share/lyx/layouts/amsbook.layout 1091${SHARE_DIR}/layouts/amsbook.layout
1092share/lyx/layouts/amsdefs.inc 1092${SHARE_DIR}/layouts/amsdefs.inc
1093share/lyx/layouts/apa.layout 1093${SHARE_DIR}/layouts/apa.layout
1094share/lyx/layouts/arab-article.layout 1094${SHARE_DIR}/layouts/arab-article.layout
1095share/lyx/layouts/armenian-article.layout 1095${SHARE_DIR}/layouts/armenian-article.layout
1096share/lyx/layouts/article-beamer.layout 1096${SHARE_DIR}/layouts/article-beamer.layout
1097share/lyx/layouts/article.layout 1097${SHARE_DIR}/layouts/article.layout
1098share/lyx/layouts/beamer.layout 1098${SHARE_DIR}/layouts/beamer.layout
1099share/lyx/layouts/book.layout 1099${SHARE_DIR}/layouts/book.layout
1100share/lyx/layouts/braille.module 1100${SHARE_DIR}/layouts/braille.module
1101share/lyx/layouts/broadway.layout 1101${SHARE_DIR}/layouts/broadway.layout
1102share/lyx/layouts/chess.layout 1102${SHARE_DIR}/layouts/chess.layout
1103share/lyx/layouts/cl2emult.layout 1103${SHARE_DIR}/layouts/cl2emult.layout
1104share/lyx/layouts/db_lyxmacros.inc 1104${SHARE_DIR}/layouts/db_lyxmacros.inc
1105share/lyx/layouts/db_stdcharstyles.inc 1105${SHARE_DIR}/layouts/db_stdcharstyles.inc
1106share/lyx/layouts/db_stdclass.inc 1106${SHARE_DIR}/layouts/db_stdclass.inc
1107share/lyx/layouts/db_stdcounters.inc 1107${SHARE_DIR}/layouts/db_stdcounters.inc
1108share/lyx/layouts/db_stdlayouts.inc 1108${SHARE_DIR}/layouts/db_stdlayouts.inc
1109share/lyx/layouts/db_stdlists.inc 1109${SHARE_DIR}/layouts/db_stdlists.inc
1110share/lyx/layouts/db_stdsections.inc 1110${SHARE_DIR}/layouts/db_stdsections.inc
1111share/lyx/layouts/db_stdstarsections.inc 1111${SHARE_DIR}/layouts/db_stdstarsections.inc
1112share/lyx/layouts/db_stdstruct.inc 1112${SHARE_DIR}/layouts/db_stdstruct.inc
1113share/lyx/layouts/db_stdtitle.inc 1113${SHARE_DIR}/layouts/db_stdtitle.inc
1114share/lyx/layouts/dinbrief.layout 1114${SHARE_DIR}/layouts/dinbrief.layout
1115share/lyx/layouts/docbook-book.layout 1115${SHARE_DIR}/layouts/docbook-book.layout
1116share/lyx/layouts/docbook-chapter.layout 1116${SHARE_DIR}/layouts/docbook-chapter.layout
1117share/lyx/layouts/docbook-section.layout 1117${SHARE_DIR}/layouts/docbook-section.layout
1118share/lyx/layouts/docbook.layout 1118${SHARE_DIR}/layouts/docbook.layout
1119share/lyx/layouts/doublecol-new.layout 1119${SHARE_DIR}/layouts/doublecol-new.layout
1120share/lyx/layouts/dtk.layout 1120${SHARE_DIR}/layouts/dtk.layout
1121share/lyx/layouts/ectaart.layout 1121${SHARE_DIR}/layouts/ectaart.layout
1122share/lyx/layouts/egs.layout 1122${SHARE_DIR}/layouts/egs.layout
1123share/lyx/layouts/elsart.layout 1123${SHARE_DIR}/layouts/elsart.layout
1124share/lyx/layouts/elsarticle.layout 1124${SHARE_DIR}/layouts/elsarticle.layout
1125share/lyx/layouts/endnotes.module 1125${SHARE_DIR}/layouts/endnotes.module
1126share/lyx/layouts/entcs.layout 1126${SHARE_DIR}/layouts/entcs.layout
1127share/lyx/layouts/eqs-within-sections.module 1127${SHARE_DIR}/layouts/eqs-within-sections.module
1128share/lyx/layouts/europecv.layout 1128${SHARE_DIR}/layouts/europecv.layout
1129share/lyx/layouts/extarticle.layout 1129${SHARE_DIR}/layouts/extarticle.layout
1130share/lyx/layouts/extbook.layout 1130${SHARE_DIR}/layouts/extbook.layout
1131share/lyx/layouts/extletter.layout 1131${SHARE_DIR}/layouts/extletter.layout
1132share/lyx/layouts/extreport.layout 1132${SHARE_DIR}/layouts/extreport.layout
1133share/lyx/layouts/figs-within-sections.module 1133${SHARE_DIR}/layouts/figs-within-sections.module
1134share/lyx/layouts/foils.layout 1134${SHARE_DIR}/layouts/foils.layout
1135share/lyx/layouts/foottoend.module 1135${SHARE_DIR}/layouts/foottoend.module
1136share/lyx/layouts/frletter.layout 1136${SHARE_DIR}/layouts/frletter.layout
1137share/lyx/layouts/g-brief-de.layout 1137${SHARE_DIR}/layouts/g-brief-de.layout
1138share/lyx/layouts/g-brief-en.layout 1138${SHARE_DIR}/layouts/g-brief-en.layout
1139share/lyx/layouts/g-brief2.layout 1139${SHARE_DIR}/layouts/g-brief2.layout
1140share/lyx/layouts/hanging.module 1140${SHARE_DIR}/layouts/hanging.module
1141share/lyx/layouts/heb-article.layout 1141${SHARE_DIR}/layouts/heb-article.layout
1142share/lyx/layouts/heb-letter.layout 1142${SHARE_DIR}/layouts/heb-letter.layout
1143share/lyx/layouts/hollywood.layout 1143${SHARE_DIR}/layouts/hollywood.layout
1144share/lyx/layouts/ijmpc.layout 1144${SHARE_DIR}/layouts/ijmpc.layout
1145share/lyx/layouts/ijmpd.layout 1145${SHARE_DIR}/layouts/ijmpd.layout
1146share/lyx/layouts/iopart.layout 1146${SHARE_DIR}/layouts/iopart.layout
1147share/lyx/layouts/isprs.layout 1147${SHARE_DIR}/layouts/isprs.layout
1148share/lyx/layouts/jarticle.layout 1148${SHARE_DIR}/layouts/jarticle.layout
1149share/lyx/layouts/jbook.layout 1149${SHARE_DIR}/layouts/jbook.layout
1150share/lyx/layouts/jgrga.layout 1150${SHARE_DIR}/layouts/jgrga.layout
1151share/lyx/layouts/jreport.layout 1151${SHARE_DIR}/layouts/jreport.layout
1152share/lyx/layouts/jsarticle.layout 1152${SHARE_DIR}/layouts/jsarticle.layout
1153share/lyx/layouts/jsbook.layout 1153${SHARE_DIR}/layouts/jsbook.layout
1154share/lyx/layouts/jss.layout 1154${SHARE_DIR}/layouts/jss.layout
1155share/lyx/layouts/kluwer.layout 1155${SHARE_DIR}/layouts/kluwer.layout
1156share/lyx/layouts/latex8.layout 1156${SHARE_DIR}/layouts/latex8.layout
1157share/lyx/layouts/letter.layout 1157${SHARE_DIR}/layouts/letter.layout
1158share/lyx/layouts/lettre.layout 1158${SHARE_DIR}/layouts/lettre.layout
1159share/lyx/layouts/linguistics.module 1159${SHARE_DIR}/layouts/linguistics.module
1160share/lyx/layouts/literate-article.layout 1160${SHARE_DIR}/layouts/literate-article.layout
1161share/lyx/layouts/literate-book.layout 1161${SHARE_DIR}/layouts/literate-book.layout
1162share/lyx/layouts/literate-report.layout 1162${SHARE_DIR}/layouts/literate-report.layout
1163share/lyx/layouts/literate-scrap.inc 1163${SHARE_DIR}/layouts/literate-scrap.inc
1164share/lyx/layouts/llncs.layout 1164${SHARE_DIR}/layouts/llncs.layout
1165share/lyx/layouts/logicalmkup.module 1165${SHARE_DIR}/layouts/logicalmkup.module
1166share/lyx/layouts/ltugboat.layout 1166${SHARE_DIR}/layouts/ltugboat.layout
1167share/lyx/layouts/lyxmacros.inc 1167${SHARE_DIR}/layouts/lyxmacros.inc
1168share/lyx/layouts/memoir.layout 1168${SHARE_DIR}/layouts/memoir.layout
1169share/lyx/layouts/minimalistic.module 1169${SHARE_DIR}/layouts/minimalistic.module
1170share/lyx/layouts/moderncv.layout 1170${SHARE_DIR}/layouts/moderncv.layout
1171share/lyx/layouts/mwart.layout 1171${SHARE_DIR}/layouts/mwart.layout
1172share/lyx/layouts/mwbk.layout 1172${SHARE_DIR}/layouts/mwbk.layout
1173share/lyx/layouts/mwrep.layout 1173${SHARE_DIR}/layouts/mwrep.layout
1174share/lyx/layouts/numarticle.inc 1174${SHARE_DIR}/layouts/numarticle.inc
1175share/lyx/layouts/numreport.inc 1175${SHARE_DIR}/layouts/numreport.inc
1176share/lyx/layouts/numrevtex.inc 1176${SHARE_DIR}/layouts/numrevtex.inc
1177share/lyx/layouts/paper.layout 1177${SHARE_DIR}/layouts/paper.layout
1178share/lyx/layouts/powerdot.layout 1178${SHARE_DIR}/layouts/powerdot.layout
1179share/lyx/layouts/recipebook.layout 1179${SHARE_DIR}/layouts/recipebook.layout
1180share/lyx/layouts/report.layout 1180${SHARE_DIR}/layouts/report.layout
1181share/lyx/layouts/revtex.layout 1181${SHARE_DIR}/layouts/revtex.layout
1182share/lyx/layouts/revtex4.layout 1182${SHARE_DIR}/layouts/revtex4.layout
1183share/lyx/layouts/scrartcl.layout 1183${SHARE_DIR}/layouts/scrartcl.layout
1184share/lyx/layouts/scrarticle-beamer.layout 1184${SHARE_DIR}/layouts/scrarticle-beamer.layout
1185share/lyx/layouts/scrbook.layout 1185${SHARE_DIR}/layouts/scrbook.layout
1186share/lyx/layouts/scrclass.inc 1186${SHARE_DIR}/layouts/scrclass.inc
1187share/lyx/layouts/scrlettr.layout 1187${SHARE_DIR}/layouts/scrlettr.layout
1188share/lyx/layouts/scrlttr2.layout 1188${SHARE_DIR}/layouts/scrlttr2.layout
1189share/lyx/layouts/scrreprt.layout 1189${SHARE_DIR}/layouts/scrreprt.layout
1190share/lyx/layouts/seminar.layout 1190${SHARE_DIR}/layouts/seminar.layout
1191share/lyx/layouts/siamltex.layout 1191${SHARE_DIR}/layouts/siamltex.layout
1192share/lyx/layouts/sigplanconf.layout 1192${SHARE_DIR}/layouts/sigplanconf.layout
1193share/lyx/layouts/simplecv.layout 1193${SHARE_DIR}/layouts/simplecv.layout
1194share/lyx/layouts/singlecol-new.layout 1194${SHARE_DIR}/layouts/singlecol-new.layout
1195share/lyx/layouts/singlecol.layout 1195${SHARE_DIR}/layouts/singlecol.layout
1196share/lyx/layouts/slides.layout 1196${SHARE_DIR}/layouts/slides.layout
1197share/lyx/layouts/spie.layout 1197${SHARE_DIR}/layouts/spie.layout
1198share/lyx/layouts/stdcharstyles.inc 1198${SHARE_DIR}/layouts/stdcharstyles.inc
1199share/lyx/layouts/stdclass.inc 1199${SHARE_DIR}/layouts/stdclass.inc
1200share/lyx/layouts/stdcounters.inc 1200${SHARE_DIR}/layouts/stdcounters.inc
1201share/lyx/layouts/stdcustom.inc 1201${SHARE_DIR}/layouts/stdcustom.inc
1202share/lyx/layouts/stdfloats.inc 1202${SHARE_DIR}/layouts/stdfloats.inc
1203share/lyx/layouts/stdinsets.inc 1203${SHARE_DIR}/layouts/stdinsets.inc
1204share/lyx/layouts/stdlayouts.inc 1204${SHARE_DIR}/layouts/stdlayouts.inc
1205share/lyx/layouts/stdletter.inc 1205${SHARE_DIR}/layouts/stdletter.inc
1206share/lyx/layouts/stdlists.inc 1206${SHARE_DIR}/layouts/stdlists.inc
1207share/lyx/layouts/stdsections.inc 1207${SHARE_DIR}/layouts/stdsections.inc
1208share/lyx/layouts/stdstarsections.inc 1208${SHARE_DIR}/layouts/stdstarsections.inc
1209share/lyx/layouts/stdstruct.inc 1209${SHARE_DIR}/layouts/stdstruct.inc
1210share/lyx/layouts/stdtitle.inc 1210${SHARE_DIR}/layouts/stdtitle.inc
1211share/lyx/layouts/svglobal.layout 1211${SHARE_DIR}/layouts/svglobal.layout
1212share/lyx/layouts/svglobal3.layout 1212${SHARE_DIR}/layouts/svglobal3.layout
1213share/lyx/layouts/svjog.layout 1213${SHARE_DIR}/layouts/svjog.layout
1214share/lyx/layouts/svjour.inc 1214${SHARE_DIR}/layouts/svjour.inc
1215share/lyx/layouts/svmono.layout 1215${SHARE_DIR}/layouts/svmono.layout
1216share/lyx/layouts/svmult.layout 1216${SHARE_DIR}/layouts/svmult.layout
1217share/lyx/layouts/svprobth.layout 1217${SHARE_DIR}/layouts/svprobth.layout
1218share/lyx/layouts/tabs-within-sections.module 1218${SHARE_DIR}/layouts/tabs-within-sections.module
1219share/lyx/layouts/tarticle.layout 1219${SHARE_DIR}/layouts/tarticle.layout
1220share/lyx/layouts/tbook.layout 1220${SHARE_DIR}/layouts/tbook.layout
1221share/lyx/layouts/theorems-ams-bytype.inc 1221${SHARE_DIR}/layouts/theorems-ams-bytype.inc
1222share/lyx/layouts/theorems-ams-bytype.module 1222${SHARE_DIR}/layouts/theorems-ams-bytype.module
1223share/lyx/layouts/theorems-ams-extended-bytype.module 1223${SHARE_DIR}/layouts/theorems-ams-extended-bytype.module
1224share/lyx/layouts/theorems-ams-extended.module 1224${SHARE_DIR}/layouts/theorems-ams-extended.module
1225share/lyx/layouts/theorems-ams.inc 1225${SHARE_DIR}/layouts/theorems-ams.inc
1226share/lyx/layouts/theorems-ams.module 1226${SHARE_DIR}/layouts/theorems-ams.module
1227share/lyx/layouts/theorems-bytype.inc 1227${SHARE_DIR}/layouts/theorems-bytype.inc
1228share/lyx/layouts/theorems-bytype.module 1228${SHARE_DIR}/layouts/theorems-bytype.module
1229share/lyx/layouts/theorems-chap-bytype.module 1229${SHARE_DIR}/layouts/theorems-chap-bytype.module
1230share/lyx/layouts/theorems-chap.module 1230${SHARE_DIR}/layouts/theorems-chap.module
1231share/lyx/layouts/theorems-order.inc 1231${SHARE_DIR}/layouts/theorems-order.inc
1232share/lyx/layouts/theorems-proof.inc 1232${SHARE_DIR}/layouts/theorems-proof.inc
1233share/lyx/layouts/theorems-sec-bytype.module 1233${SHARE_DIR}/layouts/theorems-sec-bytype.module
1234share/lyx/layouts/theorems-sec.module 1234${SHARE_DIR}/layouts/theorems-sec.module
1235share/lyx/layouts/theorems-starred-equivalents.inc 1235${SHARE_DIR}/layouts/theorems-starred-equivalents.inc
1236share/lyx/layouts/theorems-starred.inc 1236${SHARE_DIR}/layouts/theorems-starred.inc
1237share/lyx/layouts/theorems-starred.module 1237${SHARE_DIR}/layouts/theorems-starred.module
1238share/lyx/layouts/theorems-std.module 1238${SHARE_DIR}/layouts/theorems-std.module
1239share/lyx/layouts/theorems.inc 1239${SHARE_DIR}/layouts/theorems.inc
1240share/lyx/layouts/treport.layout 1240${SHARE_DIR}/layouts/treport.layout
1241share/lyx/layouts/tufte-book.layout 1241${SHARE_DIR}/layouts/tufte-book.layout
1242share/lyx/layouts/tufte-handout.layout 1242${SHARE_DIR}/layouts/tufte-handout.layout
1243share/lyx/lyx2lyx/LyX.py 1243${SHARE_DIR}/lyx2lyx/LyX.py
1244share/lyx/lyx2lyx/LyX.pyc 1244${SHARE_DIR}/lyx2lyx/LyX.pyc
1245share/lyx/lyx2lyx/LyX.pyo 1245${SHARE_DIR}/lyx2lyx/LyX.pyo
1246share/lyx/lyx2lyx/generate_encoding_info.py 1246${SHARE_DIR}/lyx2lyx/generate_encoding_info.py
1247share/lyx/lyx2lyx/generate_encoding_info.pyc 1247${SHARE_DIR}/lyx2lyx/generate_encoding_info.pyc
1248share/lyx/lyx2lyx/generate_encoding_info.pyo 1248${SHARE_DIR}/lyx2lyx/generate_encoding_info.pyo
1249share/lyx/lyx2lyx/lyx2lyx 1249${SHARE_DIR}/lyx2lyx/lyx2lyx
1250share/lyx/lyx2lyx/lyx2lyx_lang.py 1250${SHARE_DIR}/lyx2lyx/lyx2lyx_lang.py
1251share/lyx/lyx2lyx/lyx2lyx_lang.pyc 1251${SHARE_DIR}/lyx2lyx/lyx2lyx_lang.pyc
1252share/lyx/lyx2lyx/lyx2lyx_lang.pyo 1252${SHARE_DIR}/lyx2lyx/lyx2lyx_lang.pyo
1253share/lyx/lyx2lyx/lyx2lyx_version.py 1253${SHARE_DIR}/lyx2lyx/lyx2lyx_version.py
1254share/lyx/lyx2lyx/lyx2lyx_version.pyc 1254${SHARE_DIR}/lyx2lyx/lyx2lyx_version.pyc
1255share/lyx/lyx2lyx/lyx2lyx_version.pyo 1255${SHARE_DIR}/lyx2lyx/lyx2lyx_version.pyo
1256share/lyx/lyx2lyx/lyx_0_06.py 1256${SHARE_DIR}/lyx2lyx/lyx_0_06.py
1257share/lyx/lyx2lyx/lyx_0_06.pyc 1257${SHARE_DIR}/lyx2lyx/lyx_0_06.pyc
1258share/lyx/lyx2lyx/lyx_0_06.pyo 1258${SHARE_DIR}/lyx2lyx/lyx_0_06.pyo
1259share/lyx/lyx2lyx/lyx_0_08.py 1259${SHARE_DIR}/lyx2lyx/lyx_0_08.py
1260share/lyx/lyx2lyx/lyx_0_08.pyc 1260${SHARE_DIR}/lyx2lyx/lyx_0_08.pyc
1261share/lyx/lyx2lyx/lyx_0_08.pyo 1261${SHARE_DIR}/lyx2lyx/lyx_0_08.pyo
1262share/lyx/lyx2lyx/lyx_0_10.py 1262${SHARE_DIR}/lyx2lyx/lyx_0_10.py
1263share/lyx/lyx2lyx/lyx_0_10.pyc 1263${SHARE_DIR}/lyx2lyx/lyx_0_10.pyc
1264share/lyx/lyx2lyx/lyx_0_10.pyo 1264${SHARE_DIR}/lyx2lyx/lyx_0_10.pyo
1265share/lyx/lyx2lyx/lyx_0_12.py 1265${SHARE_DIR}/lyx2lyx/lyx_0_12.py
1266share/lyx/lyx2lyx/lyx_0_12.pyc 1266${SHARE_DIR}/lyx2lyx/lyx_0_12.pyc
1267share/lyx/lyx2lyx/lyx_0_12.pyo 1267${SHARE_DIR}/lyx2lyx/lyx_0_12.pyo
1268share/lyx/lyx2lyx/lyx_1_0.py 1268${SHARE_DIR}/lyx2lyx/lyx_1_0.py
1269share/lyx/lyx2lyx/lyx_1_0.pyc 1269${SHARE_DIR}/lyx2lyx/lyx_1_0.pyc
1270share/lyx/lyx2lyx/lyx_1_0.pyo 1270${SHARE_DIR}/lyx2lyx/lyx_1_0.pyo
1271share/lyx/lyx2lyx/lyx_1_1.py 1271${SHARE_DIR}/lyx2lyx/lyx_1_1.py
1272share/lyx/lyx2lyx/lyx_1_1.pyc 1272${SHARE_DIR}/lyx2lyx/lyx_1_1.pyc
1273share/lyx/lyx2lyx/lyx_1_1.pyo 1273${SHARE_DIR}/lyx2lyx/lyx_1_1.pyo
1274share/lyx/lyx2lyx/lyx_1_1_5.py 1274${SHARE_DIR}/lyx2lyx/lyx_1_1_5.py
1275share/lyx/lyx2lyx/lyx_1_1_5.pyc 1275${SHARE_DIR}/lyx2lyx/lyx_1_1_5.pyc
1276share/lyx/lyx2lyx/lyx_1_1_5.pyo 1276${SHARE_DIR}/lyx2lyx/lyx_1_1_5.pyo
1277share/lyx/lyx2lyx/lyx_1_1_6_0.py 1277${SHARE_DIR}/lyx2lyx/lyx_1_1_6_0.py
1278share/lyx/lyx2lyx/lyx_1_1_6_0.pyc 1278${SHARE_DIR}/lyx2lyx/lyx_1_1_6_0.pyc
1279share/lyx/lyx2lyx/lyx_1_1_6_0.pyo 1279${SHARE_DIR}/lyx2lyx/lyx_1_1_6_0.pyo
1280share/lyx/lyx2lyx/lyx_1_1_6_3.py 1280${SHARE_DIR}/lyx2lyx/lyx_1_1_6_3.py
1281share/lyx/lyx2lyx/lyx_1_1_6_3.pyc 1281${SHARE_DIR}/lyx2lyx/lyx_1_1_6_3.pyc
1282share/lyx/lyx2lyx/lyx_1_1_6_3.pyo 1282${SHARE_DIR}/lyx2lyx/lyx_1_1_6_3.pyo
1283share/lyx/lyx2lyx/lyx_1_2.py 1283${SHARE_DIR}/lyx2lyx/lyx_1_2.py
1284share/lyx/lyx2lyx/lyx_1_2.pyc 1284${SHARE_DIR}/lyx2lyx/lyx_1_2.pyc
1285share/lyx/lyx2lyx/lyx_1_2.pyo 1285${SHARE_DIR}/lyx2lyx/lyx_1_2.pyo
1286share/lyx/lyx2lyx/lyx_1_3.py 1286${SHARE_DIR}/lyx2lyx/lyx_1_3.py
1287share/lyx/lyx2lyx/lyx_1_3.pyc 1287${SHARE_DIR}/lyx2lyx/lyx_1_3.pyc
1288share/lyx/lyx2lyx/lyx_1_3.pyo 1288${SHARE_DIR}/lyx2lyx/lyx_1_3.pyo
1289share/lyx/lyx2lyx/lyx_1_4.py 1289${SHARE_DIR}/lyx2lyx/lyx_1_4.py
1290share/lyx/lyx2lyx/lyx_1_4.pyc 1290${SHARE_DIR}/lyx2lyx/lyx_1_4.pyc
1291share/lyx/lyx2lyx/lyx_1_4.pyo 1291${SHARE_DIR}/lyx2lyx/lyx_1_4.pyo
1292share/lyx/lyx2lyx/lyx_1_5.py 1292${SHARE_DIR}/lyx2lyx/lyx_1_5.py
1293share/lyx/lyx2lyx/lyx_1_5.pyc 1293${SHARE_DIR}/lyx2lyx/lyx_1_5.pyc
1294share/lyx/lyx2lyx/lyx_1_5.pyo 1294${SHARE_DIR}/lyx2lyx/lyx_1_5.pyo
1295share/lyx/lyx2lyx/lyx_1_6.py 1295${SHARE_DIR}/lyx2lyx/lyx_1_6.py
1296share/lyx/lyx2lyx/lyx_1_6.pyc 1296${SHARE_DIR}/lyx2lyx/lyx_1_6.pyc
1297share/lyx/lyx2lyx/lyx_1_6.pyo 1297${SHARE_DIR}/lyx2lyx/lyx_1_6.pyo
1298share/lyx/lyx2lyx/parser_tools.py 1298${SHARE_DIR}/lyx2lyx/parser_tools.py
1299share/lyx/lyx2lyx/parser_tools.pyc 1299${SHARE_DIR}/lyx2lyx/parser_tools.pyc
1300share/lyx/lyx2lyx/parser_tools.pyo 1300${SHARE_DIR}/lyx2lyx/parser_tools.pyo
1301share/lyx/lyx2lyx/profiling.py 1301${SHARE_DIR}/lyx2lyx/profiling.py
1302share/lyx/lyx2lyx/profiling.pyc 1302${SHARE_DIR}/lyx2lyx/profiling.pyc
1303share/lyx/lyx2lyx/profiling.pyo 1303${SHARE_DIR}/lyx2lyx/profiling.pyo
1304share/lyx/lyx2lyx/test_parser_tools.py 1304${SHARE_DIR}/lyx2lyx/test_parser_tools.py
1305share/lyx/lyx2lyx/test_parser_tools.pyc 1305${SHARE_DIR}/lyx2lyx/test_parser_tools.pyc
1306share/lyx/lyx2lyx/test_parser_tools.pyo 1306${SHARE_DIR}/lyx2lyx/test_parser_tools.pyo
1307share/lyx/scripts/TeXFiles.py 1307${SHARE_DIR}/scripts/TeXFiles.py
1308share/lyx/scripts/TeXFiles.pyc 1308${SHARE_DIR}/scripts/TeXFiles.pyc
1309share/lyx/scripts/TeXFiles.pyo 1309${SHARE_DIR}/scripts/TeXFiles.pyo
1310share/lyx/scripts/clean_dvi.py 1310${SHARE_DIR}/scripts/clean_dvi.py
1311share/lyx/scripts/clean_dvi.pyc 1311${SHARE_DIR}/scripts/clean_dvi.pyc
1312share/lyx/scripts/clean_dvi.pyo 1312${SHARE_DIR}/scripts/clean_dvi.pyo
1313share/lyx/scripts/convertDefault.py 1313${SHARE_DIR}/scripts/convertDefault.py
1314share/lyx/scripts/convertDefault.pyc 1314${SHARE_DIR}/scripts/convertDefault.pyc
1315share/lyx/scripts/convertDefault.pyo 1315${SHARE_DIR}/scripts/convertDefault.pyo
1316share/lyx/scripts/csv2lyx.py 1316${SHARE_DIR}/scripts/csv2lyx.py
1317share/lyx/scripts/csv2lyx.pyc 1317${SHARE_DIR}/scripts/csv2lyx.pyc
1318share/lyx/scripts/csv2lyx.pyo 1318${SHARE_DIR}/scripts/csv2lyx.pyo
1319share/lyx/scripts/date.py 1319${SHARE_DIR}/scripts/date.py
1320share/lyx/scripts/date.pyc 1320${SHARE_DIR}/scripts/date.pyc
1321share/lyx/scripts/date.pyo 1321${SHARE_DIR}/scripts/date.pyo
1322share/lyx/scripts/ext_copy.py 1322${SHARE_DIR}/scripts/ext_copy.py
1323share/lyx/scripts/ext_copy.pyc 1323${SHARE_DIR}/scripts/ext_copy.pyc
1324share/lyx/scripts/ext_copy.pyo 1324${SHARE_DIR}/scripts/ext_copy.pyo
1325share/lyx/scripts/fen2ascii.py 1325${SHARE_DIR}/scripts/fen2ascii.py
1326share/lyx/scripts/fen2ascii.pyc 1326${SHARE_DIR}/scripts/fen2ascii.pyc
1327share/lyx/scripts/fen2ascii.pyo 1327${SHARE_DIR}/scripts/fen2ascii.pyo
1328share/lyx/scripts/fig2pdftex.py 1328${SHARE_DIR}/scripts/fig2pdftex.py
1329share/lyx/scripts/fig2pdftex.pyc 1329${SHARE_DIR}/scripts/fig2pdftex.pyc
1330share/lyx/scripts/fig2pdftex.pyo 1330${SHARE_DIR}/scripts/fig2pdftex.pyo
1331share/lyx/scripts/fig2pstex.py 1331${SHARE_DIR}/scripts/fig2pstex.py
1332share/lyx/scripts/fig2pstex.pyc 1332${SHARE_DIR}/scripts/fig2pstex.pyc
1333share/lyx/scripts/fig2pstex.pyo 1333${SHARE_DIR}/scripts/fig2pstex.pyo
1334share/lyx/scripts/fig_copy.py 1334${SHARE_DIR}/scripts/fig_copy.py
1335share/lyx/scripts/fig_copy.pyc 1335${SHARE_DIR}/scripts/fig_copy.pyc
1336share/lyx/scripts/fig_copy.pyo 1336${SHARE_DIR}/scripts/fig_copy.pyo
1337share/lyx/scripts/layout2layout.py 1337${SHARE_DIR}/scripts/layout2layout.py
1338share/lyx/scripts/layout2layout.pyc 1338${SHARE_DIR}/scripts/layout2layout.pyc
1339share/lyx/scripts/layout2layout.pyo 1339${SHARE_DIR}/scripts/layout2layout.pyo
1340share/lyx/scripts/legacy_lyxpreview2ppm.py 1340${SHARE_DIR}/scripts/legacy_lyxpreview2ppm.py
1341share/lyx/scripts/legacy_lyxpreview2ppm.pyc 1341${SHARE_DIR}/scripts/legacy_lyxpreview2ppm.pyc
1342share/lyx/scripts/legacy_lyxpreview2ppm.pyo 1342${SHARE_DIR}/scripts/legacy_lyxpreview2ppm.pyo
1343share/lyx/scripts/listerrors 1343${SHARE_DIR}/scripts/listerrors
1344share/lyx/scripts/lyxpreview-platex2bitmap.py 1344${SHARE_DIR}/scripts/lyxpreview-platex2bitmap.py
1345share/lyx/scripts/lyxpreview-platex2bitmap.pyc 1345${SHARE_DIR}/scripts/lyxpreview-platex2bitmap.pyc
1346share/lyx/scripts/lyxpreview-platex2bitmap.pyo 1346${SHARE_DIR}/scripts/lyxpreview-platex2bitmap.pyo
1347share/lyx/scripts/lyxpreview2bitmap.py 1347${SHARE_DIR}/scripts/lyxpreview2bitmap.py
1348share/lyx/scripts/lyxpreview2bitmap.pyc 1348${SHARE_DIR}/scripts/lyxpreview2bitmap.pyc
1349share/lyx/scripts/lyxpreview2bitmap.pyo 1349${SHARE_DIR}/scripts/lyxpreview2bitmap.pyo
1350share/lyx/scripts/lyxpreview_tools.py 1350${SHARE_DIR}/scripts/lyxpreview_tools.py
1351share/lyx/scripts/lyxpreview_tools.pyc 1351${SHARE_DIR}/scripts/lyxpreview_tools.pyc
1352share/lyx/scripts/lyxpreview_tools.pyo 1352${SHARE_DIR}/scripts/lyxpreview_tools.pyo
1353share/lyx/scripts/tex_copy.py 1353${SHARE_DIR}/scripts/tex_copy.py
1354share/lyx/scripts/tex_copy.pyc 1354${SHARE_DIR}/scripts/tex_copy.pyc
1355share/lyx/scripts/tex_copy.pyo 1355${SHARE_DIR}/scripts/tex_copy.pyo
1356share/lyx/symbols 1356${SHARE_DIR}/symbols
1357share/lyx/syntax.default 1357${SHARE_DIR}/syntax.default
1358share/lyx/templates/ACM-siggraph.lyx 1358${SHARE_DIR}/templates/ACM-siggraph.lyx
1359share/lyx/templates/ACM-sigplan.lyx 1359${SHARE_DIR}/templates/ACM-sigplan.lyx
1360share/lyx/templates/IEEEtran.lyx 1360${SHARE_DIR}/templates/IEEEtran.lyx
1361share/lyx/templates/JSS-article.lyx 1361${SHARE_DIR}/templates/JSS-article.lyx
1362share/lyx/templates/README.new_templates 1362${SHARE_DIR}/templates/README.new_templates
1363share/lyx/templates/aa.lyx 1363${SHARE_DIR}/templates/aa.lyx
1364share/lyx/templates/aastex.lyx 1364${SHARE_DIR}/templates/aastex.lyx
1365share/lyx/templates/agu_article.lyx 1365${SHARE_DIR}/templates/agu_article.lyx
1366share/lyx/templates/agutex.lyx 1366${SHARE_DIR}/templates/agutex.lyx
1367share/lyx/templates/apa.lyx 1367${SHARE_DIR}/templates/apa.lyx
1368share/lyx/templates/beamer-conference-ornate-20min.lyx 1368${SHARE_DIR}/templates/beamer-conference-ornate-20min.lyx
1369share/lyx/templates/de_beamer-conference-ornate-20min.lyx 1369${SHARE_DIR}/templates/de_beamer-conference-ornate-20min.lyx
1370share/lyx/templates/dinbrief.lyx 1370${SHARE_DIR}/templates/dinbrief.lyx
1371share/lyx/templates/docbook_article.lyx 1371${SHARE_DIR}/templates/docbook_article.lyx
1372share/lyx/templates/ectaart.lyx 1372${SHARE_DIR}/templates/ectaart.lyx
1373share/lyx/templates/elsarticle.lyx 1373${SHARE_DIR}/templates/elsarticle.lyx
1374share/lyx/templates/es_beamer-conference-ornate-20min.lyx 1374${SHARE_DIR}/templates/es_beamer-conference-ornate-20min.lyx
1375share/lyx/templates/fr_beamer-conference-ornate-20min.lyx 1375${SHARE_DIR}/templates/fr_beamer-conference-ornate-20min.lyx
1376share/lyx/templates/frletter.lyx 1376${SHARE_DIR}/templates/frletter.lyx
1377share/lyx/templates/g-brief-de.lyx 1377${SHARE_DIR}/templates/g-brief-de.lyx
1378share/lyx/templates/g-brief-en.lyx 1378${SHARE_DIR}/templates/g-brief-en.lyx
1379share/lyx/templates/g-brief2.lyx 1379${SHARE_DIR}/templates/g-brief2.lyx
1380share/lyx/templates/hollywood.lyx 1380${SHARE_DIR}/templates/hollywood.lyx
1381share/lyx/templates/ijmpc.lyx 1381${SHARE_DIR}/templates/ijmpc.lyx
1382share/lyx/templates/ijmpd.lyx 1382${SHARE_DIR}/templates/ijmpd.lyx
1383share/lyx/templates/iop-article.lyx 1383${SHARE_DIR}/templates/iop-article.lyx
1384share/lyx/templates/kluwer.lyx 1384${SHARE_DIR}/templates/kluwer.lyx
1385share/lyx/templates/koma-letter2.lyx 1385${SHARE_DIR}/templates/koma-letter2.lyx
1386share/lyx/templates/latex8.lyx 1386${SHARE_DIR}/templates/latex8.lyx
1387share/lyx/templates/letter.lyx 1387${SHARE_DIR}/templates/letter.lyx
1388share/lyx/templates/lettre.lyx 1388${SHARE_DIR}/templates/lettre.lyx
1389share/lyx/templates/revtex.lyx 1389${SHARE_DIR}/templates/revtex.lyx
1390share/lyx/templates/revtex4.lyx 1390${SHARE_DIR}/templates/revtex4.lyx
1391share/lyx/templates/slides.lyx 1391${SHARE_DIR}/templates/slides.lyx
1392share/lyx/templates/svjour3.lyx 1392${SHARE_DIR}/templates/svjour3.lyx
1393share/lyx/templates/svmono_book.lyx 1393${SHARE_DIR}/templates/svmono_book.lyx
1394share/lyx/templates/svmult_appendix.lyx 1394${SHARE_DIR}/templates/svmult_appendix.lyx
1395share/lyx/templates/svmult_author.lyx 1395${SHARE_DIR}/templates/svmult_author.lyx
1396share/lyx/templates/svmult_editor.lyx 1396${SHARE_DIR}/templates/svmult_editor.lyx
1397share/lyx/tex/broadway.cls 1397${SHARE_DIR}/tex/broadway.cls
1398share/lyx/tex/hollywood.cls 1398${SHARE_DIR}/tex/hollywood.cls
1399share/lyx/tex/lyxchess.sty 1399${SHARE_DIR}/tex/lyxchess.sty
1400share/lyx/tex/lyxskak.sty 1400${SHARE_DIR}/tex/lyxskak.sty
1401share/lyx/tex/revtex.cls 1401${SHARE_DIR}/tex/revtex.cls
1402share/lyx/ui/classic.ui 1402${SHARE_DIR}/ui/classic.ui
1403share/lyx/ui/default.ui 1403${SHARE_DIR}/ui/default.ui
1404share/lyx/ui/stdcontext.inc 1404${SHARE_DIR}/ui/stdcontext.inc
1405share/lyx/ui/stdmenus.inc 1405${SHARE_DIR}/ui/stdmenus.inc
1406share/lyx/ui/stdtoolbars.inc 1406${SHARE_DIR}/ui/stdtoolbars.inc
1407share/lyx/unicodesymbols 1407${SHARE_DIR}/unicodesymbols
1408@pkgdir share/lyx/images/commands 1408@pkgdir ${SHARE_DIR}/images/commands

File Added: pkgsrc/editors/lyx/PLIST.Darwin
@comment $NetBSD: PLIST.Darwin,v 1.1 2011/03/09 18:48:51 minskim Exp $
Applications/LyX.app/Contents/Info.plist
Applications/LyX.app/Contents/Library/Spotlight/LyX-Metadata.mdimporter/Contents/Info.plist
Applications/LyX.app/Contents/MacOS/lyxeditor
Applications/LyX.app/Contents/PkgInfo
Applications/LyX.app/Contents/Resources/COPYING
Applications/LyX.app/Contents/Resources/LyX.icns
Applications/LyX.app/Contents/Resources/LyXapp.icns
Applications/LyX.app/Contents/Resources/lyxrc.dist