]> git.lyx.org Git - features.git/blob - development/scons/scons_manifest.py
Adds the user interface for the new Comparison feature.
[features.git] / development / scons / scons_manifest.py
1 from SCons.Util import Split
2
3 TOP_extra_files = Split('''
4     ABOUT-NLS
5     ANNOUNCE
6     autogen.sh
7     config.log
8     configure.ac
9     COPYING
10     INSTALL
11     INSTALL.MacOSX
12     INSTALL.Win32
13     INSTALL.autoconf
14     INSTALL.cmake
15     INSTALL.scons
16     lyx.1in
17     Makefile.am
18     NEWS
19     README
20     README.Cygwin
21     README.Win32
22     README.localization
23     RELEASE-NOTES
24     rename.sh
25     scons_lyx.log
26     UPGRADING
27 ''')
28
29
30 src_header_files = Split('''
31     AspellChecker.h
32     Author.h
33     BiblioInfo.h
34     Bidi.h
35     Box.h
36     BranchList.h
37     Buffer.h
38     buffer_funcs.h
39     BufferList.h
40     BufferParams.h
41     BufferView.h
42     Bullet.h
43     Changes.h
44     Chktex.h
45     Citation.h
46     CmdDef.h
47     Color.h
48     ColorSet.h
49     ColorCode.h
50     CompletionList.h
51     Converter.h
52     ConverterCache.h
53     CoordCache.h
54     Counters.h
55     Cursor.h
56     CursorSlice.h
57     CutAndPaste.h
58     DepTable.h
59     Dimension.h
60     DispatchResult.h
61     DocIterator.h
62     Encoding.h
63     ErrorList.h
64     Exporter.h
65     factory.h
66     FloatList.h
67     Floating.h
68     Font.h
69     FontEnums.h
70     FontInfo.h
71     FontList.h
72     Format.h
73     FuncCode.h
74     FuncRequest.h
75     FuncStatus.h
76     Graph.h
77     HSpace.h
78     HunspellChecker.h
79     IndicesList.h
80     InsetIterator.h
81     InsetList.h
82     Intl.h
83     KeyMap.h
84     KeySequence.h
85     LaTeX.h
86     LaTeXFeatures.h
87     Language.h
88     Layout.h
89     LayoutEnums.h
90     LayoutFile.h
91     LayoutModuleList.h
92     Length.h
93     Lexer.h
94     LyX.h
95     LyXAction.h
96     lyxfind.h
97     LyXFunc.h
98     LyXRC.h
99     LyXVC.h
100     MetricsInfo.h
101     ModuleList.h
102     Mover.h
103     output.h
104     output_docbook.h
105     output_latex.h
106     output_plaintext.h
107     output_xhtml.h
108     OutputParams.h
109     paper.h
110     ParIterator.h
111     Paragraph.h
112     ParagraphList.h
113     ParagraphMetrics.h
114     ParagraphParameters.h
115     PDFOptions.h
116     PrinterParams.h
117     Row.h
118     rowpainter.h
119     Section.h
120     Server.h
121     ServerSocket.h
122     Session.h
123     sgml.h
124     Spacing.h
125     SpellChecker.h
126     TexRow.h
127     Text.h
128     TextClass.h
129     TextMetrics.h
130     Thesaurus.h
131     TocBackend.h
132     Trans.h
133     Undo.h
134     update_flags.h
135     VCBackend.h
136     VSpace.h
137     Variables.h
138     version.h
139     WordLangTuple.h
140     WordList.h
141 ''')
142
143
144 src_pre_files = Split('''
145     Author.cpp
146     Bidi.cpp
147     BranchList.cpp
148     Buffer.cpp
149     BufferList.cpp
150     BufferParams.cpp
151     BufferView.cpp
152     buffer_funcs.cpp
153     Bullet.cpp
154     Changes.cpp
155     Chktex.cpp
156     CmdDef.cpp
157     Color.cpp
158     Converter.cpp
159     ConverterCache.cpp
160     CoordCache.cpp
161     Counters.cpp
162     Cursor.cpp
163     CursorSlice.cpp
164     CutAndPaste.cpp
165     DepTable.cpp
166     DocIterator.cpp
167     Encoding.cpp
168     ErrorList.cpp
169     Exporter.cpp
170     factory.cpp
171     FloatList.cpp
172     Floating.cpp
173     Font.cpp
174     FontInfo.cpp
175     FontList.cpp
176     Format.cpp
177     FuncRequest.cpp
178     FuncStatus.cpp
179     Graph.cpp
180     HSpace.cpp
181     IndicesList.cpp
182     InsetIterator.cpp
183     InsetList.cpp
184     Intl.cpp
185     KeyMap.cpp
186     KeySequence.cpp
187     LaTeX.cpp
188     LaTeXFeatures.cpp
189     Language.cpp
190     Layout.cpp
191     LayoutFile.cpp
192     LayoutModuleList.cpp
193     Length.cpp
194     lengthcommon.cpp
195     Lexer.cpp
196     LyX.cpp
197     LyXAction.cpp
198     lyxfind.cpp
199     LyXFunc.cpp
200     LyXRC.cpp
201     LyXVC.cpp
202     MetricsInfo.cpp
203     Mover.cpp
204     output.cpp
205     OutputParams.cpp
206     output_docbook.cpp
207     output_latex.cpp
208     output_plaintext.cpp
209     output_xhtml.cpp
210     PDFOptions.cpp
211     ParIterator.cpp
212     Paragraph.cpp
213     ParagraphMetrics.cpp
214     ParagraphParameters.cpp
215     Row.cpp
216     rowpainter.cpp
217     Server.cpp
218     ServerSocket.cpp
219     Session.cpp
220     sgml.cpp
221     Spacing.cpp
222     TexRow.cpp
223     Text.cpp
224     Text2.cpp
225     Text3.cpp
226     TextClass.cpp
227     TextMetrics.cpp
228     TocBackend.cpp
229     Trans.cpp
230     Undo.cpp
231     VCBackend.cpp
232     version.cpp
233     VSpace.cpp
234     WordList.cpp
235 ''')
236
237
238 src_post_files = Split('''
239     BiblioInfo.cpp
240     boost.cpp
241     Box.cpp
242     Dimension.cpp
243     ModuleList.cpp
244     PrinterParams.cpp
245     Thesaurus.cpp
246 ''')
247
248
249 src_extra_src_files = Split('''
250     AspellChecker.cpp
251     HunspellChecker.cpp
252     main.cpp
253     Section.cpp
254     Variables.cpp
255 ''')
256
257
258 src_extra_files = Split('''
259     Makefile.am
260     pch.h
261 ''')
262
263
264 src_client_header_files = Split('''
265     Messages.h
266 ''')
267
268
269 src_client_files = Split('''
270     boost.cpp
271     client.cpp
272     gettext.cpp
273     Messages.cpp
274 ''')
275
276
277 src_client_extra_files = Split('''
278     lyxclient.1in
279     Makefile.am
280     pch.h
281 ''')
282
283
284 src_support_header_files = Split('''
285     convert.h
286     copied_ptr.h
287     debug.h
288     docstream.h
289     docstring.h
290     docstring_list.h
291     environment.h
292     ExceptionMessage.h
293     FileMonitor.h
294     FileName.h
295     filetools.h
296     foreach.h
297     ForkedCalls.h
298     gettext.h
299     gzstream.h
300     lassert.h
301     limited_stack.h
302     lstrings.h
303     lyxalgo.h
304     lyxlib.h
305     lyxtime.h
306     Messages.h
307     os.h
308     os_win32.h
309     Package.h
310     Path.h
311     qstring_helpers.h
312     RandomAccessList.h
313     SignalSlot.h
314     SignalSlotPrivate.h
315     socktools.h
316     Systemcall.h
317     SystemcallPrivate.h
318     textutils.h
319     Timeout.h
320     Translator.h
321     types.h
322     unicode.h
323     userinfo.h
324     mythes/mythes.hxx
325 ''')
326
327
328 src_support_files = Split('''
329     convert.cpp
330     debug.cpp
331     docstream.cpp
332     docstring.cpp
333     environment.cpp
334     FileMonitor.cpp
335     FileName.cpp
336     filetools.cpp
337     ForkedCalls.cpp
338     gettext.cpp
339     gzstream.cpp
340     kill.cpp
341     lassert.cpp
342     lstrings.cpp
343     lyxtime.cpp
344     Messages.cpp
345     os.cpp
346     Package.cpp
347     Path.cpp
348     qstring_helpers.cpp
349     SignalSlot.cpp
350     SignalSlotPrivate.cpp
351     socktools.cpp
352     Systemcall.cpp
353     Timeout.cpp
354     unicode.cpp
355     userinfo.cpp
356     mythes/mythes.cxx
357 ''')
358
359
360 src_support_extra_header_files = Split('''
361     
362 ''')
363
364
365 src_support_extra_src_files = Split('''
366     atexit.c
367     os_cygwin.cpp
368     os_unix.cpp
369     os_win32.cpp
370     strerror.c
371 ''')
372
373
374 src_support_extra_files = Split('''
375     Makefile.am
376     pch.h
377 ''')
378
379
380 src_support_tests_extra_files = Split('''
381     Makefile.am
382     boost.cpp
383     convert.cpp
384     filetools.cpp
385     lstrings.cpp
386     pch.h
387     test_convert
388     test_filetools
389     test_lstrings
390 ''')
391
392
393 src_support_tests_regfiles_extra_files = Split('''
394     convert
395     filetools
396     lstrings
397 ''')
398
399
400 src_graphics_header_files = Split('''
401     GraphicsCache.h
402     GraphicsCacheItem.h
403     GraphicsConverter.h
404     GraphicsImage.h
405     GraphicsLoader.h
406     GraphicsParams.h
407     GraphicsTypes.h
408     PreviewImage.h
409     PreviewLoader.h
410     Previews.h
411 ''')
412
413
414 src_graphics_files = Split('''
415     GraphicsCache.cpp
416     GraphicsCacheItem.cpp
417     GraphicsConverter.cpp
418     GraphicsLoader.cpp
419     GraphicsParams.cpp
420     PreviewImage.cpp
421     PreviewLoader.cpp
422     Previews.cpp
423 ''')
424
425
426 src_graphics_extra_files = Split('''
427     Makefile.am
428     pch.h
429 ''')
430
431
432 src_mathed_header_files = Split('''
433     CommandInset.h
434     InsetMath.h
435     InsetMathAMSArray.h
436     InsetMathArray.h
437     InsetMathBig.h
438     InsetMathBoldSymbol.h
439     InsetMathBox.h
440     InsetMathBrace.h
441     InsetMathCases.h
442     InsetMathChar.h
443     InsetMathColor.h
444     InsetMathComment.h
445     InsetMathDecoration.h
446     InsetMathDelim.h
447     InsetMathDiff.h
448     InsetMathDots.h
449     InsetMathEnsureMath.h
450     InsetMathEnv.h
451     InsetMathExFunc.h
452     InsetMathExInt.h
453     InsetMathFont.h
454     InsetMathFontOld.h
455     InsetMathFrac.h
456     InsetMathGrid.h
457     InsetMathHull.h
458     InsetMathKern.h
459     InsetMathLefteqn.h
460     InsetMathLim.h
461     InsetMathMatrix.h
462     InsetMathNest.h
463     InsetMathNumber.h
464     InsetMathOverset.h
465     InsetMathPar.h
466     InsetMathPhantom.h
467     InsetMathRef.h
468     InsetMathRoot.h
469     InsetMathScript.h
470     InsetMathSize.h
471     InsetMathSpace.h
472     InsetMathSpecialChar.h
473     InsetMathSplit.h
474     InsetMathSqrt.h
475     InsetMathStackrel.h
476     InsetMathString.h
477     InsetMathSubstack.h
478     InsetMathSymbol.h
479     InsetMathTabular.h
480     InsetMathUnderset.h
481     InsetMathUnknown.h
482     InsetMathXArrow.h
483     InsetMathXYMatrix.h
484     MacroTable.h
485     MathAtom.h
486     MathAutoCorrect.h
487     MathCompletionList.h
488     MathData.h
489     MathExtern.h
490     MathFactory.h
491     MathGridInfo.h
492     MathMacro.h
493     MathMacroArgument.h
494     MathMacroTemplate.h
495     MathParser.h
496     MathParser_flags.h
497     MathStream.h
498     MathSupport.h
499     ReplaceData.h
500     TextPainter.h
501 ''')
502
503
504 src_mathed_files = Split('''
505     CommandInset.cpp
506     InsetMath.cpp
507     InsetMathAMSArray.cpp
508     InsetMathArray.cpp
509     InsetMathBig.cpp
510     InsetMathBoldSymbol.cpp
511     InsetMathBox.cpp
512     InsetMathBrace.cpp
513     InsetMathCases.cpp
514     InsetMathChar.cpp
515     InsetMathColor.cpp
516     InsetMathComment.cpp
517     InsetMathDecoration.cpp
518     InsetMathDelim.cpp
519     InsetMathDiff.cpp
520     InsetMathDots.cpp
521     InsetMathEnsureMath.cpp
522     InsetMathEnv.cpp
523     InsetMathExFunc.cpp
524     InsetMathExInt.cpp
525     InsetMathFont.cpp
526     InsetMathFontOld.cpp
527     InsetMathFrac.cpp
528     InsetMathGrid.cpp
529     InsetMathHull.cpp
530     InsetMathKern.cpp
531     InsetMathLefteqn.cpp
532     InsetMathLim.cpp
533     InsetMathMatrix.cpp
534     InsetMathNest.cpp
535     InsetMathNumber.cpp
536     InsetMathOverset.cpp
537     InsetMathPar.cpp
538     InsetMathPhantom.cpp
539     InsetMathRef.cpp
540     InsetMathRoot.cpp
541     InsetMathScript.cpp
542     InsetMathSize.cpp
543     InsetMathSpace.cpp
544     InsetMathSpecialChar.cpp
545     InsetMathSplit.cpp
546     InsetMathSqrt.cpp
547     InsetMathStackrel.cpp
548     InsetMathString.cpp
549     InsetMathSubstack.cpp
550     InsetMathSymbol.cpp
551     InsetMathTabular.cpp
552     InsetMathUnderset.cpp
553     InsetMathUnknown.cpp
554     InsetMathXArrow.cpp
555     InsetMathXYMatrix.cpp
556     MacroTable.cpp
557     MathAtom.cpp
558     MathAutoCorrect.cpp
559     MathData.cpp
560     MathExtern.cpp
561     MathFactory.cpp
562     MathMacro.cpp
563     MathMacroArgument.cpp
564     MathMacroTemplate.cpp
565     MathParser.cpp
566     MathStream.cpp
567     MathSupport.cpp
568     TextPainter.cpp
569 ''')
570
571
572 src_mathed_extra_files = Split('''
573     BUGS
574     InsetFormulaMacro.cpp
575     InsetFormulaMacro.h
576     InsetMathMBox.cpp
577     InsetMathMBox.h
578     InsetMathXYArrow.cpp
579     InsetMathXYArrow.h
580     Makefile.am
581     README
582     pch.h
583     texify
584 ''')
585
586
587 src_tex2lyx_header_files = Split('''
588     Context.h
589     Font.h
590     Parser.h
591     Spacing.h
592     tex2lyx.h
593 ''')
594
595
596 src_tex2lyx_files = Split('''
597     boost.cpp
598     Context.cpp
599     Font.cpp
600     math.cpp
601     Parser.cpp
602     preamble.cpp
603     table.cpp
604     tex2lyx.cpp
605     text.cpp
606 ''')
607
608
609 src_tex2lyx_copied_header_files = Split('''
610     insets/InsetLayout.h
611 ''')
612
613
614 src_tex2lyx_copied_files = Split('''
615     Color.cpp
616     Counters.cpp
617     Encoding.cpp
618     FloatList.cpp
619     Floating.cpp
620     Layout.cpp
621     lengthcommon.cpp
622     Lexer.cpp
623     ModuleList.cpp
624     TextClass.cpp
625     insets/InsetLayout.cpp
626 ''')
627
628
629 src_tex2lyx_extra_files = Split('''
630     Makefile.am
631     pch.h
632     tex2lyx.1in
633     test/box-color-size-space-align.tex
634     test/DummyDocument.tex
635     test/foo.eps
636     test/foo.png
637     test/test-insets.tex
638     test/test.ltx
639     test/test-structure.tex
640 ''')
641
642
643 src_frontends_header_files = Split('''
644     alert.h
645     Application.h
646     Clipboard.h
647     FontLoader.h
648     FontMetrics.h
649     KeyModifier.h
650     KeySymbol.h
651     LyXView.h
652     mouse_state.h
653     Painter.h
654     Selection.h
655     WorkArea.h
656     WorkAreaManager.h
657 ''')
658
659
660 src_frontends_files = Split('''
661     WorkAreaManager.cpp
662 ''')
663
664
665 src_frontends_extra_files = Split('''
666     Makefile.am
667     pch.h
668 ''')
669
670
671 src_frontends_controllers_extra_files = Split('''
672     Makefile.am
673     pch.h
674 ''')
675
676
677 src_frontends_controllers_tests_extra_files = Split('''
678     Makefile.am
679     biblio.cpp
680     boost.cpp
681     pch.h
682     test_biblio
683 ''')
684
685
686 src_frontends_controllers_tests_regfiles_extra_files = Split('''
687     biblio
688 ''')
689
690
691 src_frontends_qt4_header_files = Split('''
692     ButtonPolicy.h
693     Dialog.h
694     Action.h
695     BulletsModule.h
696     ButtonController.h
697     ColorCache.h
698     CustomizedWidgets.h
699     DialogView.h
700     DockView.h
701     EmptyTable.h
702     FileDialog.h
703     FindAndReplace.h
704     FloatPlacement.h
705     GuiAbout.h
706     GuiApplication.h
707     GuiBibitem.h
708     GuiBibtex.h
709     GuiBox.h
710     GuiBranches.h
711     GuiBranch.h
712     GuiChanges.h
713     GuiCharacter.h
714     GuiCharacter.h
715     GuiCitation.h
716     GuiClipboard.h
717     GuiCommandBuffer.h
718     GuiCommandEdit.h
719     GuiCompare.h
720     GuiCompleter.h
721     GuiDelimiter.h
722     GuiDialog.h
723     GuiDocument.h
724     GuiErrorList.h
725     GuiERT.h
726     GuiExternal.h
727     GuiFloat.h
728     GuiFontExample.h
729     GuiFontLoader.h
730     GuiGraphics.h
731     GuiGraphicsUi.h
732     GuiHSpace.h
733     GuiHyperlink.h
734     GuiIdListModel.h
735     GuiImage.h
736     GuiInclude.h
737     GuiIndex.h
738     GuiIndices.h
739     GuiInfo.h
740     GuiKeySymbol.h
741     GuiLabel.h
742     GuiListings.h
743     GuiLog.h
744     GuiMathMatrix.h
745     GuiNomencl.h
746     GuiNote.h
747     GuiPainter.h
748     GuiParagraph.h
749     GuiPhantom.h
750     GuiPrefs.h
751     GuiPrint.h
752     GuiPrintindex.h
753     GuiPrintNomencl.h
754     GuiRef.h
755     GuiSearch.h
756     GuiSelection.h
757     GuiSelectionManager.h
758     GuiSendto.h
759     GuiSetBorder.h
760     GuiShowFile.h
761     GuiSpellchecker.h
762     GuiSymbols.h
763     GuiTabularCreate.h
764     GuiTabular.h
765     GuiTexinfo.h
766     GuiThesaurus.h
767     GuiToc.h
768     GuiToolbar.h
769     GuiView.h
770     GuiViewSource.h
771     GuiVSpace.h
772     GuiWorkArea.h
773     GuiWrap.h
774     IconPalette.h
775     InsertTableWidget.h
776     LaTeXHighlighter.h
777     LayoutBox.h
778     LengthCombo.h
779     LyXFileDialog.h
780     Menus.h
781     PanelStack.h
782     qt_helpers.h
783     qt_i18n.h
784     TocModel.h
785     TocWidget.h
786     Toolbars.h
787     Validator.h
788 ''')
789
790
791 src_frontends_qt4_files = Split('''
792     ButtonPolicy.cpp
793     Dialog.cpp
794     Action.cpp
795     BulletsModule.cpp
796     ButtonController.cpp
797     ColorCache.cpp
798     CustomizedWidgets.cpp
799     EmptyTable.cpp
800     FindAndReplace.cpp
801     FileDialog.cpp
802     FloatPlacement.cpp
803     GuiAbout.cpp
804     GuiAlert.cpp
805     GuiApplication.cpp
806     GuiBibitem.cpp
807     GuiBibtex.cpp
808     GuiBox.cpp
809     GuiBranch.cpp
810     GuiBranches.cpp
811     GuiChanges.cpp
812     GuiCharacter.cpp
813     GuiCitation.cpp
814     GuiClipboard.cpp
815     GuiCommandBuffer.cpp
816     GuiCommandEdit.cpp
817     GuiCompare.cpp
818     GuiCompleter.cpp
819     GuiDelimiter.cpp
820     GuiDialog.cpp
821     GuiDocument.cpp
822     GuiErrorList.cpp
823     GuiERT.cpp
824     GuiExternal.cpp
825     GuiFloat.cpp
826     GuiFontExample.cpp
827     GuiFontLoader.cpp
828     GuiFontMetrics.cpp
829     GuiGraphics.cpp
830     GuiHSpace.cpp
831     GuiHyperlink.cpp
832     GuiIdListModel.cpp 
833     GuiImage.cpp
834     GuiInclude.cpp
835     GuiIndex.cpp
836     GuiIndices.cpp
837     GuiInfo.cpp
838     GuiKeySymbol.cpp
839     GuiLabel.cpp
840     GuiListings.cpp
841     GuiLog.cpp
842     GuiMathMatrix.cpp
843     GuiNomencl.cpp
844     GuiNote.cpp
845     GuiPainter.cpp
846     GuiParagraph.cpp
847     GuiPhantom.cpp
848     GuiPrefs.cpp
849     GuiPrint.cpp
850     GuiPrintindex.cpp
851     GuiPrintNomencl.cpp
852     GuiRef.cpp
853     GuiSearch.cpp
854     GuiSelection.cpp
855     GuiSelectionManager.cpp
856     GuiSendto.cpp
857     GuiSetBorder.cpp
858     GuiShowFile.cpp
859     GuiSpellchecker.cpp
860     GuiSymbols.cpp
861     GuiTabular.cpp
862     GuiTabularCreate.cpp
863     GuiTexinfo.cpp
864     GuiThesaurus.cpp
865     GuiToc.cpp
866     GuiToolbar.cpp
867     GuiView.cpp
868     GuiViewSource.cpp
869     GuiVSpace.cpp
870     GuiWorkArea.cpp
871     GuiWrap.cpp
872     IconPalette.cpp
873     InsertTableWidget.cpp
874     LengthCombo.cpp
875     LaTeXHighlighter.cpp
876     LayoutBox.cpp
877     LyXFileDialog.cpp
878     Menus.cpp
879     PanelStack.cpp
880     qt_helpers.cpp
881     TocModel.cpp
882     TocWidget.cpp
883     Toolbars.cpp
884     Validator.cpp
885 ''')
886
887
888 src_frontends_qt4_extra_files = Split('''
889     GuiFontMetrics.h
890     Makefile.am
891     pch.h
892     README    
893 ''')
894
895
896 src_frontends_qt4_ui_files = Split('''
897     AboutUi.ui
898     AskForTextUi.ui
899     BibitemUi.ui
900     BiblioUi.ui
901     BibtexAddUi.ui
902     BibtexUi.ui
903     BoxUi.ui
904     BranchUi.ui
905     BranchesUi.ui
906     BranchesUnknownUi.ui
907     BulletsUi.ui
908     ChangesUi.ui
909     CharacterUi.ui
910     CitationUi.ui
911     DelimiterUi.ui
912     DocumentUi.ui
913     ERTUi.ui
914     ErrorListUi.ui
915     ExternalUi.ui
916     FindAndReplaceUi.ui
917     FloatPlacementUi.ui
918     FloatUi.ui
919     FontUi.ui
920     GraphicsUi.ui
921     HSpaceUi.ui
922     HyperlinkUi.ui
923     IncludeUi.ui
924     IndexUi.ui
925     IndicesUi.ui
926     InfoUi.ui
927     LabelUi.ui
928     LaTeXUi.ui
929     LanguageUi.ui
930     ListingsUi.ui
931     ListingsSettingsUi.ui
932     LogUi.ui
933     MarginsUi.ui
934     MathMatrixUi.ui
935     MathsUi.ui
936     ModulesUi.ui
937     NomenclUi.ui
938     NoteUi.ui
939     NumberingUi.ui
940     OutputUi.ui
941     PageLayoutUi.ui
942     ParagraphUi.ui
943     PDFSupportUi.ui
944     PhantomUi.ui
945     PreambleUi.ui
946     PrefColorsUi.ui
947     PrefCompletionUi.ui
948     PrefConvertersUi.ui
949     PrefDateUi.ui
950     PrefDisplayUi.ui
951     PrefEditUi.ui
952     PrefFileformatsUi.ui
953     PrefIdentityUi.ui
954     PrefInputUi.ui
955     PrefLanguageUi.ui
956     PrefLatexUi.ui
957     PrefPathsUi.ui
958     PrefPlaintextUi.ui
959     PrefPrinterUi.ui
960     PrefScreenFontsUi.ui
961     PrefShortcutsUi.ui
962     PrefSpellcheckerUi.ui
963     PrefUi.ui
964     PrefsUi.ui
965     PrintUi.ui
966     PrintindexUi.ui
967     PrintNomenclUi.ui
968     RefUi.ui
969     SearchUi.ui
970     SendtoUi.ui
971     ShortcutUi.ui
972     ShowFileUi.ui
973     SpellcheckerUi.ui
974     SymbolsUi.ui
975     TabularCreateUi.ui
976     TabularUi.ui
977     TexinfoUi.ui
978     TextLayoutUi.ui
979     ThesaurusUi.ui
980     TocUi.ui
981     ToggleWarningUi.ui
982     VSpaceUi.ui
983     ViewSourceUi.ui
984     WrapUi.ui
985 ''')
986
987
988 src_frontends_qt4_ui_extra_files = Split('''
989     compile_uic.sh
990     Makefile.am    
991 ''')
992
993
994 src_insets_header_files = Split('''
995     ExternalSupport.h
996     ExternalTemplate.h
997     ExternalTransforms.h
998     Inset.h
999     InsetBibitem.h
1000     InsetBibtex.h
1001     InsetBox.h
1002     InsetBranch.h
1003     InsetCaption.h
1004     InsetCitation.h
1005     InsetCode.h
1006     InsetCollapsable.h
1007     InsetCommand.h
1008     InsetCommandParams.h
1009     InsetERT.h
1010     InsetExternal.h
1011     InsetFlex.h
1012     InsetFloat.h
1013     InsetFloatList.h
1014     InsetFoot.h
1015     InsetFootlike.h
1016     InsetGraphics.h
1017     InsetGraphicsParams.h
1018     InsetHyperlink.h
1019     InsetInclude.h
1020     InsetIndex.h
1021     InsetInfo.h
1022     InsetLabel.h
1023     InsetLayout.h
1024     InsetLine.h
1025     InsetListings.h
1026     InsetListingsParams.h
1027     InsetMarginal.h
1028     InsetNewline.h
1029     InsetNewpage.h
1030     InsetNomencl.h
1031     InsetNote.h
1032     InsetOptArg.h
1033     InsetPhantom.h
1034     InsetQuotes.h
1035     InsetRef.h
1036     InsetSpace.h
1037     InsetSpecialChar.h
1038     InsetTOC.h
1039     InsetTabular.h
1040     InsetText.h
1041     InsetVSpace.h
1042     InsetWrap.h
1043     RenderBase.h
1044     RenderButton.h
1045     RenderGraphic.h
1046     RenderPreview.h
1047 ''')
1048
1049
1050 src_insets_files = Split('''
1051     ExternalSupport.cpp
1052     ExternalTemplate.cpp
1053     ExternalTransforms.cpp
1054     Inset.cpp
1055     InsetBibitem.cpp
1056     InsetBibtex.cpp
1057     InsetBox.cpp
1058     InsetBranch.cpp
1059     InsetCaption.cpp
1060     InsetCitation.cpp
1061     InsetCollapsable.cpp
1062     InsetCommand.cpp
1063     InsetCommandParams.cpp
1064     InsetERT.cpp
1065     InsetExternal.cpp
1066     InsetFlex.cpp
1067     InsetFloat.cpp
1068     InsetFloatList.cpp
1069     InsetFoot.cpp
1070     InsetFootlike.cpp
1071     InsetGraphics.cpp
1072     InsetGraphicsParams.cpp
1073     InsetHyperlink.cpp
1074     InsetInclude.cpp
1075     InsetIndex.cpp
1076     InsetInfo.cpp
1077     InsetLabel.cpp
1078     InsetLayout.cpp
1079     InsetLine.cpp
1080     InsetListings.cpp
1081     InsetListingsParams.cpp
1082     InsetMarginal.cpp
1083     InsetNewline.cpp
1084     InsetNewpage.cpp
1085     InsetNomencl.cpp
1086     InsetNote.cpp
1087     InsetOptArg.cpp
1088     InsetPhantom.cpp
1089     InsetQuotes.cpp
1090     InsetRef.cpp
1091     InsetSpace.cpp
1092     InsetSpecialChar.cpp
1093     InsetTOC.cpp
1094     InsetTabular.cpp
1095     InsetText.cpp
1096     InsetVSpace.cpp
1097     InsetWrap.cpp
1098     RenderButton.cpp
1099     RenderGraphic.cpp
1100     RenderPreview.cpp
1101 ''')
1102
1103
1104 src_insets_extra_files = Split('''
1105     Makefile.am
1106     pch.h
1107 ''')
1108
1109
1110 intl_header_files = Split('''
1111     eval-plural.h
1112     gettextP.h
1113     gmo.h
1114     hash-string.h
1115     loadinfo.h
1116     localcharset.h
1117     os2compat.h
1118     plural-exp.h
1119     printf-args.h
1120     printf-parse.h
1121     relocatable.h
1122     vasnprintf.h
1123     vasnwprintf.h
1124     wprintf-parse.h
1125     xsize.h
1126 ''')
1127
1128
1129 intl_files = Split('''
1130     bindtextdom.c
1131     dcgettext.c
1132     dcigettext.c
1133     dcngettext.c
1134     dgettext.c
1135     dngettext.c
1136     explodename.c
1137     finddomain.c
1138     gettext.c
1139     intl-compat.c
1140     l10nflist.c
1141     langprefs.c
1142     loadmsgcat.c
1143     localcharset.c
1144     localealias.c
1145     localename.c
1146     log.c
1147     ngettext.c
1148     osdep.c
1149     plural-exp.c
1150     plural.c
1151     printf.c
1152     relocatable.c
1153     textdomain.c
1154 ''')
1155
1156
1157 intl_extra_files = Split('''
1158     config.charset
1159     libgnuintl.h.in
1160     locale.alias
1161     os2compat.c
1162     plural.y
1163     printf-args.c
1164     printf-parse.c
1165     ref-add.sin
1166     ref-del.sin
1167     vasnprintf.c
1168     VERSION
1169 ''')
1170
1171
1172 config_extra_files = Split('''
1173     common.am
1174     config.guess
1175     config.rpath
1176     config.sub
1177     depcomp
1178     install-sh
1179     ltmain.sh
1180     lyxinclude.m4
1181     Makefile.am
1182     missing
1183     mkinstalldirs
1184     pkg.m4
1185     py-compile
1186     qt4.m4
1187     spell.m4
1188 ''')
1189
1190
1191 sourcedoc_extra_files = Split('''
1192     Doxyfile.in
1193     Makefile.am
1194 ''')
1195
1196
1197 po_extra_files = Split('''
1198     ar.po
1199     bg.po
1200     boldquot.sed
1201     ca.po
1202     cs.po
1203     da.po
1204     de.po
1205     en@boldquot.header
1206     en@quot.header
1207     en.po
1208     es.po
1209     eu.po
1210     fi.po
1211     fr.po
1212     gl.po
1213     he.po
1214     hu.po
1215     insert-header.sin
1216     id.po
1217     it.po
1218     ja.po
1219     ko.po
1220     LINGUAS
1221     lyx_pot.py
1222     Makefile.in.in
1223     Makevars
1224     nb.po
1225     nl.po
1226     nn.po
1227     pl.po
1228     pocheck.pl
1229     POTFILES.in
1230     postats.sh
1231     pt.po
1232     quot.sed
1233     README
1234     remove-potcdate.sin
1235     ro.po
1236     ru.po
1237     Rules-quot
1238     sk.po
1239     sl.po
1240     sv.po
1241     tr.po
1242     uk.po
1243     wa.po
1244     zh_CN.po
1245     zh_TW.po
1246 ''')
1247
1248
1249 lib_files = Split('''
1250     chkconfig.ltx
1251     configure.py
1252     CREDITS
1253     encodings
1254     external_templates
1255     languages
1256     symbols
1257     syntax.default
1258     unicodesymbols
1259 ''')
1260
1261
1262 lib_extra_files = Split('''
1263     autocorrect
1264     build-listerrors
1265     generate_contributions.py
1266     Makefile.am
1267 ''')
1268
1269
1270 lib_kbd_files = Split('''
1271     american-2.kmap
1272     american.kmap
1273     arabic.kmap
1274     bg-bds-1251.kmap
1275     brazil.kmap
1276     brazil2.kmap
1277     czech-prg.kmap
1278     czech.kmap
1279     espanol.kmap
1280     european.kmap
1281     farsi.kmap
1282     francais.kmap
1283     french.kmap
1284     german-2.kmap
1285     german-3.kmap
1286     german.kmap
1287     greek.kmap
1288     hebrew.kmap
1289     koi8-r.kmap
1290     koi8-u.kmap
1291     latvian.kmap
1292     magyar-2.kmap
1293     magyar-3.kmap
1294     magyar.kmap
1295     null.kmap
1296     polish.kmap
1297     polski.kmap
1298     portuges.kmap
1299     romanian.kmap
1300     serbian.kmap
1301     serbocroatian.kmap
1302     sf.kmap
1303     sg.kmap
1304     slovak.kmap
1305     slovene.kmap
1306     thai-kedmanee.kmap
1307     transilvanian.kmap
1308     turkish-f.kmap
1309     turkish.kmap
1310 ''')
1311
1312
1313 lib_templates_files = Split('''
1314     aa.lyx
1315     aastex.lyx
1316     ACM-siggraph.lyx
1317     ACM-sigplan.lyx
1318     agu_article.lyx
1319     apa.lyx
1320     beamer-conference-ornate-20min.lyx
1321     de_beamer-conference-ornate-20min.lyx
1322     dinbrief.lyx
1323     docbook_article.lyx
1324     elsarticle.lyx
1325     fr_beamer-conference-ornate-20min.lyx
1326     g-brief-de.lyx
1327     g-brief-en.lyx
1328     g-brief2.lyx
1329     hollywood.lyx
1330     IEEEtran.lyx
1331     ijmpc.lyx
1332     ijmpd.lyx
1333     iop-article.lyx
1334     JSS-article.lyx
1335     kluwer.lyx
1336     koma-letter2.lyx
1337     latex8.lyx
1338     letter.lyx
1339     README.new_templates
1340     revtex.lyx
1341     revtex4.lyx
1342     slides.lyx
1343     svjour3.lyx
1344 ''')
1345
1346
1347 lib_ui_files = Split('''
1348     classic.ui
1349     default.ui
1350     stdcontext.inc
1351     stdmenus.inc
1352     stdtoolbars.inc
1353 ''')
1354
1355
1356 lib_fonts_files = Split('''
1357     BaKoMaFontLicense.txt
1358     cmex10.ttf
1359     cmmi10.ttf
1360     cmr10.ttf
1361     cmsy10.ttf
1362     esint10.ttf
1363     eufm10.ttf
1364     msam10.ttf
1365     msbm10.ttf
1366     ReadmeBaKoMa4LyX.txt
1367     wasy10.ttf
1368 ''')
1369
1370
1371 lib_images_files = Split('''
1372     all-changes-accept.png
1373     all-changes-reject.png
1374     amssymb.png
1375     banner.png
1376     bookmark-goto.png
1377     bookmark-goto_0.png
1378     bookmark-save.png
1379     box-insert.png
1380     break-line.png
1381     buffer-close.png
1382     buffer-export.png
1383     buffer-export_dvi.png
1384     buffer-export_latex.png
1385     buffer-export_pdf.png
1386     buffer-export_pdf2.png
1387     buffer-export_pdf3.png
1388     buffer-export_pdf4.png
1389     buffer-export_ps.png
1390     buffer-export_text.png
1391     buffer-new.png
1392     buffer-reload.png
1393     buffer-update.png
1394     buffer-update_dvi.png
1395     buffer-update_pdf.png
1396     buffer-update_pdf2.png
1397     buffer-update_pdf3.png
1398     buffer-update_pdf4.png
1399     buffer-update_ps.png
1400     buffer-view.png
1401     buffer-view_dvi.png
1402     buffer-view_pdf.png
1403     buffer-view_pdf2.png
1404     buffer-view_pdf3.png
1405     buffer-view_pdf4.png
1406     buffer-view_ps.png
1407     buffer-write-as.png
1408     buffer-write.png
1409     build-program.png
1410     change-accept.png
1411     change-next.png
1412     change-reject.png
1413     changes-merge.png
1414     changes-output.png
1415     changes-track.png
1416     closetab.png
1417     close-tab-group.png
1418     copy.png
1419     cut.png
1420     demote.png
1421     depth-decrement.png
1422     depth-increment.png
1423     dialog-preferences.png
1424     dialog-show-new-inset_citation.png
1425     dialog-show-new-inset_graphics.png
1426     dialog-show-new-inset_include.png
1427     dialog-show-new-inset_ref.png
1428     dialog-show_character.png
1429     dialog-show_findreplace.png
1430     dialog-show_mathdelimiter.png
1431     dialog-show_mathmatrix.png
1432     dialog-show_print.png
1433     dialog-show_spellchecker.png
1434     dialog-show_vclog.png
1435     dialog-toggle_findreplaceadv.png
1436     dialog-toggle_toc.png
1437     down.png
1438     ert-insert.png
1439     file-open.png
1440     float-insert_figure.png
1441     float-insert_table.png
1442     font-bold.png
1443     font-emph.png
1444     textstyle-apply.png
1445     font-noun.png
1446     font-sans.png
1447     footnote-insert.png
1448     href-insert.png
1449     hidetab.png
1450     index-insert.png
1451     label-insert.png
1452     layout-document.png
1453     layout-paragraph.png
1454     layout.png
1455     layout_Description.png
1456     layout_Enumerate.png
1457     layout_Itemize.png
1458     layout_List.png
1459     layout_LyX-Code.png
1460     layout_Scrap.png
1461     layout_Section.png
1462     lyx-quit.png
1463     lyx.png
1464     marginalnote-insert.png
1465     master-buffer-update.png
1466     master-buffer-view.png
1467     math-display.png
1468     math-macro-add-greedy-optional-param.png
1469     math-macro-add-optional-param.png
1470     math-macro-add-param.png
1471     math-macro-append-greedy-param.png
1472     math-macro-make-nonoptional.png
1473     math-macro-make-optional.png
1474     math-macro-remove-greedy-param.png
1475     math-macro-remove-optional-param.png
1476     math-macro-remove-param.png
1477     math-macro_newmacroname_newcommand.png
1478     math-matrix.png
1479     math-mode.png
1480     math-subscript.png
1481     math-superscript.png
1482     nomencl-insert.png
1483     note-insert.png
1484     note-next.png
1485     paste.png
1486     promote.png
1487     psnfss1.png
1488     psnfss2.png
1489     psnfss3.png
1490     psnfss4.png
1491     redo.png
1492     reload.png
1493     split-view_horizontal.png
1494     split-view_vertical.png
1495     standard.png
1496     tabular-feature_m-align-center.png
1497     tabular-feature_m-align-left.png
1498     tabular-feature_m-align-right.png
1499     tabular-feature_append-column.png
1500     tabular-feature_append-row.png
1501     tabular-feature_delete-column.png
1502     tabular-feature_delete-row.png
1503     tabular-feature_multicolumn.png
1504     tabular-feature_set-all-lines.png
1505     tabular-feature_set-border-lines.png
1506     tabular-feature_set-longtabular.png
1507     tabular-feature_set-rotate-cell.png
1508     tabular-feature_set-rotate-tabular.png
1509     tabular-feature_toggle-line-bottom.png
1510     tabular-feature_toggle-line-left.png
1511     tabular-feature_toggle-line-right.png
1512     tabular-feature_toggle-line-top.png
1513     tabular-feature_toggle-rotate-cell.png
1514     tabular-feature_toggle-rotate-tabular.png
1515     tabular-feature_unset-all-lines.png
1516     tabular-feature_m-valign-bottom.png
1517     tabular-feature_m-valign-middle.png
1518     tabular-feature_m-valign-top.png
1519     tabular-insert.png
1520     thesaurus-entry.png
1521     toolbar-toggle_math.png
1522     toolbar-toggle_math_panels.png
1523     toolbar-toggle_table.png
1524     undo.png
1525     unknown.png
1526     up.png
1527     update-others.png
1528     url-insert.png
1529     vc-check-in.png
1530     vc-check-out.png
1531     vc-locking-toggle.png
1532     vc-register.png
1533     vc-repo-update.png
1534     vc-revert.png
1535     view-others.png
1536 ''')
1537
1538
1539 lib_images_extra_files = Split('''
1540     font-smallcaps.png
1541     README
1542 ''')
1543
1544
1545 lib_images_math_files = Split('''
1546     acute.png
1547     adots.png
1548     aleph.png
1549     alpha.png
1550     amalg.png
1551     angle.png
1552     approx.png
1553     approxeq.png
1554     asymp.png
1555     backepsilon.png
1556     backprime.png
1557     backsim.png
1558     backsimeq.png
1559     backslash.png
1560     bar.png
1561     bars.png
1562     barwedge.png
1563     Bbbk.png
1564     because.png
1565     beta.png
1566     beth.png
1567     between.png
1568     bigcap.png
1569     bigcirc.png
1570     bigcup.png
1571     bigodot.png
1572     bigoplus.png
1573     bigotimes.png
1574     bigsqcup.png
1575     bigstar.png
1576     bigtriangledown.png
1577     bigtriangleup.png
1578     biguplus.png
1579     bigvee.png
1580     bigwedge.png
1581     blacklozenge.png
1582     blacksquare.png
1583     blacktriangle.png
1584     blacktriangledown.png
1585     blacktriangleleft.png
1586     blacktriangleright.png
1587     bot.png
1588     bowtie.png
1589     boxdot.png
1590     boxminus.png
1591     boxplus.png
1592     boxtimes.png
1593     breve.png
1594     bullet.png
1595     bumpeq.png
1596     bumpeq2.png
1597     cap.png
1598     cap2.png
1599     cases.png
1600     cdot.png
1601     cdots.png
1602     centerdot.png
1603     check.png
1604     chi.png
1605     circ.png
1606     circeq.png
1607     circlearrowleft.png
1608     circlearrowright.png
1609     circledS.png
1610     circledast.png
1611     circledcirc.png
1612     circleddash.png
1613     clubsuit.png
1614     complement.png
1615     cong.png
1616     coprod.png
1617     cup.png
1618     cup2.png
1619     curlyeqprec.png
1620     curlyeqsucc.png
1621     curlyvee.png
1622     curlywedge.png
1623     curvearrowleft.png
1624     curvearrowright.png
1625     dagger.png
1626     daleth.png
1627     dashleftarrow.png
1628     dashrightarrow.png
1629     dashv.png
1630     ddagger.png
1631     ddddot.png
1632     dddot.png
1633     ddot.png
1634     ddots.png
1635     delim.png
1636     delta.png
1637     delta2.png
1638     diagdown.png
1639     diagup.png
1640     diamond.png
1641     diamondsuit.png
1642     digamma.png
1643     div.png
1644     divideontimes.png
1645     dot.png
1646     doteq.png
1647     doteqdot.png
1648     dotplus.png
1649     dotsint.png
1650     dotsintop.png
1651     doublebarwedge.png
1652     downarrow.png
1653     downarrow2.png
1654     downdownarrows.png
1655     downharpoonleft.png
1656     downharpoonright.png
1657     ell.png
1658     empty.png
1659     emptyset.png
1660     epsilon.png
1661     eqcirc.png
1662     eqslantgtr.png
1663     eqslantless.png
1664     equation.png
1665     equiv.png
1666     eta.png
1667     eth.png
1668     exists.png
1669     export-others.png
1670     fallingdotseq.png
1671     fint.png
1672     fintop.png
1673     Finv.png
1674     flat.png
1675     font.png
1676     forall.png
1677     frac-square.png
1678     frac.png
1679     frown.png
1680     functions.png
1681     Game.png
1682     gamma.png
1683     gamma2.png
1684     geq.png
1685     geqq.png
1686     geqslant.png
1687     gg.png
1688     ggg.png
1689     gimel.png
1690     gnapprox.png
1691     gneq.png
1692     gneqq.png
1693     gnsim.png
1694     grave.png
1695     gtrapprox.png
1696     gtrdot.png
1697     gtreqless.png
1698     gtreqqless.png
1699     gtrless.png
1700     gtrsim.png
1701     gvertneqq.png
1702     hat.png
1703     hbar.png
1704     heartsuit.png
1705     hookleftarrow.png
1706     hookrightarrow.png
1707     hphantom.png
1708     hslash.png
1709     iddots.png
1710     iiiint.png
1711     iiiintop.png
1712     iiint.png
1713     iiintop.png
1714     iint.png
1715     iintop.png
1716     Im.png
1717     imath.png
1718     in.png
1719     infty.png
1720     int.png
1721     intercal.png
1722     intop.png
1723     iota.png
1724     jmath.png
1725     kappa.png
1726     lambda.png
1727     lambda2.png
1728     landdownint.png
1729     landdownintop.png
1730     landupint.png
1731     landupintop.png
1732     langle.png
1733     lbrace.png
1734     lbrace_rbrace.png
1735     lbracket.png
1736     lbracket_rbracket.png
1737     lceil.png
1738     lceil_rceil.png
1739     ldots.png
1740     leftarrow.png
1741     leftarrow2.png
1742     leftarrowtail.png
1743     leftharpoondown.png
1744     leftharpoonup.png
1745     leftleftarrows.png
1746     leftrightarrow.png
1747     leftrightarrow2.png
1748     leftrightarrows.png
1749     leftrightharpoons.png
1750     leftrightsquigarrow.png
1751     leftthreetimes.png
1752     leq.png
1753     leqq.png
1754     leqslant.png
1755     lessapprox.png
1756     lessdot.png
1757     lesseqgtr.png
1758     lesseqqgtr.png
1759     lessgtr.png
1760     lesssim.png
1761     lfloor.png
1762     lfloor_rfloor.png
1763     ll.png
1764     llcorner.png
1765     Lleftarrow.png
1766     lll.png
1767     lnapprox.png
1768     lneq.png
1769     lneqq.png
1770     lnsim.png
1771     longleftarrow.png
1772     longleftarrow2.png
1773     longleftrightarrow.png
1774     longleftrightarrow2.png
1775     longmapsto.png
1776     longrightarrow.png
1777     longrightarrow2.png
1778     looparrowleft.png
1779     looparrowright.png
1780     lozenge.png
1781     lparen.png
1782     lparen_rparen.png
1783     lrcorner.png
1784     Lsh.png
1785     ltimes.png
1786     lvertneqq.png
1787     mapsto.png
1788     mathbb_C.png
1789     mathbb_H.png
1790     mathbb_N.png
1791     mathbb_Q.png
1792     mathbb_R.png
1793     mathbb_Z.png
1794     mathcal_F.png
1795     mathcal_H.png
1796     mathcal_L.png
1797     mathcal_O.png
1798     mathcircumflex.png
1799     mathrm_T.png
1800     matrix.png
1801     measuredangle.png
1802     mho.png
1803     mid.png
1804     models.png
1805     mp.png
1806     mu.png
1807     multimap.png
1808     nabla.png
1809     natural.png
1810     ncong.png
1811     nearrow.png
1812     neg.png
1813     neq.png
1814     nexists.png
1815     ngeq.png
1816     ngeqq.png
1817     ngeqslant.png
1818     ngtr.png
1819     ni.png
1820     nleftarrow.png
1821     nleftarrow2.png
1822     nleftrightarrow.png
1823     nleftrightarrow2.png
1824     nleq.png
1825     nleqq.png
1826     nleqslant.png
1827     nless.png
1828     nmid.png
1829     notin.png
1830     nparallel.png
1831     nprec.png
1832     npreceq.png
1833     nrightarrow.png
1834     nrightarrow2.png
1835     nshortmid.png
1836     nshortparallel.png
1837     nsim.png
1838     nsubseteq.png
1839     nsucc.png
1840     nsucceq.png
1841     nsupseteq.png
1842     nsupseteqq.png
1843     ntriangleleft.png
1844     ntrianglelefteq.png
1845     ntriangleright.png
1846     ntrianglerighteq.png
1847     nu.png
1848     nvdash.png
1849     nvdash2.png
1850     nvdash3.png
1851     nwarrow.png
1852     odot.png
1853     oiint.png
1854     oiintop.png
1855     oint.png
1856     ointclockwise.png
1857     ointclockwiseop.png
1858     ointctrclockwise.png
1859     ointctrclockwiseop.png
1860     ointop.png
1861     omega.png
1862     omega2.png
1863     ominus.png
1864     oplus.png
1865     oslash.png
1866     otimes.png
1867     overbrace.png
1868     overleftarrow.png
1869     overleftrightarrow.png
1870     overline.png
1871     overrightarrow.png
1872     overset.png
1873     parallel.png
1874     partial.png
1875     perp.png
1876     phantom.png
1877     phi.png
1878     phi2.png
1879     pi.png
1880     pi2.png
1881     pitchfork.png
1882     pm.png
1883     prec.png
1884     precapprox.png
1885     preccurlyeq.png
1886     preceq.png
1887     precnapprox.png
1888     precnsim.png
1889     precsim.png
1890     prime.png
1891     prod.png
1892     propto.png
1893     psi.png
1894     psi2.png
1895     rangle.png
1896     rbrace.png
1897     rbracket.png
1898     rceil.png
1899     Re.png
1900     rfloor.png
1901     rho.png
1902     rightarrow.png
1903     rightarrow2.png
1904     rightarrowtail.png
1905     rightharpoondown.png
1906     rightharpoonup.png
1907     rightleftarrows.png
1908     rightleftharpoons.png
1909     rightrightarrows.png
1910     rightsquigarrow.png
1911     rightthreetimes.png
1912     risingdotseq.png
1913     root.png
1914     rparen.png
1915     Rrightarrow.png
1916     Rsh.png
1917     rtimes.png
1918     searrow.png
1919     setminus.png
1920     sharp.png
1921     shortmid.png
1922     shortparallel.png
1923     sigma.png
1924     sigma2.png
1925     sim.png
1926     simeq.png
1927     slash.png
1928     smallfrown.png
1929     smallsetminus.png
1930     smallsmile.png
1931     smile.png
1932     space.png
1933     spadesuit.png
1934     sphericalangle.png
1935     sqcap.png
1936     sqcup.png
1937     sqiint.png
1938     sqiintop.png
1939     sqint.png
1940     sqintop.png
1941     sqrt-square.png
1942     sqrt.png
1943     sqsubset.png
1944     sqsubseteq.png
1945     sqsupset.png
1946     sqsupseteq.png
1947     square.png
1948     star.png
1949     style.png
1950     style.png
1951     sub.png
1952     subset.png
1953     subset2.png
1954     subseteq.png
1955     subseteqq.png
1956     subsetneq.png
1957     subsetneqq.png
1958     succ.png
1959     succapprox.png
1960     succcurlyeq.png
1961     succeq.png
1962     succnapprox.png
1963     succnsim.png
1964     succsim.png
1965     sum.png
1966     super.png
1967     supset.png
1968     supset2.png
1969     supseteq.png
1970     supseteqq.png
1971     supsetneq.png
1972     supsetneqq.png
1973     surd.png
1974     swarrow.png
1975     tau.png
1976     textrm_AA.png
1977     textrm_O.png
1978     therefore.png
1979     theta.png
1980     theta2.png
1981     thickapprox.png
1982     thicksim.png
1983     tilde.png
1984     times.png
1985     top.png
1986     triangle.png
1987     triangledown.png
1988     triangleleft.png
1989     trianglelefteq.png
1990     triangleq.png
1991     triangleright.png
1992     trianglerighteq.png
1993     twoheadleftarrow.png
1994     twoheadrightarrow.png
1995     ulcorner.png
1996     underbrace.png
1997     underleftarrow.png
1998     underleftrightarrow.png
1999     underline.png
2000     underrightarrow.png
2001     underscore.png
2002     underset.png
2003     uparrow.png
2004     uparrow2.png
2005     updownarrow.png
2006     updownarrow2.png
2007     upharpoonleft.png
2008     upharpoonright.png
2009     uplus.png
2010     upsilon.png
2011     upsilon2.png
2012     upuparrows.png
2013     urcorner.png
2014     varepsilon.png
2015     varkappa.png
2016     varnothing.png
2017     varphi.png
2018     varpi.png
2019     varpropto.png
2020     varrho.png
2021     varsigma.png
2022     varsubsetneq.png
2023     varsubsetneqq.png
2024     varsupsetneq.png
2025     varsupsetneqq.png
2026     vartheta.png
2027     vartriangle.png
2028     vartriangleleft.png
2029     vartriangleright.png
2030     vdash.png
2031     vdash2.png
2032     vdash3.png
2033     vdots.png
2034     vec.png
2035     vee.png
2036     veebar.png
2037     vert.png
2038     vert2.png
2039     vphantom.png
2040     Vvdash.png
2041     wedge.png
2042     widehat.png
2043     widetilde.png
2044     wp.png
2045     wr.png
2046     xi.png
2047     xi2.png
2048     zeta.png
2049 ''')
2050
2051
2052 lib_images_math_extra_files = Split('''
2053     ams_arrows.png
2054     ams_misc.png
2055     ams_nrel.png
2056     ams_ops.png
2057     ams_rel.png
2058     arrows.png
2059     bop.png
2060     brel.png
2061     deco.png
2062     deco.png
2063     delim.png
2064     delim0.png
2065     delim1.png
2066     dots.png
2067     font.png
2068     functions.png
2069     greek.png
2070     misc.png
2071     varsz.png
2072 ''')
2073
2074
2075 lib_images_commands_files = Split('''
2076 ''')
2077
2078
2079 lib_images_attic_extra_files = Split('''
2080     dialog-show_mathpanel.png
2081 ''')
2082
2083
2084 lib_tex_files = Split('''
2085     broadway.cls
2086     hollywood.cls
2087     lyxchess.sty
2088     lyxskak.sty
2089     revtex.cls
2090 ''')
2091
2092
2093 lib_doc_files = Split('''
2094     Customization.lyx
2095     DummyDocument1.lyx
2096     DummyDocument2.lyx
2097     DummyTextDocument.txt
2098     EmbeddedObjects.lyx
2099     Additional.lyx
2100     Formula-numbering.lyx
2101     Intro.lyx
2102     LaTeXConfig.lyx
2103     LFUNs.lyx
2104     Math.lyx
2105     Shortcuts.lyx
2106     Tutorial.lyx
2107     UserGuide.lyx
2108 ''')
2109
2110
2111 lib_doc_biblio_files = Split('''
2112     alphadin.bst
2113     LyXDocs.bib
2114 ''')
2115
2116
2117 lib_doc_clipart_files = Split('''
2118     Abstract.pdf
2119     BoxInsetDefaultQt4.png
2120     ChangesToolbar.png
2121     ChildDocumentQt4.png
2122     CommentNoteImageQt4.png
2123     endnotes.pdf
2124     ERT.png
2125     escher-lsd.eps
2126     ExternalMaterialQt4.png
2127     ExtraToolbar.png
2128     floatQt4.png
2129     footnoteQt4.png
2130     GreyedOutNoteImageQt4.png
2131     labelQt4.png
2132     LaTeX.png
2133     LyXNoteImageQt4.png
2134     macrobox.png
2135     MacroToolbar.png
2136     macrouse.png
2137     mbox.png
2138     mobius.eps
2139     platypus.eps
2140     referenceQt4.png
2141     SpaceMarker.png
2142     StandardToolbar.png
2143     ToolbarEnvBox.png
2144     ViewToolbar.png
2145     with_fntright.pdf
2146     without_fntright.pdf
2147 ''')
2148
2149
2150 lib_doc_extra_files = Split('''
2151     Makefile.am
2152     README.Documentation
2153 ''')
2154
2155
2156 lib_doc_ca_files = Split('''
2157     Intro.lyx
2158 ''')
2159
2160
2161 lib_doc_cs_files = Split('''
2162     Tutorial.lyx
2163 ''')
2164
2165
2166 lib_doc_de_files = Split('''
2167     Customization.lyx
2168     DummyDocument1.lyx
2169     DummyDocument2.lyx
2170     DummyTextDocument.txt
2171     EmbeddedObjects.lyx
2172     Additional.lyx
2173     Formelnummerierung.lyx
2174     Intro.lyx
2175     Math.lyx
2176     Shortcuts.lyx
2177     Tutorial.lyx
2178     UserGuide.lyx
2179 ''')
2180
2181
2182 lib_doc_de_clipart_files = Split('''
2183     ERT.png
2184     ExternesMaterialQt4.png
2185     FussnoteQt4.png
2186     GleitobjektQt4.png
2187     GrauschriftNotizQt4.png
2188     KommentarQt4.png
2189     LyXNotizQt4.png
2190     Marke.png
2191     Querverweis.png
2192     StandardBoxQt4.png
2193     UnterdokumentQt4.png
2194 ''')
2195
2196
2197 lib_doc_da_files = Split('''
2198     Intro.lyx
2199 ''')
2200
2201
2202 lib_doc_es_files = Split('''
2203     Customization.lyx
2204     DocumentoPostizo1.lyx
2205     DocumentoPostizo2.lyx
2206     DocumentoTextoPostizo.txt
2207     EmbeddedObjects.lyx
2208     Additional.lyx
2209     Formula-numbering.lyx
2210     Intro.lyx
2211     Math.lyx
2212     Shortcuts.lyx
2213     Tutorial.lyx
2214     UserGuide.lyx
2215 ''')
2216
2217
2218 lib_doc_es_clipart_files = Split('''
2219     ComentNotaImagenQt4.png
2220     CuadroMinipagQt4.png
2221     DocumentoHijoQt4.png
2222     es_ERT.png
2223     es_ToolbarEnvBox.png
2224     etiquetaQt4.png
2225     flotanteQt4.png
2226     GrisNotaImagenQt4.png
2227     MaterialExternoQt4.png
2228     NotaLyXImagenQt4.png
2229     notapieQt4.png
2230     referenciaQt4.png
2231     Resumen.pdf
2232 ''')
2233
2234
2235 lib_doc_eu_files = Split('''
2236     Customization.lyx
2237     Additional.lyx
2238     Intro.lyx
2239     Tutorial.lyx
2240     UserGuide.lyx
2241 ''')
2242
2243
2244 lib_doc_fr_files = Split('''
2245     Customization.lyx
2246     DocumentBidon1.lyx
2247     DocumentBidon2.lyx
2248     DocumentTexteBidon.txt
2249     EmbeddedObjects.lyx
2250     Additional.lyx
2251     Formula-numbering.lyx
2252     Intro.lyx
2253     Math.lyx
2254     Shortcuts.lyx
2255     Tutorial.lyx
2256     UserGuide.lyx
2257 ''')
2258
2259
2260 lib_doc_fr_clipart_files = Split('''
2261     BoxInsetDefaultQt4.png
2262     ChildDocumentQt4.png
2263     CommentNoteImageQt4.png
2264     floatQt4.png
2265     footnoteQt4.png
2266     GreyedOutNoteImageQt4.png
2267     labelQt4.png
2268     LyXNoteImageQt4.png    
2269 ''')
2270
2271
2272 lib_doc_gl_files = Split('''
2273     Intro.lyx
2274     Tutorial.lyx
2275 ''')
2276
2277
2278 lib_doc_he_files = Split('''
2279     Intro.lyx
2280     Tutorial.lyx
2281 ''')
2282
2283
2284 lib_doc_hu_files = Split('''
2285     Intro.lyx
2286     Tutorial.lyx
2287 ''')
2288
2289
2290 lib_doc_id_files = Split('''
2291     Intro.lyx
2292     Tutorial.lyx
2293 ''')
2294
2295
2296 lib_doc_id_clipart_files = Split('''
2297     id-contrib.png
2298     id-footnote.png
2299     id-lingkungan.png
2300 ''')
2301
2302
2303 lib_doc_it_files = Split('''
2304     Customization.lyx
2305     Intro.lyx
2306     Tutorial.lyx
2307     UserGuide.lyx
2308 ''')
2309
2310
2311 lib_doc_it_clipart_files = Split('''
2312     it_footnoteQt4.png
2313     it_referenceQt4.png
2314 ''')
2315
2316
2317 lib_doc_ja_files = Split('''
2318     Additional.lyx
2319     Intro.lyx
2320     LaTeXConfig.lyx
2321     Math.lyx
2322     Shortcuts.lyx
2323     Tutorial.lyx
2324     UserGuide.lyx
2325 ''')
2326
2327
2328 lib_doc_ja_clipart_files = Split('''
2329     floatQt4.png
2330     footnoteQt4.png
2331     referenceQt4.png
2332     ERT.png
2333     ToolbarEnvBox.png
2334 ''')
2335
2336
2337 lib_doc_nb_files = Split('''
2338     Intro.lyx
2339 ''')
2340
2341
2342 lib_doc_nl_files = Split('''
2343     Intro.lyx
2344     Tutorial.lyx
2345 ''')
2346
2347
2348 lib_doc_pl_files = Split('''
2349     Additional.lyx
2350     Intro.lyx
2351     Tutorial.lyx
2352 ''')
2353
2354
2355 lib_doc_pt_files = Split('''
2356     Intro.lyx
2357     Tutorial.lyx
2358 ''')
2359
2360
2361 lib_doc_ro_files = Split('''
2362     Intro.lyx
2363 ''')
2364
2365
2366 lib_doc_ru_files = Split('''
2367     Intro.lyx
2368     Tutorial.lyx
2369 ''')
2370
2371
2372 lib_doc_sl_files = Split('''
2373     Intro.lyx
2374     Tutorial.lyx
2375 ''')
2376
2377
2378 lib_doc_sk_files = Split('''
2379     Intro.lyx
2380     Tutorial.lyx
2381     UserGuide.lyx
2382 ''')
2383
2384
2385 lib_doc_sv_files = Split('''
2386     Intro.lyx
2387     Tutorial.lyx
2388 ''')
2389
2390
2391 lib_doc_uk_files = Split('''
2392     Intro.lyx
2393 ''')
2394
2395
2396 lib_doc_uk_clipart_files = Split('''
2397     FootnoteQT4.png
2398 ''')
2399
2400
2401 lib_examples_files = Split('''
2402     aa_sample.lyx
2403     aas_sample.lyx
2404     achemso.lyx
2405     addressExample.adr
2406     amsart-test.lyx
2407     amsbook-test.lyx
2408     armenian-article.lyx
2409     beamer-g4-mask.jpg
2410     beamer-g4.jpg
2411     beamer-icsi-logo.pdf
2412     beamer-knight1-mask.png
2413     beamer-knight1.png
2414     beamer-knight2-mask.png
2415     beamer-knight2.png
2416     beamer-knight3-mask.png
2417     beamer-knight3.png
2418     beamer-knight4-mask.png
2419     beamer-knight4.png
2420     beamerlyxexample1.lyx
2421     biblioExample.bib
2422     Braille.lyx
2423     chess-article.lyx
2424     chessgame.lyx
2425     CV-image.eps
2426     CV-image.png
2427     docbook_article.lyx
2428     europeCV.lyx
2429     example_lyxified.lyx
2430     example_raw.lyx
2431     Foils.lyx
2432     iecc05.fen
2433     iecc07.fen
2434     iecc12.fen
2435     ItemizeBullets.lyx
2436     landslide.lyx
2437     linguistics.lyx
2438     listerrors.lyx
2439     Literate.lyx
2440     modernCV.lyx
2441     multicol.lyx
2442     noweb2lyx.lyx
2443     powerdot-example.lyx
2444     recipebook.lyx
2445     script_form.lyx
2446     seminar.lyx
2447     serial_letter1.lyx
2448     serial_letter2.lyx
2449     serial_letter3.lyx
2450     simplecv.lyx
2451     splash.lyx
2452     sweave.lyx
2453     xyfigure.png
2454     xypic.lyx
2455 ''')
2456
2457
2458 lib_examples_ca_files = Split('''
2459     ItemizeBullets.lyx
2460     mathed.lyx
2461     splash.lyx
2462 ''')
2463
2464
2465 lib_examples_cs_files = Split('''
2466     splash.lyx
2467 ''')
2468
2469
2470 lib_examples_da_files = Split('''
2471     splash.lyx
2472 ''')
2473
2474
2475 lib_examples_de_files = Split('''
2476     beispiel_gelyxt.lyx
2477     beispiel_roh.lyx
2478     Braille.lyx
2479     Dezimal.lyx
2480     ItemizeBullets.lyx
2481     Lebenslauf.lyx
2482     linguistics.lyx
2483     multicol.lyx
2484     serienbrief1.lyx
2485     serienbrief2.lyx
2486     serienbrief3.lyx
2487     splash.lyx
2488 ''')
2489
2490
2491 lib_examples_fa_files = Split('''
2492     splash.lyx
2493 ''')
2494
2495
2496 lib_examples_fr_files = Split('''
2497     AlignementDecimal.lyx
2498     Braille.lyx
2499     exemple_brut.lyx
2500     exemple_lyxifie.lyx
2501     Foils.lyx
2502     ListesPuces.lyx
2503     multicol.lyx
2504     simplecv.lyx
2505     splash.lyx
2506 ''')
2507
2508
2509 lib_examples_es_files = Split('''
2510     Braille.lyx
2511     ejemplo_con_lyx.lyx
2512     ejemplo_sin_lyx.lyx
2513     ItemizeBullets.lyx
2514     linguistics.lyx
2515     multicol.lyx
2516     splash.lyx
2517 ''')
2518
2519
2520 lib_examples_eu_files = Split('''
2521     adibide_gordina.lyx
2522     adibide_lyx-atua.lyx
2523     splash.lyx
2524 ''')
2525
2526
2527 lib_examples_gl_files = Split('''
2528     exemplo_bruto.lyx
2529     exemplo_lyxificado.lyx
2530     splash.lyx
2531 ''')
2532
2533
2534 lib_examples_he_files = Split('''
2535     example_lyxified.lyx
2536     example_raw.lyx
2537     splash.lyx
2538 ''')
2539
2540
2541 lib_examples_hu_files = Split('''
2542     example_lyxified.lyx
2543     example_raw.lyx
2544     splash.lyx
2545 ''')
2546
2547
2548 lib_examples_id_files = Split('''
2549     splash.lyx
2550 ''')
2551
2552
2553 lib_examples_it_files = Split('''
2554     ItemizeBullets.lyx
2555     splash.lyx
2556 ''')
2557
2558
2559 lib_examples_ja_files = Split('''
2560     Braille.lyx
2561     splash.lyx
2562 ''')
2563
2564
2565 lib_examples_nl_files = Split('''
2566     multicol.lyx
2567     opsommingstekens.lyx
2568     splash.lyx
2569     voorbeeld_ruw.lyx
2570     voorbeeld_verlyxt.lyx
2571 ''')
2572
2573
2574 lib_examples_pl_files = Split('''
2575     splash.lyx
2576 ''')
2577
2578
2579 lib_examples_pt_files = Split('''
2580     splash.lyx
2581 ''')
2582
2583
2584 lib_examples_ro_files = Split('''
2585     splash.lyx
2586 ''')
2587
2588
2589 lib_examples_ru_files = Split('''
2590     splash.lyx
2591 ''')
2592
2593
2594 lib_examples_sl_files = Split('''
2595     primer_lyxan.lyx
2596     primer_surov.lyx
2597     splash.lyx
2598 ''')
2599
2600
2601 lib_examples_sk_files = Split('''
2602     splash.lyx
2603 ''')
2604
2605
2606 lib_examples_uk_files = Split('''
2607     splash.lyx
2608 ''')
2609
2610
2611 lib_lyx2lyx_files = Split('''
2612     generate_encoding_info.py
2613     LyX.py
2614     lyx2lyx
2615     lyx2lyx_lang.py
2616     lyx_0_06.py
2617     lyx_0_08.py
2618     lyx_0_10.py
2619     lyx_0_12.py
2620     lyx_1_0.py
2621     lyx_1_1.py
2622     lyx_1_1_5.py
2623     lyx_1_1_6_0.py
2624     lyx_1_1_6_3.py
2625     lyx_1_2.py
2626     lyx_1_3.py
2627     lyx_1_4.py
2628     lyx_1_5.py
2629     lyx_1_6.py
2630     lyx_2_0.py
2631     parser_tools.py
2632     profiling.py
2633     test_parser_tools.py
2634 ''')
2635
2636
2637 lib_lyx2lyx_extra_files = Split('''
2638     lyx2lyx_version.py.in
2639     Makefile.am
2640 ''')
2641
2642
2643 lib_layouts_files = Split('''
2644     aa.layout
2645     aapaper.layout
2646     aastex.layout
2647     achemso.layout
2648     acmsiggraph.layout
2649     agu-dtd.layout
2650     agums.layout
2651     amsart.layout
2652     amsbook.layout
2653     apa.layout
2654     arab-article.layout
2655     armenian-article.layout
2656     article.layout
2657     article-beamer.layout
2658     beamer.layout
2659     book.layout
2660     broadway.layout
2661     chess.layout
2662     cl2emult.layout
2663     dinbrief.layout
2664     docbook-book.layout
2665     docbook-chapter.layout
2666     docbook-section.layout
2667     docbook.layout
2668     doublecol-new.layout
2669     dtk.layout
2670     egs.layout
2671     elsart.layout
2672     elsarticle.layout
2673     entcs.layout
2674     europecv.layout
2675     extarticle.layout
2676     extbook.layout
2677     extletter.layout
2678     extreport.layout
2679     foils.layout
2680     g-brief-de.layout
2681     g-brief-en.layout
2682     g-brief2.layout
2683     heb-article.layout
2684     heb-letter.layout
2685     hollywood.layout
2686     IEEEtran.layout
2687     ijmpc.layout
2688     ijmpd.layout
2689     iopart.layout
2690     isprs.layout
2691     jarticle.layout
2692     jbook.layout
2693     jgrga.layout
2694     jreport.layout
2695     jsarticle.layout
2696     jsbook.layout
2697     jss.layout
2698     kluwer.layout
2699     latex8.layout
2700     letter.layout
2701     literate-article.layout
2702     literate-book.layout
2703     literate-report.layout
2704     llncs.layout
2705     ltugboat.layout
2706     memoir.layout
2707     moderncv.layout
2708     mwart.layout
2709     mwbk.layout
2710     mwrep.layout
2711     paper.layout
2712     powerdot.layout
2713     recipebook.layout
2714     report.layout
2715     revtex.layout
2716     revtex4.layout
2717     scrartcl.layout
2718     scrarticle-beamer.layout
2719     scrbook.layout
2720     scrlettr.layout
2721     scrlttr2.layout
2722     scrreprt.layout
2723     seminar.layout
2724     siamltex.layout
2725     sigplanconf.layout
2726     simplecv.layout
2727     singlecol.layout
2728     singlecol-new.layout
2729     slides.layout
2730     spie.layout
2731     svglobal.layout
2732     svglobal3.layout
2733     svjog.layout
2734     svprobth.layout
2735     tarticle.layout
2736     tbook.layout
2737     treport.layout
2738 ''')
2739
2740
2741 lib_layouts_inc_files = Split('''
2742     aapaper.inc
2743     agu_stdclass.inc
2744     agu_stdcounters.inc
2745     agu_stdlists.inc
2746     agu_stdsections.inc
2747     agu_stdtitle.inc
2748     aguplus.inc
2749     amsdefs.inc
2750     db_lyxmacros.inc
2751     db_stdcharstyles.inc
2752     db_stdclass.inc
2753     db_stdcounters.inc
2754     db_stdlayouts.inc
2755     db_stdlists.inc
2756     db_stdsections.inc
2757     db_stdstarsections.inc
2758     db_stdstruct.inc
2759     db_stdtitle.inc
2760     literate-scrap.inc
2761     lyxmacros.inc
2762     numarticle.inc
2763     numreport.inc
2764     numrevtex.inc
2765     scrclass.inc
2766     stdcharstyles.inc
2767     stdclass.inc
2768     stdcounters.inc
2769     stdcustom.inc
2770     stdfloats.inc
2771     stdinsets.inc
2772     stdlayouts.inc
2773     stdletter.inc
2774     stdlists.inc
2775     stdsections.inc
2776     stdstarsections.inc
2777     stdstruct.inc
2778     stdtitle.inc
2779     svjour.inc
2780     theorems.inc
2781     theorems-ams.inc
2782     theorems-order.inc
2783     theorems-proof.inc
2784     theorems-proof-std.inc
2785     theorems-starred.inc
2786     theorems-starred-equivalents.inc
2787 ''')
2788
2789
2790 lib_layouts_module_files = Split('''
2791     braille.module
2792     endnotes.module
2793     eqs-within-sections.module
2794     figs-within-sections.module
2795     foottoend.module
2796     hanging.module
2797     initials.module
2798     linguistics.module
2799     logicalmkup.module
2800     minimalistic.module
2801     noweb.module
2802     sweave.module
2803     tabs-within-sections.module
2804     theorems-ams-extended.module
2805     theorems-ams.module
2806     theorems-chap.module
2807     theorems-sec.module
2808     theorems-starred.module
2809     theorems-std.module
2810 ''')
2811
2812 lib_scripts_files = Split('''
2813     clean_dvi.py
2814     convertDefault.py
2815     csv2lyx.py
2816     date.py
2817     ext_copy.py
2818     fen2ascii.py
2819     fig2pdftex.py
2820     fig2pstex.py
2821     fig_copy.py
2822     layout2layout.py
2823     legacy_lyxpreview2ppm.py
2824     listerrors
2825     lyxpreview2bitmap.py
2826     lyxpreview-platex2bitmap.py
2827     lyxpreview_tools.py
2828     TeXFiles.py
2829     tex_copy.py
2830 ''')
2831
2832
2833 lib_bind_files = Split('''
2834     aqua.bind
2835     broadway.bind
2836     cua.bind
2837     cyrkeys.bind
2838     emacs.bind
2839     greekkeys.bind
2840     hollywood.bind
2841     latinkeys.bind
2842     mac.bind
2843     math.bind
2844     menus.bind
2845     sciword.bind
2846     site.bind
2847     xemacs.bind
2848 ''')
2849
2850
2851 lib_bind_fi_files = Split('''
2852     menus.bind
2853 ''')
2854
2855
2856 lib_bind_sv_files = Split('''
2857     menus.bind
2858 ''')
2859
2860
2861 lib_bind_pt_files = Split('''
2862     menus.bind
2863 ''')
2864
2865
2866 lib_bind_de_files = Split('''
2867     menus.bind
2868 ''')
2869
2870
2871 lib_commands_files = Split('''
2872     default.def
2873 ''')
2874
2875
2876 boost_extra_files = Split('''
2877     LICENSE_1_0.txt
2878     Makefile.am
2879 ''')
2880
2881
2882 boost_libs_extra_files = Split('''
2883     Makefile.am
2884     README
2885 ''')
2886
2887
2888 boost_libs_signals_extra_files = Split('''
2889     Makefile.am
2890     signals.vcproj
2891 ''')
2892
2893
2894 boost_libs_signals_src_files = Split('''
2895     connection.cpp
2896     named_slot_map.cpp
2897     signal_base.cpp
2898     slot.cpp
2899     trackable.cpp
2900 ''')
2901
2902
2903 boost_libs_signals_src_extra_files = Split('''
2904     Makefile.am
2905     pch.h
2906 ''')
2907
2908
2909 boost_libs_regex_extra_files = Split('''
2910     Makefile.am
2911     regex.vcproj
2912 ''')
2913
2914
2915 boost_libs_regex_src_files = Split('''
2916     c_regex_traits.cpp
2917     cpp_regex_traits.cpp
2918     cregex.cpp
2919     fileiter.cpp
2920     instances.cpp
2921     posix_api.cpp
2922     regex.cpp
2923     regex_debug.cpp
2924     regex_raw_buffer.cpp
2925     regex_traits_defaults.cpp
2926     w32_regex_traits.cpp
2927     wide_posix_api.cpp
2928     winstances.cpp
2929 ''')
2930
2931
2932 boost_libs_regex_src_extra_files = Split('''
2933     Makefile.am
2934     pch.h
2935 ''')
2936
2937
2938
2939 development_Win32_packaging_installer = Split('''
2940     license.rtf
2941     lyx.nsi
2942     settings.nsh
2943 ''')
2944
2945
2946 development_Win32_packaging_installer_graphics = Split('''
2947     header.bmp
2948     wizard.bmp
2949 ''')
2950
2951
2952 development_Win32_packaging_installer_gui = Split('''
2953     external.nsh
2954     langselect.nsh
2955     reinstall.nsh
2956 ''')
2957
2958
2959 development_Win32_packaging_installer_include = Split('''
2960     declarations.nsh
2961     detection.nsh
2962     dictlist.nsh    
2963     filelist.nsh
2964     gui.nsh
2965     init.nsh
2966     langlist.nsh
2967     nsis.nsh
2968     variables.nsh
2969 ''')
2970
2971
2972 development_Win32_packaging_installer_lang = Split('''
2973     english.nsh
2974     french.nsh
2975     german.nsh
2976     italian.nsh
2977 ''')
2978
2979
2980 development_Win32_packaging_installer_setup = Split('''
2981     configure.nsh
2982     install.nsh
2983     reinstall.nsh
2984 ''')