]> git.lyx.org Git - features.git/blob - development/scons/scons_manifest.py
Scons: fix installation of language directories
[features.git] / development / scons / scons_manifest.py
1 from SCons.Util import Split
2
3 intl_header_files = Split('''
4     eval-plural.h
5     gettextP.h
6     gmo.h
7     hash-string.h
8     libgnuintl.h
9     libintl.h
10     loadinfo.h
11     localcharset.h
12     os2compat.h
13     plural-exp.h
14     printf-args.h
15     printf-parse.h
16     relocatable.h
17     vasnprintf.h
18     vasnwprintf.h
19     wprintf-parse.h
20     xsize.h
21 ''')
22
23
24 intl_files = Split('''
25     bindtextdom.c
26     dcgettext.c
27     dcigettext.c
28     dcngettext.c
29     dgettext.c
30     dngettext.c
31     explodename.c
32     finddomain.c
33     gettext.c
34     intl-compat.c
35     l10nflist.c
36     loadmsgcat.c
37     localcharset.c
38     localealias.c
39     localename.c
40     log.c
41     ngettext.c
42     osdep.c
43     plural-exp.c
44     plural.c
45     printf.c
46     relocatable.c
47     textdomain.c
48 ''')
49
50
51 boost_libs_signals_src_files = Split('''
52     connection.cpp
53     named_slot_map.cpp
54     signal_base.cpp
55     slot.cpp
56     trackable.cpp
57 ''')
58
59
60 boost_libs_regex_src_files = Split('''
61     c_regex_traits.cpp
62     cpp_regex_traits.cpp
63     cregex.cpp
64     fileiter.cpp
65     instances.cpp
66     posix_api.cpp
67     regex.cpp
68     regex_debug.cpp
69     regex_raw_buffer.cpp
70     regex_traits_defaults.cpp
71     w32_regex_traits.cpp
72     wide_posix_api.cpp
73     winstances.cpp
74 ''')
75
76
77 boost_libs_filesystem_src_files = Split('''
78     exception.cpp
79     operations.cpp
80     path.cpp
81     portability.cpp
82 ''')
83
84
85 boost_libs_iostreams_src_files = Split('''
86     file_descriptor.cpp
87     mapped_file.cpp
88     zlib.cpp
89 ''')
90
91
92 src_support_header_files = Split('''
93     FileMonitor.h
94     RandomAccessList.h
95     convert.h
96     copied_ptr.h
97     cow_ptr.h
98     debugstream.h
99     docstream.h
100     docstring.h
101     environment.h
102     ExceptionMessage.h
103     filefilterlist.h
104     filename.h
105     filetools.h
106     forkedcall.h
107     forkedcallqueue.h
108     forkedcontr.h
109     fs_extras.h
110     limited_stack.h
111     lstrings.h
112     lyxalgo.h
113     lyxlib.h
114     lyxmanip.h
115     lyxtime.h
116     os.h
117     os_win32.h
118     package.h
119     path.h
120     qstring_helpers.h
121     socktools.h
122     std_istream.h
123     std_ostream.h
124     systemcall.h
125     textutils.h
126     translator.h
127     types.h
128     unicode.h
129     userinfo.h
130 ''')
131
132
133 src_support_files = Split('''
134     FileMonitor.C
135     abort.C
136     chdir.C
137     convert.C
138     copy.C
139     docstream.C
140     docstring.C
141     environment.C
142     filefilterlist.C
143     filename.C
144     filetools.C
145     forkedcall.C
146     forkedcallqueue.C
147     forkedcontr.C
148     fs_extras.C
149     getcwd.C
150     kill.C
151     lstrings.C
152     lyxsum.C
153     lyxtime.C
154     mkdir.C
155     os.C
156     package.C
157     path.C
158     qstring_helpers.C
159     rename.C
160     socktools.C
161     systemcall.C
162     tempname.C
163     unicode.C
164     unlink.C
165     userinfo.C
166 ''')
167
168
169 src_mathed_header_files = Split('''
170     InsetMath.h
171     InsetMathAMSArray.h
172     InsetMathArray.h
173     InsetMathBig.h
174     InsetMathBinom.h
175     InsetMathBoldSymbol.h
176     InsetMathBox.h
177     InsetMathBoxed.h
178     InsetMathBrace.h
179     InsetMathCases.h
180     InsetMathChar.h
181     InsetMathColor.h
182     InsetMathCommand.h
183     InsetMathComment.h
184     InsetMathDFrac.h
185     InsetMathDecoration.h
186     InsetMathDelim.h
187     InsetMathDiff.h
188     InsetMathDim.h
189     InsetMathDots.h
190     InsetMathEnv.h
191     InsetMathExFunc.h
192     InsetMathExInt.h
193     InsetMathFBox.h
194     InsetMathFont.h
195     InsetMathFontOld.h
196     InsetMathFrac.h
197     InsetMathFracBase.h
198     InsetMathFrameBox.h
199     InsetMathGrid.h
200     InsetMathHull.h
201     InsetMathKern.h
202     InsetMathLefteqn.h
203     InsetMathLim.h
204     InsetMathMacro.h
205     InsetMathMakebox.h
206     InsetMathMatrix.h
207     InsetMathNest.h
208     InsetMathNumber.h
209     InsetMathOverset.h
210     InsetMathPar.h
211     InsetMathPhantom.h
212     InsetMathRef.h
213     InsetMathRoot.h
214     InsetMathScript.h
215     InsetMathSize.h
216     InsetMathSpace.h
217     InsetMathSplit.h
218     InsetMathSqrt.h
219     InsetMathStackrel.h
220     InsetMathString.h
221     InsetMathSubstack.h
222     InsetMathSymbol.h
223     InsetMathTFrac.h
224     InsetMathTabular.h
225     InsetMathUnderset.h
226     InsetMathUnknown.h
227     InsetMathXArrow.h
228     InsetMathXYMatrix.h
229     MathAtom.h
230     MathAutoCorrect.h
231     MathData.h
232     MathExtern.h
233     MathFactory.h
234     MathGridInfo.h
235     MathMacroArgument.h
236     MathMacroTable.h
237     MathMacroTemplate.h
238     MathParser.h
239     MathReplace.h
240     MathStream.h
241     MathSupport.h
242     TextPainter.h
243 ''')
244
245
246 src_mathed_files = Split('''
247     InsetMath.C
248     InsetMathAMSArray.C
249     InsetMathArray.C
250     InsetMathBig.C
251     InsetMathBinom.C
252     InsetMathBoldSymbol.C
253     InsetMathBox.C
254     InsetMathBoxed.C
255     InsetMathBrace.C
256     InsetMathCases.C
257     InsetMathChar.C
258     InsetMathColor.C
259     InsetMathCommand.C
260     InsetMathComment.C
261     InsetMathDFrac.C
262     InsetMathDecoration.C
263     InsetMathDelim.C
264     InsetMathDiff.C
265     InsetMathDim.C
266     InsetMathDots.C
267     InsetMathEnv.C
268     InsetMathExFunc.C
269     InsetMathExInt.C
270     InsetMathFBox.C
271     InsetMathFont.C
272     InsetMathFontOld.C
273     InsetMathFrac.C
274     InsetMathFracBase.C
275     InsetMathFrameBox.C
276     InsetMathGrid.C
277     InsetMathHull.C
278     InsetMathKern.C
279     InsetMathLefteqn.C
280     InsetMathLim.C
281     InsetMathMacro.C
282     InsetMathMakebox.C
283     InsetMathMatrix.C
284     InsetMathNest.C
285     InsetMathNumber.C
286     InsetMathOverset.C
287     InsetMathPar.C
288     InsetMathPhantom.C
289     InsetMathRef.C
290     InsetMathRoot.C
291     InsetMathScript.C
292     InsetMathSize.C
293     InsetMathSpace.C
294     InsetMathSplit.C
295     InsetMathSqrt.C
296     InsetMathStackrel.C
297     InsetMathString.C
298     InsetMathSubstack.C
299     InsetMathSymbol.C
300     InsetMathTFrac.C
301     InsetMathTabular.C
302     InsetMathUnderset.C
303     InsetMathUnknown.C
304     InsetMathXArrow.C
305     InsetMathXYMatrix.C
306     MathAtom.C
307     MathAutoCorrect.C
308     MathData.C
309     MathExtern.C
310     MathFactory.C
311     MathMacroArgument.C
312     MathMacroTable.C
313     MathMacroTemplate.C
314     MathParser.C
315     MathStream.C
316     MathSupport.C
317     TextPainter.C
318 ''')
319
320
321 src_insets_header_files = Split('''
322     ExternalSupport.h
323     ExternalTemplate.h
324     ExternalTransforms.h
325     inset.h
326     insetbase.h
327     insetbibitem.h
328     insetbibtex.h
329     insetbox.h
330     insetbranch.h
331     insetcaption.h
332     insetcharstyle.h
333     insetcite.h
334     insetcollapsable.h
335     insetcommand.h
336     insetcommandparams.h
337     insetenv.h
338     insetert.h
339     insetexternal.h
340     insetfloat.h
341     insetfloatlist.h
342     insetfoot.h
343     insetfootlike.h
344     insetgraphics.h
345     insetgraphicsParams.h
346     insethfill.h
347     insetinclude.h
348     insetindex.h
349     insetlabel.h
350     insetline.h
351     insetmarginal.h
352     insetnewline.h
353     insetnomencl.h
354     insetnote.h
355     insetoptarg.h
356     insetpagebreak.h
357     insetquotes.h
358     insetref.h
359     insetspace.h
360     insetspecialchar.h
361     insettabular.h
362     insettext.h
363     insettheorem.h
364     insettoc.h
365     inseturl.h
366     insetvspace.h
367     insetwrap.h
368     mailinset.h
369     render_base.h
370     render_button.h
371     render_graphic.h
372     render_preview.h
373 ''')
374
375
376 src_insets_files = Split('''
377     ExternalSupport.C
378     ExternalTemplate.C
379     ExternalTransforms.C
380     inset.C
381     insetbase.C
382     insetbibitem.C
383     insetbibtex.C
384     insetbox.C
385     insetbranch.C
386     insetcaption.C
387     insetcharstyle.C
388     insetcite.C
389     insetcollapsable.C
390     insetcommand.C
391     insetcommandparams.C
392     insetenv.C
393     insetert.C
394     insetexternal.C
395     insetfloat.C
396     insetfloatlist.C
397     insetfoot.C
398     insetfootlike.C
399     insetgraphics.C
400     insetgraphicsParams.C
401     insethfill.C
402     insetinclude.C
403     insetindex.C
404     insetlabel.C
405     insetline.C
406     insetmarginal.C
407     insetnewline.C
408     insetnomencl.C
409     insetnote.C
410     insetoptarg.C
411     insetpagebreak.C
412     insetquotes.C
413     insetref.C
414     insetspace.C
415     insetspecialchar.C
416     insettabular.C
417     insettext.C
418     insettoc.C
419     inseturl.C
420     insetvspace.C
421     insetwrap.C
422     mailinset.C
423     render_button.C
424     render_graphic.C
425     render_preview.C
426 ''')
427
428
429 src_frontends_header_files = Split('''
430     Alert.h
431     Alert_pimpl.h
432     Application.h
433     Clipboard.h
434     NoGuiFontLoader.h
435     NoGuiFontMetrics.h
436     Dialogs.h
437     FileDialog.h
438     FontLoader.h
439     FontMetrics.h
440     Gui.h
441     LyXKeySym.h
442     LyXKeySymFactory.h
443     LyXView.h
444     Menubar.h
445     Painter.h
446     Selection.h
447     Timeout.h
448     Toolbars.h
449     WorkArea.h
450     key_state.h
451     mouse_state.h
452 ''')
453
454
455 src_frontends_files = Split('''
456     Alert.C
457     Application.C
458     Dialogs.C
459     LyXView.C
460     Painter.C
461     Timeout.C
462     Toolbars.C
463     WorkArea.C
464 ''')
465
466
467 src_graphics_header_files = Split('''
468     GraphicsCache.h
469     GraphicsCacheItem.h
470     GraphicsConverter.h
471     GraphicsImage.h
472     GraphicsLoader.h
473     GraphicsParams.h
474     GraphicsTypes.h
475     LoaderQueue.h
476     PreviewImage.h
477     PreviewLoader.h
478     Previews.h
479 ''')
480
481
482 src_graphics_files = Split('''
483     GraphicsCache.C
484     GraphicsCacheItem.C
485     GraphicsConverter.C
486     GraphicsImage.C
487     GraphicsLoader.C
488     GraphicsParams.C
489     GraphicsTypes.C
490     LoaderQueue.C
491     PreviewImage.C
492     PreviewLoader.C
493     Previews.C
494 ''')
495
496
497 src_frontends_controllers_header_files = Split('''
498     BCView.h
499     ButtonController.h
500     ButtonPolicies.h
501     ControlAboutlyx.h
502     ControlBibtex.h
503     ControlBox.h
504     ControlBranch.h
505     ControlChanges.h
506     ControlCharacter.h
507     ControlCitation.h
508     ControlCommand.h
509     ControlCommandBuffer.h
510     ControlDocument.h
511     ControlERT.h
512     ControlErrorList.h
513     ControlExternal.h
514     ControlFloat.h
515     ControlGraphics.h
516     ControlInclude.h
517     ControlLog.h
518     ControlMath.h
519     ControlNote.h
520     ControlParagraph.h
521     ControlPrefs.h
522     ControlPrint.h
523     ControlRef.h
524     ControlSearch.h
525     ControlSendto.h
526     ControlShowFile.h
527     ControlSpellchecker.h
528     ControlTabular.h
529     ControlTabularCreate.h
530     ControlTexinfo.h
531     ControlThesaurus.h
532     ControlToc.h
533     ControlVSpace.h
534     ControlViewSource.h
535     ControlWrap.h
536     Dialog.h
537     Kernel.h
538     biblio.h
539     character.h
540     frnt_lang.h
541     helper_funcs.h
542     tex_helpers.h
543 ''')
544
545
546 src_frontends_controllers_files = Split('''
547     BCView.C
548     ButtonController.C
549     ButtonPolicies.C
550     ControlAboutlyx.C
551     ControlBibtex.C
552     ControlBox.C
553     ControlBranch.C
554     ControlChanges.C
555     ControlCharacter.C
556     ControlCitation.C
557     ControlCommand.C
558     ControlCommandBuffer.C
559     ControlDocument.C
560     ControlERT.C
561     ControlErrorList.C
562     ControlExternal.C
563     ControlFloat.C
564     ControlGraphics.C
565     ControlInclude.C
566     ControlLog.C
567     ControlMath.C
568     ControlNote.C
569     ControlParagraph.C
570     ControlPrefs.C
571     ControlPrint.C
572     ControlRef.C
573     ControlSearch.C
574     ControlSendto.C
575     ControlShowFile.C
576     ControlSpellchecker.C
577     ControlTabular.C
578     ControlTabularCreate.C
579     ControlTexinfo.C
580     ControlThesaurus.C
581     ControlToc.C
582     ControlVSpace.C
583     ControlViewSource.C
584     ControlWrap.C
585     Dialog.C
586     Kernel.C
587     biblio.C
588     character.C
589     frnt_lang.C
590     helper_funcs.C
591     tex_helpers.C
592 ''')
593
594
595
596 src_frontends_qt4_ui_files = Split('''
597     BiblioUi.ui
598     BranchesUi.ui
599     BulletsUi.ui
600     FloatPlacementUi.ui
601     FontUi.ui
602     LaTeXUi.ui
603     LanguageUi.ui
604     MarginsUi.ui
605     MathsUi.ui
606     NumberingUi.ui
607     PageLayoutUi.ui
608     PreambleUi.ui
609     QAboutUi.ui
610     QAskForTextUi.ui
611     QBibitemUi.ui
612     QBibtexAddUi.ui
613     QBibtexUi.ui
614     QBoxUi.ui
615     QBranchUi.ui
616     QChangesUi.ui
617     QCharacterUi.ui
618     QCitationUi.ui
619     QDelimiterUi.ui
620     QDocumentUi.ui
621     QERTUi.ui
622     QErrorListUi.ui
623     QExternalUi.ui
624     QFloatUi.ui
625     QGraphicsUi.ui
626     QIncludeUi.ui
627     QIndexUi.ui
628     QLogUi.ui
629     QMathMatrixUi.ui
630     QMathUi.ui
631     QNomenclUi.ui
632     QNoteUi.ui
633     QParagraphUi.ui
634     QPrefPlaintextUi.ui
635     QPrefColorsUi.ui
636     QPrefConvertersUi.ui
637     QPrefCopiersUi.ui
638     QPrefCygwinPathUi.ui
639     QPrefDateUi.ui
640     QPrefDisplayUi.ui
641     QPrefFileformatsUi.ui
642     QPrefIdentityUi.ui
643     QPrefKeyboardUi.ui
644     QPrefLanguageUi.ui
645     QPrefLatexUi.ui
646     QPrefPathsUi.ui
647     QPrefPrinterUi.ui
648     QPrefScreenFontsUi.ui
649     QPrefSpellcheckerUi.ui
650     QPrefUi.ui
651     QPrefsUi.ui
652     QPrintUi.ui
653     QRefUi.ui
654     QSearchUi.ui
655     QSendtoUi.ui
656     QShowFileUi.ui
657     QSpellcheckerUi.ui
658     QTabularCreateUi.ui
659     QTabularUi.ui
660     QTexinfoUi.ui
661     QThesaurusUi.ui
662     QTocUi.ui
663     QURLUi.ui
664     QVSpaceUi.ui
665     QViewSourceUi.ui
666     QWrapUi.ui
667     TextLayoutUi.ui
668 ''')
669
670
671 src_frontends_qt4_moc_files = Split('''
672     BulletsModule.C
673     emptytable.C
674     FileDialog_private.C
675     FloatPlacement.C
676     GuiApplication.C
677     GuiImplementation.C
678     iconpalette.C
679     lengthcombo.C
680     InsertTableWidget.C
681     panelstack.C
682     QAboutDialog.C
683     QBibitemDialog.C
684     QBibtexDialog.C
685     QBoxDialog.C
686     QBranchDialog.C
687     QBranches.C
688     QChangesDialog.C
689     QCharacterDialog.C
690     QCitationDialog.C
691     QCommandBuffer.C
692     QCommandEdit.C
693     QDelimiterDialog.C
694     QDocumentDialog.C
695     QErrorListDialog.C
696     QERTDialog.C
697     QExternalDialog.C
698     QFloatDialog.C
699     QGraphicsDialog.C
700     QIncludeDialog.C
701     QIndexDialog.C
702     Action.C
703     QLogDialog.C
704     QViewSourceDialog.C
705     QViewSource.C
706     QLMenubar.C
707     QLPopupMenu.C
708     QLPrintDialog.C
709     QMathDialog.C
710     QMathMatrixDialog.C
711     QNomencl.C
712     QNomenclDialog.C
713     QNoteDialog.C
714     QParagraphDialog.C
715     QPrefsDialog.C
716     QRefDialog.C
717     QSearchDialog.C
718     QSendtoDialog.C
719     qsetborder.C
720     QShowFileDialog.C
721     QSpellcheckerDialog.C
722     QDialogView.C
723     QTabularCreateDialog.C
724     QTabularDialog.C
725     QTexinfoDialog.C
726     QThesaurusDialog.C
727     TocModel.C
728     QTocDialog.C
729     GuiView.C
730     QURLDialog.C
731     QVSpaceDialog.C
732     GuiWorkArea.C
733     QWrapDialog.C
734     QLToolbar.C
735     socket_callback.C
736     validators.C
737 ''')
738
739
740 src_frontends_qt4_header_files = Split('''
741     Action.h
742     BiblioModuleBase.h
743     BulletsModule.h
744     ColorCache.h
745     FileDialog_private.h
746     GuiApplication.h
747     GuiClipboard.h
748     GuiFontLoader.h
749     GuiImplementation.h
750     GuiSelection.h
751     GuiView.h
752     GuiWorkArea.h
753     InsertTableWidget.h
754     QAbout.h
755     QAboutDialog.h
756     QBibitem.h
757     QBibitemDialog.h
758     QBibtex.h
759     QBibtexDialog.h
760     QBox.h
761     QBoxDialog.h
762     QBranch.h
763     QBranchDialog.h
764     QBranches.h
765     QBrowseBox.h
766     QChanges.h
767     QChangesDialog.h
768     QCharacter.h
769     QCharacterDialog.h
770     QCitation.h
771     QCitationDialog.h
772     QCommandBuffer.h
773     QCommandEdit.h
774     QDelimiterDialog.h
775     QDialogView.h
776     QDocument.h
777     QDocumentDialog.h
778     QERT.h
779     QERTDialog.h
780     QErrorList.h
781     QErrorListDialog.h
782     QExternal.h
783     QExternalDialog.h
784     QFloat.h
785     QFloatDialog.h
786     QGraphics.h
787     QGraphicsDialog.h
788     QGraphicsUi.h
789     QInclude.h
790     QIncludeDialog.h
791     QIndex.h
792     QIndexDialog.h
793     QLImage.h
794     QLMenubar.h
795     QLPainter.h
796     QLPopupMenu.h
797     QLPrintDialog.h
798     QLToolbar.h
799     QLog.h
800     QLogDialog.h
801     QLyXKeySym.h
802     QMath.h
803     QMathDialog.h
804     QMathMatrixDialog.h
805     QNomencl.h
806     QNomenclDialog.h
807     QNote.h
808     QNoteDialog.h
809     QParagraph.h
810     QParagraphDialog.h
811     QPrefs.h
812     QPrefsDialog.h
813     QPrint.h
814     QRef.h
815     QRefDialog.h
816     QSearch.h
817     QSearchDialog.h
818     QSendto.h
819     QSendtoDialog.h
820     QShowFile.h
821     QShowFileDialog.h
822     QSpellchecker.h
823     QSpellcheckerDialog.h
824     QTabular.h
825     QTabularCreate.h
826     QTabularCreateDialog.h
827     QTabularDialog.h
828     QTexinfo.h
829     QTexinfoDialog.h
830     QThesaurus.h
831     QThesaurusDialog.h
832     QToc.h
833     QTocDialog.h
834     QURLDialog.h
835     QVSpace.h
836     QVSpaceDialog.h
837     QViewSource.h
838     QViewSourceDialog.h
839     QWrap.h
840     QWrapDialog.h
841     Qt2BC.h
842     TocModel.h
843     UrlView.h
844     checkedwidgets.h
845     emptytable.h
846     FloatPlacement.h
847     iconpalette.h
848     lengthcombo.h
849     panelstack.h
850     qfontexample.h
851     qlkey.h
852     qsetborder.h
853     qtTimeout.h
854     qt_helpers.h
855     socket_callback.h
856     validators.h
857 ''')
858
859
860 src_frontends_qt4_files = Split('''
861     Action.C
862     Alert_pimpl.C
863     BulletsModule.C
864     ColorCache.C
865     Dialogs.C
866     FileDialog.C
867     FileDialog_private.C
868     GuiApplication.C
869     GuiClipboard.C
870     GuiFontLoader.C
871     GuiFontMetrics.C
872     GuiImplementation.C
873     GuiSelection.C
874     GuiView.C
875     GuiWorkArea.C
876     InsertTableWidget.C
877     LyXKeySymFactory.C
878     QAbout.C
879     QAboutDialog.C
880     QBibitem.C
881     QBibitemDialog.C
882     QBibtex.C
883     QBibtexDialog.C
884     QBox.C
885     QBoxDialog.C
886     QBranch.C
887     QBranchDialog.C
888     QBranches.C
889     QChanges.C
890     QChangesDialog.C
891     QCharacter.C
892     QCharacterDialog.C
893     QCitation.C
894     QCitationDialog.C
895     QCommandBuffer.C
896     QCommandEdit.C
897     QDelimiterDialog.C
898     QDialogView.C
899     QDocument.C
900     QDocumentDialog.C
901     QERT.C
902     QERTDialog.C
903     QErrorList.C
904     QErrorListDialog.C
905     QExternal.C
906     QExternalDialog.C
907     QFloat.C
908     QFloatDialog.C
909     QGraphics.C
910     QGraphicsDialog.C
911     QInclude.C
912     QIncludeDialog.C
913     QIndex.C
914     QIndexDialog.C
915     QLImage.C
916     QLMenubar.C
917     QLPainter.C
918     QLPopupMenu.C
919     QLPrintDialog.C
920     QLToolbar.C
921     QLog.C
922     QLogDialog.C
923     QLyXKeySym.C
924     QMath.C
925     QMathDialog.C
926     QMathMatrixDialog.C
927     QNomencl.C
928     QNomenclDialog.C
929     QNote.C
930     QNoteDialog.C
931     QParagraph.C
932     QParagraphDialog.C
933     QPrefs.C
934     QPrefsDialog.C
935     QPrint.C
936     QRef.C
937     QRefDialog.C
938     QSearch.C
939     QSearchDialog.C
940     QSendto.C
941     QSendtoDialog.C
942     QShowFile.C
943     QShowFileDialog.C
944     QSpellchecker.C
945     QSpellcheckerDialog.C
946     QTabular.C
947     QTabularCreate.C
948     QTabularCreateDialog.C
949     QTabularDialog.C
950     QTexinfo.C
951     QTexinfoDialog.C
952     QThesaurus.C
953     QThesaurusDialog.C
954     QToc.C
955     QTocDialog.C
956     QURLDialog.C
957     QVSpace.C
958     QVSpaceDialog.C
959     QViewSource.C
960     QViewSourceDialog.C
961     QWrap.C
962     QWrapDialog.C
963     Qt2BC.C
964     TocModel.C
965     UrlView.C
966     checkedwidgets.C
967     emptytable.C
968     FloatPlacement.C
969     iconpalette.C
970     lengthcombo.C
971     panelstack.C
972     qfontexample.C
973     qsetborder.C
974     qtTimeout.C
975     qt_helpers.C
976     socket_callback.C
977     validators.C
978 ''')
979
980
981 src_client_header_files = Split('''
982     debug.h
983     messages.h
984 ''')
985
986
987 src_client_files = Split('''
988     boost.C
989     client.C
990     debug.C
991     gettext.C
992     messages.C
993 ''')
994
995
996 src_tex2lyx_header_files = Split('''
997     Spacing.h
998     context.h
999     lyxfont.h
1000     tex2lyx.h
1001     texparser.h
1002 ''')
1003
1004
1005 src_tex2lyx_files = Split('''
1006     FloatList.C
1007     Floating.C
1008     boost.C
1009     context.C
1010     counters.C
1011     gettext.C
1012     lengthcommon.C
1013     lyxfont.C
1014     lyxlayout.C
1015     lyxlex.C
1016     lyxlex_pimpl.C
1017     lyxtextclass.C
1018     math.C
1019     preamble.C
1020     table.C
1021     tex2lyx.C
1022     texparser.C
1023     text.C
1024 ''')
1025
1026
1027 src_header_files = Split('''
1028     Bidi.h
1029     BranchList.h
1030     BufferView.h
1031     Bullet.h
1032     Chktex.h
1033     Color.h
1034     ConverterCache.h
1035     CutAndPaste.h
1036     DepTable.h
1037     FloatList.h
1038     Floating.h
1039     FontIterator.h
1040     FuncStatus.h
1041     InsetList.h
1042     LColor.h
1043     LaTeX.h
1044     LaTeXFeatures.h
1045     LyXAction.h
1046     MenuBackend.h
1047     ParagraphList.h
1048     ParagraphList_fwd.h
1049     ParagraphParameters.h
1050     PrinterParams.h
1051     RowList_fwd.h
1052     Sectioning.h
1053     Spacing.h
1054     SpellBase.h
1055     Thesaurus.h
1056     TocBackend.h
1057     ToolbarBackend.h
1058     UpdateFlags.h
1059     Variables.h
1060     WordLangTuple.h
1061     aspell_local.h
1062     author.h
1063     box.h
1064     buffer.h
1065     buffer_funcs.h
1066     bufferlist.h
1067     bufferparams.h
1068     bufferview_funcs.h
1069     changes.h
1070     chset.h
1071     converter.h
1072     coordcache.h
1073     counters.h
1074     cursor.h
1075     cursor_slice.h
1076     debug.h
1077     dimension.h
1078     dispatchresult.h
1079     dociterator.h
1080     encoding.h
1081     errorlist.h
1082     exporter.h
1083     factory.h
1084     format.h
1085     funcrequest.h
1086     gettext.h
1087     graph.h
1088     importer.h
1089     insetiterator.h
1090     intl.h
1091     ispell.h
1092     kbmap.h
1093     kbsequence.h
1094     language.h
1095     layout.h
1096     lengthcommon.h
1097     lfuns.h
1098     lyx_cb.h
1099     lyx_main.h
1100     lyx_sty.h
1101     lyxfind.h
1102     lyxfont.h
1103     lyxfunc.h
1104     lyxgluelength.h
1105     lyxlayout.h
1106     lyxlayout_ptr_fwd.h
1107     lyxlength.h
1108     lyxlex.h
1109     lyxlex_pimpl.h
1110     lyxrc.h
1111     lyxrow.h
1112     lyxserver.h
1113     lyxsocket.h
1114     lyxtext.h
1115     lyxtextclass.h
1116     lyxtextclasslist.h
1117     lyxvc.h
1118     messages.h
1119     metricsinfo.h
1120     mover.h
1121     output.h
1122     output_docbook.h
1123     output_latex.h
1124     output_plaintext.h
1125     outputparams.h
1126     paper.h
1127     paragraph.h
1128     paragraph_funcs.h
1129     paragraph_pimpl.h
1130     ParagraphMetrics.h
1131     pariterator.h
1132     pspell.h
1133     rowpainter.h
1134     session.h
1135     sgml.h
1136     tabular.h
1137     tex-accent.h
1138     tex-strings.h
1139     texrow.h
1140     TextMetrics.h
1141     toc.h
1142     trans.h
1143     trans_decl.h
1144     trans_mgr.h
1145     undo.h
1146     vc-backend.h
1147     version.h
1148     vspace.h
1149 ''')
1150
1151
1152 src_pre_files = Split('''
1153     Bidi.C
1154     BranchList.C
1155     BufferView.C
1156     Bullet.C
1157     Chktex.C
1158     Color.C
1159     ConverterCache.C
1160     CutAndPaste.C
1161     DepTable.C
1162     FloatList.C
1163     Floating.C
1164     FontIterator.C
1165     FuncStatus.C
1166     InsetList.C
1167     LColor.C
1168     LaTeX.C
1169     LaTeXFeatures.C
1170     LyXAction.C
1171     MenuBackend.C
1172     ParagraphParameters.C
1173     Spacing.C
1174     TocBackend.C
1175     ToolbarBackend.C
1176     author.C
1177     boost.C
1178     buffer.C
1179     buffer_funcs.C
1180     bufferlist.C
1181     bufferparams.C
1182     bufferview_funcs.C
1183     changes.C
1184     chset.C
1185     converter.C
1186     coordcache.C
1187     counters.C
1188     cursor.C
1189     cursor_slice.C
1190     debug.C
1191     dociterator.C
1192     encoding.C
1193     errorlist.C
1194     exporter.C
1195     factory.C
1196     format.C
1197     funcrequest.C
1198     gettext.C
1199     graph.C
1200     importer.C
1201     insetiterator.C
1202     intl.C
1203     kbmap.C
1204     kbsequence.C
1205     language.C
1206     lengthcommon.C
1207     lyx_cb.C
1208     lyx_main.C
1209     lyx_sty.C
1210     lyxfind.C
1211     lyxfont.C
1212     lyxfunc.C
1213     lyxgluelength.C
1214     lyxlayout.C
1215     lyxlength.C
1216     lyxlex.C
1217     lyxlex_pimpl.C
1218     lyxrc.C
1219     lyxrow.C
1220     lyxserver.C
1221     lyxsocket.C
1222     lyxtextclass.C
1223     lyxtextclasslist.C
1224     lyxvc.C
1225     messages.C
1226     metricsinfo.C
1227     mover.C
1228     output.C
1229     output_docbook.C
1230     output_latex.C
1231     output_plaintext.C
1232     outputparams.C
1233     paragraph.C
1234     paragraph_funcs.C
1235     paragraph_pimpl.C
1236     ParagraphMetrics.C
1237     pariterator.C
1238     rowpainter.C
1239     session.C
1240     sgml.C
1241     tex-accent.C
1242     tex-strings.C
1243     texrow.C
1244     text.C
1245     text2.C
1246     text3.C
1247     TextMetrics.C
1248     toc.C
1249     trans.C
1250     trans_mgr.C
1251     undo.C
1252     vc-backend.C
1253     version.C
1254     vspace.C
1255 ''')
1256
1257
1258 src_post_files = Split('''
1259     tabular.C
1260     dimension.C
1261     PrinterParams.C
1262     box.C
1263     Thesaurus.C
1264     SpellBase.C
1265 ''')
1266
1267
1268 lib_files = Split('''
1269     CREDITS
1270     chkconfig.ltx
1271     external_templates
1272     encodings
1273     languages
1274     symbols
1275     syntax.default
1276     unicodesymbols
1277     configure.py
1278 ''')
1279
1280
1281 # do not install, ignore
1282 lib_image_noinst_files = Split('''
1283     images/README
1284     images/font-smallcaps.xpm
1285     images/math/ams_arrows.xbm
1286     images/math/ams_misc.xbm
1287     images/math/ams_nrel.xbm
1288     images/math/ams_ops.xbm
1289     images/math/ams_rel.xbm
1290     images/math/arrows.xbm
1291     images/math/bop.xbm
1292     images/math/brel.xbm
1293     images/math/deco.xbm
1294     images/math/deco.xpm
1295     images/math/delim0.xpm
1296     images/math/delim1.xpm
1297     images/math/delim.xbm
1298     images/math/dots.xbm
1299     images/math/font.xbm
1300     images/math/greek.xbm
1301     images/math/misc.xbm
1302     images/math/varsz.xbm
1303 ''')
1304
1305
1306 lib_bind_de_files = Split('''
1307     menus.bind
1308 ''')
1309
1310 lib_bind_fi_files = Split('''
1311     menus.bind
1312 ''')
1313
1314 lib_bind_pt_files = Split('''
1315     menus.bind
1316 ''')
1317
1318 lib_bind_sv_files = Split('''
1319     menus.bind
1320 ''')
1321
1322 lib_bind_files = Split('''
1323     broadway.bind
1324     cua.bind
1325     cyrkeys.bind
1326     emacs.bind
1327     greekkeys.bind
1328     hollywood.bind
1329     latinkeys.bind
1330     mac.bind
1331     math.bind
1332     menus.bind
1333     sciword.bind
1334     xemacs.bind
1335     aqua.bind
1336 ''')
1337
1338
1339 lib_examples_ca_files = Split('''
1340     splash.lyx
1341 ''')
1342
1343 lib_examples_cs_files = Split('''
1344     splash.lyx
1345 ''')
1346
1347 lib_examples_da_files = Split('''
1348     splash.lyx
1349 ''')
1350
1351 lib_examples_de_files = Split('''
1352     ItemizeBullets.lyx
1353     Lebenslauf.lyx
1354     Minipage.lyx
1355     TableExamples.lyx
1356     Waehrungen.lyx
1357     beispiel_gelyxt.lyx
1358     beispiel_roh.lyx
1359     decimal.lyx
1360     splash.lyx
1361     mathed.lyx
1362     multicol.lyx
1363 ''')
1364
1365 lib_examples_es_files = Split('''
1366     ejemplo_con_lyx.lyx
1367     ejemplo_sin_lyx.lyx
1368     splash.lyx
1369 ''')
1370
1371 lib_examples_eu_files = Split('''
1372     adibide_gordina.lyx
1373     adibide_lyx-atua.lyx
1374     splash.lyx
1375 ''')
1376
1377 lib_examples_fr_files = Split('''
1378     AlignementDecimal.lyx
1379     CV.lyx
1380     ExemplesTableaux.lyx
1381     Foils.lyx
1382     ListesPuces.lyx
1383     Minipage.lyx
1384     exemple_brut.lyx
1385     exemple_lyxifie.lyx
1386     mathed.lyx
1387     multicol.lyx
1388     splash.lyx
1389 ''')
1390
1391 lib_examples_he_files = Split('''
1392     example_raw.lyx
1393     he_example_lyxified.lyx
1394     he_example_raw.lyx
1395 ''')
1396
1397 lib_examples_hu_files = Split('''
1398     splash.lyx
1399 ''')
1400
1401 lib_examples_it_files = Split('''
1402     ItemizeBullets.lyx
1403     splash.lyx
1404 ''')
1405
1406 lib_examples_nl_files = Split('''
1407     multicol.lyx
1408     opsommingstekens.lyx
1409     splash.lyx
1410     voorbeeld_ruw.lyx
1411     voorbeeld_verlyxt.lyx
1412 ''')
1413
1414 lib_examples_pl_files = Split('''
1415     splash.lyx
1416 ''')
1417
1418 lib_examples_pt_files = Split('''
1419     splash.lyx
1420 ''')
1421
1422 lib_examples_ru_files = Split('''
1423     splash.lyx
1424 ''')
1425
1426 lib_examples_sl_files = Split('''
1427     primer_lyxan.lyx
1428     primer_surov.lyx
1429     splash.lyx
1430 ''')
1431
1432 lib_examples_ro_files = Split('''
1433     splash.lyx
1434 ''')
1435
1436 lib_examples_files = Split('''
1437     Foils.lyx
1438     ItemizeBullets.lyx
1439     Literate.lyx
1440     Minipage.lyx
1441     TableExamples.lyx
1442     aa_sample.lyx
1443     aas_sample.lyx
1444     amsart-test.lyx
1445     amsbook-test.lyx
1446     beamer-g4.jpg
1447     beamer-g4-mask.jpg
1448     beamer-icsi-logo.pdf
1449     beamer-knight1-mask.png
1450     beamer-knight1.png
1451     beamer-knight2-mask.png
1452     beamer-knight2.png
1453     beamer-knight3-mask.png
1454     beamer-knight3.png
1455     beamer-knight4-mask.png
1456     beamer-knight4.png
1457     beamerlyxexample1.lyx
1458     chess-article.lyx
1459     chessgame.lyx
1460     currency.lyx
1461     cv.lyx
1462     decimal.lyx
1463     docbook_article.lyx
1464     example_lyxified.lyx
1465     example_raw.lyx
1466     iecc05.fen
1467     iecc07.fen
1468     iecc12.fen
1469     landslide.lyx
1470     listerrors.lyx
1471     mathed.lyx
1472     multicol.lyx
1473     noweb2lyx.lyx
1474     script_form.lyx
1475     splash.lyx
1476     g-brief2.lyx
1477 ''')
1478
1479
1480 lib_images_files = Split('''
1481     all-changes-reject.xpm
1482     all-changes-accept.xpm
1483     amssymb.xpm
1484     banner.ppm
1485     bookmark-goto.xpm
1486     bookmark-save.xpm
1487     break-line.xpm
1488     buffer-close.xpm
1489     buffer-export_dvi.xpm
1490     buffer-export_latex.xpm
1491     buffer-export_pdf2.xpm
1492     buffer-export_ps.xpm
1493     buffer-export_text.xpm
1494     buffer-new.xpm
1495     buffer-reload.xpm
1496     buffer-update_dvi.xpm
1497     buffer-update_pdf2.xpm
1498     buffer-update_ps.xpm
1499     buffer-view_dvi.xpm
1500     buffer-view_pdf2.xpm
1501     buffer-view_ps.xpm
1502     buffer-write-as.xpm
1503     buffer-write.xpm
1504     build-program.xpm
1505     change-accept.xpm
1506     change-next.xpm
1507     change-reject.xpm
1508     changes-merge.xpm
1509     changes-output.xpm
1510     changes-track.xpm
1511     copy.xpm
1512     cut.xpm
1513     depth-decrement.xpm
1514     depth-increment.xpm
1515     dialog-preferences.xpm
1516     dialog-show-new-inset_citation.xpm
1517     dialog-show-new-inset_graphics.xpm
1518     dialog-show-new-inset_include.xpm
1519     dialog-show-new-inset_ref.xpm
1520     dialog-show_character.xpm
1521     dialog-show_findreplace.xpm
1522     dialog-show_mathpanel.xpm
1523     dialog-show_print.xpm
1524     dialog-show_spellchecker.xpm
1525     down.xpm
1526     ert-insert.xpm
1527     file-open.xpm
1528     float-insert_figure.xpm
1529     float-insert_table.xpm
1530     font-bold.xpm
1531     font-emph.xpm
1532     font-free-apply.xpm
1533     font-noun.xpm
1534     font-sans.xpm
1535     footnote-insert.xpm
1536     index-insert.xpm
1537     label-insert.xpm
1538     layout.xpm
1539     layout-document.xpm
1540     layout-paragraph.xpm
1541     layout_Description.xpm
1542     layout_Enumerate.xpm 
1543     layout_Itemize.xpm
1544     layout_List.xpm
1545     layout_LyX-Code.xpm
1546     layout_Scrap.xpm
1547     layout_Section.xpm
1548     lyx-quit.xpm
1549     lyx.xpm
1550     marginalnote-insert.xpm
1551     math-display.xpm
1552     math-matrix.xpm
1553     math-mode.xpm
1554     math-subscript.xpm
1555     math-superscript.xpm
1556     nomencl-insert.xpm
1557     note-insert.xpm
1558     note-next.xpm
1559     paste.xpm
1560     psnfss1.xpm
1561     psnfss2.xpm
1562     psnfss3.xpm
1563     psnfss4.xpm
1564     redo.xpm
1565     standard.xpm
1566     tabular-feature_align-center.xpm
1567     tabular-feature_align-left.xpm
1568     tabular-feature_align-right.xpm
1569     tabular-feature_append-column.xpm
1570     tabular-feature_append-row.xpm
1571     tabular-feature_delete-column.xpm
1572     tabular-feature_delete-row.xpm
1573     tabular-feature_multicolumn.xpm
1574     tabular-feature_set-all-lines.xpm
1575     tabular-feature_set-longtabular.xpm
1576     tabular-feature_set-rotate-cell.xpm
1577     tabular-feature_set-rotate-tabular.xpm
1578     tabular-feature_toggle-line-bottom.xpm
1579     tabular-feature_toggle-line-left.xpm
1580     tabular-feature_toggle-line-right.xpm
1581     tabular-feature_toggle-line-top.xpm
1582     tabular-feature_unset-all-lines.xpm
1583     tabular-feature_valign-bottom.xpm
1584     tabular-feature_valign-middle.xpm
1585     tabular-feature_valign-top.xpm
1586     tabular-insert.xpm
1587     thesaurus-entry.xpm
1588     toc-view.xpm
1589     undo.xpm
1590     unknown.xpm
1591     up.xpm
1592     url-insert.xpm
1593 ''')
1594
1595
1596 lib_images_math_files = Split('''
1597     style.xbm
1598     font.xpm
1599     delim.xpm
1600     equation.xpm
1601     matrix.xpm
1602     space.xpm
1603     sqrt-square.xpm
1604     style.xpm
1605     sub.xpm
1606     super.xpm
1607     Bbbk.xpm
1608     Finv.xpm
1609     Game.xpm
1610     Im.xpm
1611     Lleftarrow.xpm
1612     Rrightarrow.xpm
1613     Lsh.xpm
1614     Re.xpm
1615     Rsh.xpm
1616     Vert.xpm
1617     Vvdash.xpm
1618     acute.xpm
1619     aleph.xpm
1620     alpha.xpm
1621     amalg.xpm
1622     angle.xpm
1623     approx.xpm
1624     approxeq.xpm
1625     asymp.xpm
1626     backepsilon.xpm
1627     backprime.xpm
1628     backsim.xpm
1629     backsimeq.xpm
1630     backslash.xpm
1631     bar.xpm
1632     bars.xpm
1633     barwedge.xpm
1634     because.xpm
1635     beta.xpm
1636     beth.xpm
1637     between.xpm
1638     bigcap.xpm
1639     bigcirc.xpm
1640     bigcup.xpm
1641     bigodot.xpm
1642     bigoplus.xpm
1643     bigotimes.xpm
1644     bigsqcup.xpm
1645     bigstar.xpm
1646     bigtriangledown.xpm
1647     bigtriangleup.xpm
1648     biguplus.xpm
1649     bigvee.xpm
1650     bigwedge.xpm
1651     blacklozenge.xpm
1652     blacksquare.xpm
1653     blacktriangle.xpm
1654     blacktriangledown.xpm
1655     blacktriangleleft.xpm
1656     blacktriangleright.xpm
1657     bot.xpm
1658     bowtie.xpm
1659     boxdot.xpm
1660     boxminus.xpm
1661     boxplus.xpm
1662     boxtimes.xpm
1663     breve.xpm
1664     bullet.xpm
1665     bumpeq.xpm
1666     bumpeq2.xpm
1667     cap.xpm
1668     cap2.xpm
1669     cases.xpm
1670     cdot.xpm
1671     cdots.xpm
1672     centerdot.xpm
1673     check.xpm
1674     chi.xpm
1675     circ.xpm
1676     circeq.xpm
1677     circlearrowleft.xpm
1678     circlearrowright.xpm
1679     circledS.xpm
1680     circledast.xpm
1681     circledcirc.xpm
1682     circleddash.xpm
1683     clubsuit.xpm
1684     complement.xpm
1685     cong.xpm
1686     coprod.xpm
1687     cup.xpm
1688     cup2.xpm
1689     curlyeqprec.xpm
1690     curlyeqsucc.xpm
1691     curlyvee.xpm
1692     curlywedge.xpm
1693     curvearrowleft.xpm
1694     curvearrowright.xpm
1695     dagger.xpm
1696     daleth.xpm
1697     dashleftarrow.xpm
1698     dashrightarrow.xpm
1699     dashv.xpm
1700     ddagger.xpm
1701     ddot.xpm
1702     ddots.xpm
1703     delta.xpm
1704     delta2.xpm
1705     diagdown.xpm
1706     diagup.xpm
1707     diamond.xpm
1708     diamondsuit.xpm
1709     digamma.xpm
1710     div.xpm
1711     divideontimes.xpm
1712     dot.xpm
1713     doteq.xpm
1714     doteqdot.xpm
1715     dotsint.xpm
1716     dotsintop.xpm
1717     dotplus.xpm
1718     doublebarwedge.xpm
1719     downarrow.xpm
1720     downarrow2.xpm
1721     downdownarrows.xpm
1722     downharpoonleft.xpm
1723     downharpoonright.xpm
1724     ell.xpm
1725     empty.xpm
1726     emptyset.xpm
1727     epsilon.xpm
1728     eqcirc.xpm
1729     eqslantgtr.xpm
1730     eqslantless.xpm
1731     equiv.xpm
1732     eta.xpm
1733     eth.xpm
1734     exists.xpm
1735     fallingdotseq.xpm
1736     flat.xpm
1737     forall.xpm
1738     frac.xpm
1739     frac-square.xpm
1740     frown.xpm
1741     gamma.xpm
1742     gamma2.xpm
1743     geq.xpm
1744     geqq.xpm
1745     geqslant.xpm
1746     gg.xpm
1747     ggg.xpm
1748     gimel.xpm
1749     gnapprox.xpm
1750     gneq.xpm
1751     gneqq.xpm
1752     gnsim.xpm
1753     grave.xpm
1754     gtrapprox.xpm
1755     gtrdot.xpm
1756     gtreqless.xpm
1757     gtreqqless.xpm
1758     gtrless.xpm
1759     gtrsim.xpm
1760     gvertneqq.xpm
1761     hat.xpm
1762     hbar.xpm
1763     heartsuit.xpm
1764     hookleftarrow.xpm
1765     hookrightarrow.xpm
1766     hphantom.xpm
1767     hslash.xpm
1768     iiiint.xpm
1769     iiiintop.xpm
1770     iiint.xpm
1771     iiintop.xpm
1772     iintop.xpm
1773     iint.xpm
1774     imath.xpm
1775     in.xpm
1776     infty.xpm
1777     int.xpm
1778     intercal.xpm
1779     intop.xpm
1780     iota.xpm
1781     jmath.xpm
1782     kappa.xpm
1783     lambda.xpm
1784     lambda2.xpm
1785     langle.xpm
1786     lbrace.xpm
1787     lbrace_rbrace.xpm
1788     lbracket.xpm
1789     lbracket_rbracket.xpm
1790     lceil.xpm
1791     lceil_rceil.xpm
1792     ldots.xpm
1793     leftarrow.xpm
1794     leftarrow2.xpm
1795     leftarrowtail.xpm
1796     leftharpoondown.xpm
1797     leftharpoonup.xpm
1798     leftleftarrows.xpm
1799     leftrightarrow.xpm
1800     leftrightarrow2.xpm
1801     leftrightarrows.xpm
1802     leftrightharpoons.xpm
1803     leftrightsquigarrow.xpm
1804     leftthreetimes.xpm
1805     leq.xpm
1806     leqq.xpm
1807     leqslant.xpm
1808     lessapprox.xpm
1809     lessdot.xpm
1810     lesseqgtr.xpm
1811     lesseqqgtr.xpm
1812     lessgtr.xpm
1813     lesssim.xpm
1814     lfloor.xpm
1815     lfloor_rfloor.xpm
1816     ll.xpm
1817     llcorner.xpm
1818     lll.xpm
1819     lnapprox.xpm
1820     lneq.xpm
1821     lneqq.xpm
1822     lnsim.xpm
1823     longleftarrow.xpm
1824     longleftarrow2.xpm
1825     longleftrightarrow.xpm
1826     longleftrightarrow2.xpm
1827     longmapsto.xpm
1828     longrightarrow.xpm
1829     longrightarrow2.xpm
1830     looparrowleft.xpm
1831     looparrowright.xpm
1832     lozenge.xpm
1833     lparen.xpm
1834     lparen_rparen.xpm
1835     lrcorner.xpm
1836     ltimes.xpm
1837     lvertneqq.xpm
1838     mapsto.xpm
1839     mathbb_C.xpm
1840     mathbb_H.xpm
1841     mathbb_N.xpm
1842     mathbb_Q.xpm
1843     mathbb_R.xpm
1844     mathbb_Z.xpm
1845     mathcal_F.xpm
1846     mathcal_H.xpm
1847     mathcal_L.xpm
1848     mathcal_O.xpm
1849     mathcircumflex.xpm
1850     mathrm_T.xpm
1851     measuredangle.xpm
1852     mho.xpm
1853     mid.xpm
1854     models.xpm
1855     mp.xpm
1856     mu.xpm
1857     multimap.xpm
1858     nabla.xpm
1859     natural.xpm
1860     ncong.xpm
1861     nearrow.xpm
1862     neg.xpm
1863     neq.xpm
1864     nexists.xpm
1865     ngeq.xpm
1866     ngeqq.xpm
1867     ngeqslant.xpm
1868     ngtr.xpm
1869     ni.xpm
1870     nleftarrow.xpm
1871     nleftarrow2.xpm
1872     nleftrightarrow.xpm
1873     nleftrightarrow2.xpm
1874     nleq.xpm
1875     nleqq.xpm
1876     nleqslant.xpm
1877     nless.xpm
1878     nmid.xpm
1879     notin.xpm
1880     nparallel.xpm
1881     nprec.xpm
1882     npreceq.xpm
1883     nrightarrow.xpm
1884     nrightarrow2.xpm
1885     nshortmid.xpm
1886     nshortparallel.xpm
1887     nsim.xpm
1888     nsubseteq.xpm
1889     nsucc.xpm
1890     nsucceq.xpm
1891     nsupseteq.xpm
1892     nsupseteqq.xpm
1893     ntriangleleft.xpm
1894     ntrianglelefteq.xpm
1895     ntriangleright.xpm
1896     ntrianglerighteq.xpm
1897     nu.xpm
1898     nvdash.xpm
1899     nvdash2.xpm
1900     nvdash3.xpm
1901     nwarrow.xpm
1902     odot.xpm
1903     oiint.xpm
1904     oiintop.xpm
1905     oint.xpm
1906     ointclockwise.xpm
1907     ointclockwiseop.xpm
1908     ointctrclockwise.xpm
1909     ointctrclockwiseop.xpm
1910     ointop.xpm
1911     omega.xpm
1912     omega2.xpm
1913     ominus.xpm
1914     oplus.xpm
1915     oslash.xpm
1916     otimes.xpm
1917     overbrace.xpm
1918     overleftarrow.xpm
1919     overleftrightarrow.xpm
1920     overline.xpm
1921     overrightarrow.xpm
1922     overset.xpm
1923     parallel.xpm
1924     partial.xpm
1925     perp.xpm
1926     phantom.xpm
1927     phi.xpm
1928     phi2.xpm
1929     pi.xpm
1930     pi2.xpm
1931     pitchfork.xpm
1932     pm.xpm
1933     prec.xpm
1934     precapprox.xpm
1935     preccurlyeq.xpm
1936     preceq.xpm
1937     precnapprox.xpm
1938     precnsim.xpm
1939     precsim.xpm
1940     prime.xpm
1941     prod.xpm
1942     propto.xpm
1943     psi.xpm
1944     psi2.xpm
1945     rangle.xpm
1946     rbrace.xpm
1947     rbracket.xpm
1948     rceil.xpm
1949     rfloor.xpm
1950     rho.xpm
1951     rightarrow.xpm
1952     rightarrow2.xpm
1953     rightarrowtail.xpm
1954     rightharpoondown.xpm
1955     rightharpoonup.xpm
1956     rightleftarrows.xpm
1957     rightleftharpoons.xpm
1958     rightrightarrows.xpm
1959     rightsquigarrow.xpm
1960     rightthreetimes.xpm
1961     risingdotseq.xpm
1962     root.xpm
1963     rparen.xpm
1964     rtimes.xpm
1965     searrow.xpm
1966     setminus.xpm
1967     sharp.xpm
1968     shortmid.xpm
1969     shortparallel.xpm
1970     sigma.xpm
1971     sigma2.xpm
1972     sim.xpm
1973     simeq.xpm
1974     slash.xpm
1975     smallfrown.xpm
1976     smallsetminus.xpm
1977     smallsmile.xpm
1978     smile.xpm
1979     spadesuit.xpm
1980     sphericalangle.xpm
1981     sqcap.xpm
1982     sqcup.xpm
1983     sqiint.xpm
1984     sqiintop.xpm
1985     sqint.xpm
1986     sqintop.xpm
1987     sqrt.xpm
1988     sqsubset.xpm
1989     sqsubseteq.xpm
1990     sqsupset.xpm
1991     sqsupseteq.xpm
1992     square.xpm
1993     star.xpm
1994     subset.xpm
1995     subset2.xpm
1996     subseteq.xpm
1997     subseteqq.xpm
1998     subsetneq.xpm
1999     subsetneqq.xpm
2000     succ.xpm
2001     succapprox.xpm
2002     succcurlyeq.xpm
2003     succeq.xpm
2004     succnapprox.xpm
2005     succnsim.xpm
2006     succsim.xpm
2007     sum.xpm
2008     supset.xpm
2009     supset2.xpm
2010     supseteq.xpm
2011     supseteqq.xpm
2012     supsetneq.xpm
2013     supsetneqq.xpm
2014     surd.xpm
2015     swarrow.xpm
2016     tau.xpm
2017     textrm_Oe.xpm
2018     textrm_AA.xpm
2019     therefore.xpm
2020     theta.xpm
2021     theta2.xpm
2022     thickapprox.xpm
2023     thicksim.xpm
2024     tilde.xpm
2025     times.xpm
2026     top.xpm
2027     triangle.xpm
2028     triangledown.xpm
2029     triangleleft.xpm
2030     trianglelefteq.xpm
2031     triangleq.xpm
2032     triangleright.xpm
2033     trianglerighteq.xpm
2034     twoheadleftarrow.xpm
2035     twoheadrightarrow.xpm
2036     ulcorner.xpm
2037     underbrace.xpm
2038     underleftarrow.xpm
2039     underleftrightarrow.xpm
2040     underline.xpm
2041     underrightarrow.xpm
2042     underscore.xpm
2043     underset.xpm
2044     uparrow.xpm
2045     uparrow2.xpm
2046     updownarrow.xpm
2047     updownarrow2.xpm
2048     upharpoonleft.xpm
2049     upharpoonright.xpm
2050     uplus.xpm
2051     upsilon.xpm
2052     upsilon2.xpm
2053     upuparrows.xpm
2054     urcorner.xpm
2055     varepsilon.xpm
2056     varkappa.xpm
2057     varnothing.xpm
2058     varphi.xpm
2059     varpi.xpm
2060     varpropto.xpm
2061     varsigma.xpm
2062     varsubsetneq.xpm
2063     varsubsetneqq.xpm
2064     varsupsetneq.xpm
2065     varsupsetneqq.xpm
2066     vartheta.xpm
2067     vartriangle.xpm
2068     vartriangleleft.xpm
2069     vartriangleright.xpm
2070     vdash.xpm
2071     vdash2.xpm
2072     vdash3.xpm
2073     vdots.xpm
2074     vec.xpm
2075     vee.xpm
2076     veebar.xpm
2077     vphantom.xpm
2078     wedge.xpm
2079     widehat.xpm
2080     widetilde.xpm
2081     wp.xpm
2082     wr.xpm
2083     xi.xpm
2084     xi2.xpm
2085     zeta.xpm
2086 ''')
2087
2088
2089 lib_kbd_files = Split('''
2090     american-2.kmap
2091     american.kmap
2092     arabic.kmap
2093     bg-bds-1251.kmap
2094     brazil.kmap
2095     brazil2.kmap
2096     cp1251.cdef
2097     czech-prg.kmap
2098     czech.kmap
2099     european.kmap
2100     francais.kmap
2101     french.kmap
2102     german-2.kmap
2103     german-3.kmap
2104     german.kmap
2105     greek.kmap
2106     hebrew.kmap
2107     ibm866.cdef
2108     iso8859-1.cdef
2109     iso8859-15.cdef
2110     iso8859-2.cdef
2111     iso8859-3.cdef
2112     iso8859-4.cdef
2113     iso8859-7.cdef
2114     iso8859-8.cdef
2115     iso8859-9.cdef
2116     koi8-r.cdef
2117     koi8-r.kmap
2118     koi8-t.cdef
2119     koi8-u.cdef
2120     koi8-u.kmap
2121     latvian.kmap
2122     magyar-2.kmap
2123     magyar-3.kmap
2124     magyar.kmap
2125     null.kmap
2126     polish.kmap
2127     polski.kmap
2128     portuges.kmap
2129     romanian.kmap
2130     serbian.kmap
2131     serbocroatian.kmap
2132     sf.kmap
2133     sg.kmap
2134     slovak.kmap
2135     slovene.kmap
2136     thai-kedmanee.kmap
2137     tis620-0.cdef
2138     transilvanian.kmap
2139     turkish-f.kmap
2140     turkish.kmap
2141     espanol.kmap
2142 ''')
2143
2144
2145 lib_layouts_files = Split('''
2146     IEEEtran.layout
2147     aa.layout
2148     aapaper.inc
2149     aapaper.layout
2150     aastex.layout
2151     aguplus.inc
2152     amsart-plain.layout
2153     amsart-seq.layout
2154     amsart.layout
2155     amsbook.layout
2156     amsdefs.inc
2157     amsmaths-plain.inc
2158     amsmaths-seq.inc
2159     amsmaths.inc
2160     apa.layout
2161     arab-article.layout
2162     article.layout
2163     beamer.layout
2164     book.layout
2165     broadway.layout
2166     chess.layout
2167     cl2emult.layout
2168     cv.layout
2169     db_lyxmacros.inc
2170     db_stdclass.inc
2171     db_stdcharstyles.inc
2172     db_stdcounters.inc
2173     db_stdlayouts.inc
2174     db_stdlists.inc
2175     db_stdsections.inc
2176     db_stdstarsections.inc
2177     db_stdstruct.inc
2178     db_stdtitle.inc
2179     dinbrief.layout
2180     docbook-book.layout
2181     docbook-chapter.layout
2182     docbook-section.layout
2183     docbook.layout
2184     dtk.layout
2185     egs.layout
2186     elsart.layout
2187     entcs.layout
2188     extarticle.layout
2189     extbook.layout
2190     extletter.layout
2191     extreport.layout
2192     foils.layout
2193     g-brief-de.layout
2194     g-brief-en.layout
2195     heb-article.layout
2196     heb-letter.layout
2197     hollywood.layout
2198     ijmpc.layout
2199     ijmpd.layout
2200     jgrga.layout
2201     kluwer.layout
2202     latex8.layout
2203     letter.layout
2204     literate-article.layout
2205     literate-book.layout
2206     literate-report.layout
2207     literate-scrap.inc
2208     llncs.layout
2209     ltugboat.layout
2210     lyxmacros.inc
2211     manpage.layout
2212     mwart.layout
2213     mwbk.layout
2214     mwrep.layout
2215     paper.layout
2216     report.layout
2217     revtex.layout
2218     revtex4.layout
2219     scrartcl.layout
2220     scrbook.layout
2221     scrclass.inc
2222     scrlettr.layout
2223     scrlttr2.layout
2224     scrreprt.layout
2225     seminar.layout
2226     siamltex.layout
2227     slides.layout
2228     spie.layout
2229     stdclass.inc
2230     stdcounters.inc
2231     stdfloats.inc
2232     stdlayouts.inc
2233     stdletter.inc
2234     stdlists.inc
2235     stdsections.inc
2236     stdstarsections.inc
2237     stdstruct.inc
2238     stdtitle.inc
2239     svjog.layout
2240     svjour.inc
2241     svprobth.layout
2242     agums.layout
2243     memoir.layout
2244     numarticle.inc
2245     numreport.inc
2246     numrevtex.inc
2247     agu-dtd.layout
2248     agu_stdclass.inc
2249     agu_stdcounters.inc
2250     agu_stdlists.inc
2251     agu_stdsections.inc
2252     agu_stdtitle.inc
2253     g-brief2.layout
2254     svglobal.layout
2255 ''')
2256
2257
2258 lib_scripts_files = Split('''
2259     TeXFiles.py
2260     clean_dvi.py
2261     convertDefault.py
2262     date.py
2263     fen2ascii.py
2264     fig2pdftex.py
2265     fig2pstex.py
2266     fig_copy.py
2267     layout2layout.py
2268     legacy_lyxpreview2ppm.py
2269     listerrors
2270     lyxpreview2bitmap.py
2271     lyxpreview_tools.py
2272     tex_copy.py
2273 ''')
2274
2275
2276 lib_templates_files = Split('''
2277     IEEEtran.lyx
2278     README.new_templates
2279     aa.lyx
2280     aastex.lyx
2281     beamer-conference-ornate-20min.lyx
2282     de_beamer-conference-ornate-20min.lyx
2283     dinbrief.lyx
2284     docbook_article.lyx
2285     elsart.lyx
2286     fr_beamer-conference-ornate-20min.lyx
2287     g-brief-de.lyx
2288     g-brief-en.lyx
2289     hollywood.lyx
2290     kluwer.lyx
2291     koma-letter2.lyx
2292     latex8.lyx
2293     letter.lyx
2294     revtex.lyx
2295     revtex4.lyx
2296     slides.lyx
2297     ijmpc.lyx
2298     ijmpd.lyx
2299     agu_article.lyx
2300 ''')
2301
2302
2303 lib_tex_files = Split('''
2304     broadway.cls
2305     cv.cls
2306     hollywood.cls
2307     lyxchess.sty
2308     lyxskak.sty
2309     revtex.cls
2310 ''')
2311
2312
2313 lib_ui_files = Split('''
2314     classic.ui
2315     default.ui
2316     stdmenus.inc
2317     stdtoolbars.inc
2318 ''')
2319
2320
2321 lib_doc_cs_files = Split('''
2322     Tutorial.lyx
2323 ''')
2324
2325 lib_doc_da_files = Split('''
2326     Intro.lyx
2327 ''')
2328
2329 lib_doc_de_files = Split('''
2330     Customization.lyx
2331     Extended.lyx
2332     FAQ.lyx
2333     Intro.lyx
2334     Tutorial.lyx
2335     UserGuide.lyx
2336 ''')
2337
2338 lib_doc_es_files = Split('''
2339     Intro.lyx
2340     Tutorial.lyx
2341     EmbeddedObjects.lyx
2342 ''')
2343
2344 lib_doc_eu_files = Split('''
2345     Customization.lyx
2346     Extended.lyx
2347     FAQ.lyx
2348     Intro.lyx
2349     Tutorial.lyx
2350     UserGuide.lyx
2351 ''')
2352
2353 lib_doc_fr_files = Split('''
2354     Customization.lyx
2355     Extended.lyx
2356     FAQ.lyx
2357     Intro.lyx
2358     Tutorial.lyx
2359     UserGuide.lyx
2360 ''')
2361
2362 lib_doc_he_files = Split('''
2363     Intro.lyx
2364     Tutorial.lyx
2365 ''')
2366
2367 lib_doc_hu_files = Split('''
2368     Intro.lyx
2369     Tutorial.lyx
2370 ''')
2371
2372 lib_doc_it_files = Split('''
2373     Customization.lyx
2374     Intro.lyx
2375     Tutorial.lyx
2376     UserGuide.lyx
2377 ''')
2378
2379 lib_doc_nl_files = Split('''
2380     Intro.lyx
2381     Tutorial.lyx
2382 ''')
2383
2384 lib_doc_nb_files = Split('''
2385     Intro.lyx
2386 ''')
2387
2388 lib_doc_pl_files = Split('''
2389     Extended.lyx
2390     Intro.lyx
2391     Tutorial.lyx
2392 ''')
2393
2394 lib_doc_pt_files = Split('''
2395     Intro.lyx
2396     Tutorial.lyx
2397 ''')
2398
2399 lib_doc_ro_files = Split('''
2400     Intro.lyx
2401 ''')
2402
2403 lib_doc_ru_files = Split('''
2404     FAQ.lyx
2405     Intro.lyx
2406     Tutorial.lyx
2407 ''')
2408
2409 lib_doc_sk_files = Split('''
2410     Tutorial.lyx
2411     UserGuide.lyx
2412 ''')
2413
2414 lib_doc_sl_files = Split('''
2415     Intro.lyx
2416     Tutorial.lyx
2417 ''')
2418
2419 lib_doc_sv_files = Split('''
2420     Intro.lyx
2421     Tutorial.lyx
2422 ''')
2423
2424 lib_doc_files = Split('''
2425     Customization.lyx
2426     DocStyle.lyx
2427     EmbeddedObjects.lyx
2428     Extended.lyx
2429     FAQ.lyx
2430     Intro.lyx
2431     LaTeXConfig.lyx.in
2432     Reference.lyx
2433     Tutorial.lyx
2434     UserGuide.lyx
2435     escher-lsd.eps
2436     mobius.eps
2437     platypus.eps
2438 ''')
2439
2440
2441 lib_clipart_files = Split('''
2442     BoxInsetDefaultQt4.png
2443     ComentNotaImagenQt4.png
2444     CommentNoteImageQt4.png
2445     CuadroMinipagQt4.png
2446     endnotes.pdf
2447     etiquetaQt4.png
2448     floatQt4.png
2449     flotanteQt4.png
2450     footnoteQt4.png
2451     GreyedOutNoteImageQt4.png
2452     GrisNotaImagenQt4.png
2453     labelQt4.png
2454     LyXNoteImageQt4.png
2455     NotaLyXImagenQt4.png
2456     notapieQt4.png
2457     platypus.eps
2458     referenceQt4.png
2459     referenciaQt4.png
2460     with_fntright.pdf
2461     without_fntright.pdf
2462 ''')
2463
2464
2465 lib_lyx2lyx_files = Split('''
2466     lyx2lyx
2467     lyx2lyx_lang.py
2468     generate_encoding_info.py
2469     parser_tools.py
2470     LyX.py
2471     lyx_0_06.py
2472     lyx_0_08.py
2473     lyx_0_10.py
2474     lyx_0_12.py
2475     lyx_1_0.py
2476     lyx_1_1.py
2477     lyx_1_1_5.py
2478     lyx_1_1_6_0.py
2479     lyx_1_1_6_3.py
2480     lyx_1_2.py
2481     lyx_1_3.py
2482     lyx_1_4.py
2483     lyx_1_5.py
2484     profiling.py
2485     test_parser_tools.py
2486 ''')
2487
2488
2489 win32_bakoma_fonts = Split('''
2490     Readme.txt   
2491     Licence.txt  
2492     cmex10.ttf  
2493     cmr10.ttf   
2494     eufm10.ttf  
2495     msbm10.ttf
2496     cmmi10.ttf  
2497     cmsy10.ttf  
2498     msam10.ttf  
2499     wasy10.ttf
2500 ''')
2501
2502
2503 win32_packaging_installer_files = Split('''
2504     license.rtf
2505     lyx.nsi
2506     settings.nsh
2507     settings.user.nsh
2508 ''')
2509
2510
2511 win32_packaging_installer_components_files = Split('''
2512     configure.nsh
2513     dicts.nsh
2514     langselect.nsh
2515     uninstall.nsh
2516     viewer.nsh
2517     core.nsh
2518     external.nsh
2519     reinstall.nsh
2520     user.nsh
2521 ''')
2522     
2523
2524 win32_packaging_installer_dialogs_files = Split('''
2525     external.ini
2526     langselect.ini
2527     reinstall.ini
2528     user.ini
2529     viewer.ini
2530 ''')
2531
2532
2533 win32_packaging_installer_graphics_files = Split('''
2534     header.bmp
2535     wizard.bmp
2536 ''')
2537
2538
2539 win32_packaging_installer_include_files = Split('''
2540     declarations.nsh
2541     detection.nsh
2542     filelists.nsh
2543     gui.nsh
2544     init.nsh
2545     lang.nsh
2546     windows.nsh
2547 ''')
2548     
2549
2550 win32_packaging_installer_lang_files = Split('''
2551     english.nsh
2552     french.nsh
2553     german.nsh
2554     italian.nsh
2555 ''')