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