]> git.lyx.org Git - lyx.git/blob - development/scons/scons_manifest.py
4f0b6505bf86747f136a7e9dead2f040e582b2b6
[lyx.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     CompareUi.ui
912     DelimiterUi.ui
913     DocumentUi.ui
914     ERTUi.ui
915     ErrorListUi.ui
916     ExternalUi.ui
917     FindAndReplaceUi.ui
918     FloatPlacementUi.ui
919     FloatUi.ui
920     FontUi.ui
921     GraphicsUi.ui
922     HSpaceUi.ui
923     HyperlinkUi.ui
924     IncludeUi.ui
925     IndexUi.ui
926     IndicesUi.ui
927     InfoUi.ui
928     LabelUi.ui
929     LaTeXUi.ui
930     LanguageUi.ui
931     ListingsUi.ui
932     ListingsSettingsUi.ui
933     LogUi.ui
934     MarginsUi.ui
935     MathMatrixUi.ui
936     MathsUi.ui
937     ModulesUi.ui
938     NomenclUi.ui
939     NoteUi.ui
940     NumberingUi.ui
941     OutputUi.ui
942     PageLayoutUi.ui
943     ParagraphUi.ui
944     PDFSupportUi.ui
945     PhantomUi.ui
946     PreambleUi.ui
947     PrefColorsUi.ui
948     PrefCompletionUi.ui
949     PrefConvertersUi.ui
950     PrefDateUi.ui
951     PrefDisplayUi.ui
952     PrefEditUi.ui
953     PrefFileformatsUi.ui
954     PrefIdentityUi.ui
955     PrefInputUi.ui
956     PrefLanguageUi.ui
957     PrefLatexUi.ui
958     PrefPathsUi.ui
959     PrefPlaintextUi.ui
960     PrefPrinterUi.ui
961     PrefScreenFontsUi.ui
962     PrefShortcutsUi.ui
963     PrefSpellcheckerUi.ui
964     PrefUi.ui
965     PrefsUi.ui
966     PrintUi.ui
967     PrintindexUi.ui
968     PrintNomenclUi.ui
969     RefUi.ui
970     SearchUi.ui
971     SendtoUi.ui
972     ShortcutUi.ui
973     ShowFileUi.ui
974     SpellcheckerUi.ui
975     SymbolsUi.ui
976     TabularCreateUi.ui
977     TabularUi.ui
978     TexinfoUi.ui
979     TextLayoutUi.ui
980     ThesaurusUi.ui
981     TocUi.ui
982     ToggleWarningUi.ui
983     VSpaceUi.ui
984     ViewSourceUi.ui
985     WrapUi.ui
986 ''')
987
988
989 src_frontends_qt4_ui_extra_files = Split('''
990     compile_uic.sh
991     Makefile.am    
992 ''')
993
994
995 src_insets_header_files = Split('''
996     ExternalSupport.h
997     ExternalTemplate.h
998     ExternalTransforms.h
999     Inset.h
1000     InsetBibitem.h
1001     InsetBibtex.h
1002     InsetBox.h
1003     InsetBranch.h
1004     InsetCaption.h
1005     InsetCitation.h
1006     InsetCode.h
1007     InsetCollapsable.h
1008     InsetCommand.h
1009     InsetCommandParams.h
1010     InsetERT.h
1011     InsetExternal.h
1012     InsetFlex.h
1013     InsetFloat.h
1014     InsetFloatList.h
1015     InsetFoot.h
1016     InsetFootlike.h
1017     InsetGraphics.h
1018     InsetGraphicsParams.h
1019     InsetHyperlink.h
1020     InsetInclude.h
1021     InsetIndex.h
1022     InsetInfo.h
1023     InsetLabel.h
1024     InsetLayout.h
1025     InsetLine.h
1026     InsetListings.h
1027     InsetListingsParams.h
1028     InsetMarginal.h
1029     InsetNewline.h
1030     InsetNewpage.h
1031     InsetNomencl.h
1032     InsetNote.h
1033     InsetOptArg.h
1034     InsetPhantom.h
1035     InsetQuotes.h
1036     InsetRef.h
1037     InsetSpace.h
1038     InsetSpecialChar.h
1039     InsetTOC.h
1040     InsetTabular.h
1041     InsetText.h
1042     InsetVSpace.h
1043     InsetWrap.h
1044     RenderBase.h
1045     RenderButton.h
1046     RenderGraphic.h
1047     RenderPreview.h
1048 ''')
1049
1050
1051 src_insets_files = Split('''
1052     ExternalSupport.cpp
1053     ExternalTemplate.cpp
1054     ExternalTransforms.cpp
1055     Inset.cpp
1056     InsetBibitem.cpp
1057     InsetBibtex.cpp
1058     InsetBox.cpp
1059     InsetBranch.cpp
1060     InsetCaption.cpp
1061     InsetCitation.cpp
1062     InsetCollapsable.cpp
1063     InsetCommand.cpp
1064     InsetCommandParams.cpp
1065     InsetERT.cpp
1066     InsetExternal.cpp
1067     InsetFlex.cpp
1068     InsetFloat.cpp
1069     InsetFloatList.cpp
1070     InsetFoot.cpp
1071     InsetFootlike.cpp
1072     InsetGraphics.cpp
1073     InsetGraphicsParams.cpp
1074     InsetHyperlink.cpp
1075     InsetInclude.cpp
1076     InsetIndex.cpp
1077     InsetInfo.cpp
1078     InsetLabel.cpp
1079     InsetLayout.cpp
1080     InsetLine.cpp
1081     InsetListings.cpp
1082     InsetListingsParams.cpp
1083     InsetMarginal.cpp
1084     InsetNewline.cpp
1085     InsetNewpage.cpp
1086     InsetNomencl.cpp
1087     InsetNote.cpp
1088     InsetOptArg.cpp
1089     InsetPhantom.cpp
1090     InsetQuotes.cpp
1091     InsetRef.cpp
1092     InsetSpace.cpp
1093     InsetSpecialChar.cpp
1094     InsetTOC.cpp
1095     InsetTabular.cpp
1096     InsetText.cpp
1097     InsetVSpace.cpp
1098     InsetWrap.cpp
1099     RenderButton.cpp
1100     RenderGraphic.cpp
1101     RenderPreview.cpp
1102 ''')
1103
1104
1105 src_insets_extra_files = Split('''
1106     Makefile.am
1107     pch.h
1108 ''')
1109
1110
1111 intl_header_files = Split('''
1112     eval-plural.h
1113     gettextP.h
1114     gmo.h
1115     hash-string.h
1116     loadinfo.h
1117     localcharset.h
1118     os2compat.h
1119     plural-exp.h
1120     printf-args.h
1121     printf-parse.h
1122     relocatable.h
1123     vasnprintf.h
1124     vasnwprintf.h
1125     wprintf-parse.h
1126     xsize.h
1127 ''')
1128
1129
1130 intl_files = Split('''
1131     bindtextdom.c
1132     dcgettext.c
1133     dcigettext.c
1134     dcngettext.c
1135     dgettext.c
1136     dngettext.c
1137     explodename.c
1138     finddomain.c
1139     gettext.c
1140     intl-compat.c
1141     l10nflist.c
1142     langprefs.c
1143     loadmsgcat.c
1144     localcharset.c
1145     localealias.c
1146     localename.c
1147     log.c
1148     ngettext.c
1149     osdep.c
1150     plural-exp.c
1151     plural.c
1152     printf.c
1153     relocatable.c
1154     textdomain.c
1155 ''')
1156
1157
1158 intl_extra_files = Split('''
1159     config.charset
1160     libgnuintl.h.in
1161     locale.alias
1162     os2compat.c
1163     plural.y
1164     printf-args.c
1165     printf-parse.c
1166     ref-add.sin
1167     ref-del.sin
1168     vasnprintf.c
1169     VERSION
1170 ''')
1171
1172
1173 config_extra_files = Split('''
1174     common.am
1175     config.guess
1176     config.rpath
1177     config.sub
1178     depcomp
1179     install-sh
1180     ltmain.sh
1181     lyxinclude.m4
1182     Makefile.am
1183     missing
1184     mkinstalldirs
1185     pkg.m4
1186     py-compile
1187     qt4.m4
1188     spell.m4
1189 ''')
1190
1191
1192 sourcedoc_extra_files = Split('''
1193     Doxyfile.in
1194     Makefile.am
1195 ''')
1196
1197
1198 po_extra_files = Split('''
1199     ar.po
1200     bg.po
1201     boldquot.sed
1202     ca.po
1203     cs.po
1204     da.po
1205     de.po
1206     en@boldquot.header
1207     en@quot.header
1208     en.po
1209     es.po
1210     eu.po
1211     fi.po
1212     fr.po
1213     gl.po
1214     he.po
1215     hu.po
1216     insert-header.sin
1217     id.po
1218     it.po
1219     ja.po
1220     ko.po
1221     LINGUAS
1222     lyx_pot.py
1223     Makefile.in.in
1224     Makevars
1225     nb.po
1226     nl.po
1227     nn.po
1228     pl.po
1229     pocheck.pl
1230     POTFILES.in
1231     postats.sh
1232     pt.po
1233     quot.sed
1234     README
1235     remove-potcdate.sin
1236     ro.po
1237     ru.po
1238     Rules-quot
1239     sk.po
1240     sl.po
1241     sv.po
1242     tr.po
1243     uk.po
1244     wa.po
1245     zh_CN.po
1246     zh_TW.po
1247 ''')
1248
1249
1250 lib_files = Split('''
1251     chkconfig.ltx
1252     configure.py
1253     CREDITS
1254     encodings
1255     external_templates
1256     languages
1257     symbols
1258     syntax.default
1259     unicodesymbols
1260 ''')
1261
1262
1263 lib_extra_files = Split('''
1264     autocorrect
1265     build-listerrors
1266     generate_contributions.py
1267     Makefile.am
1268 ''')
1269
1270
1271 lib_kbd_files = Split('''
1272     american-2.kmap
1273     american.kmap
1274     arabic.kmap
1275     bg-bds-1251.kmap
1276     brazil.kmap
1277     brazil2.kmap
1278     czech-prg.kmap
1279     czech.kmap
1280     espanol.kmap
1281     european.kmap
1282     farsi.kmap
1283     francais.kmap
1284     french.kmap
1285     german-2.kmap
1286     german-3.kmap
1287     german.kmap
1288     greek.kmap
1289     hebrew.kmap
1290     koi8-r.kmap
1291     koi8-u.kmap
1292     latvian.kmap
1293     magyar-2.kmap
1294     magyar-3.kmap
1295     magyar.kmap
1296     null.kmap
1297     polish.kmap
1298     polski.kmap
1299     portuges.kmap
1300     romanian.kmap
1301     serbian.kmap
1302     serbocroatian.kmap
1303     sf.kmap
1304     sg.kmap
1305     slovak.kmap
1306     slovene.kmap
1307     thai-kedmanee.kmap
1308     transilvanian.kmap
1309     turkish-f.kmap
1310     turkish.kmap
1311 ''')
1312
1313
1314 lib_templates_files = Split('''
1315     aa.lyx
1316     aastex.lyx
1317     ACM-siggraph.lyx
1318     ACM-sigplan.lyx
1319     agu_article.lyx
1320     apa.lyx
1321     beamer-conference-ornate-20min.lyx
1322     de_beamer-conference-ornate-20min.lyx
1323     dinbrief.lyx
1324     docbook_article.lyx
1325     elsarticle.lyx
1326     fr_beamer-conference-ornate-20min.lyx
1327     g-brief-de.lyx
1328     g-brief-en.lyx
1329     g-brief2.lyx
1330     hollywood.lyx
1331     IEEEtran.lyx
1332     ijmpc.lyx
1333     ijmpd.lyx
1334     iop-article.lyx
1335     JSS-article.lyx
1336     kluwer.lyx
1337     koma-letter2.lyx
1338     latex8.lyx
1339     letter.lyx
1340     README.new_templates
1341     revtex.lyx
1342     revtex4.lyx
1343     slides.lyx
1344     svjour3.lyx
1345 ''')
1346
1347
1348 lib_ui_files = Split('''
1349     classic.ui
1350     default.ui
1351     stdcontext.inc
1352     stdmenus.inc
1353     stdtoolbars.inc
1354 ''')
1355
1356
1357 lib_fonts_files = Split('''
1358     BaKoMaFontLicense.txt
1359     cmex10.ttf
1360     cmmi10.ttf
1361     cmr10.ttf
1362     cmsy10.ttf
1363     esint10.ttf
1364     eufm10.ttf
1365     msam10.ttf
1366     msbm10.ttf
1367     ReadmeBaKoMa4LyX.txt
1368     wasy10.ttf
1369 ''')
1370
1371
1372 lib_images_files = Split('''
1373     all-changes-accept.png
1374     all-changes-reject.png
1375     amssymb.png
1376     banner.png
1377     bookmark-goto.png
1378     bookmark-goto_0.png
1379     bookmark-save.png
1380     box-insert.png
1381     break-line.png
1382     buffer-close.png
1383     buffer-export.png
1384     buffer-export_dvi.png
1385     buffer-export_latex.png
1386     buffer-export_pdf.png
1387     buffer-export_pdf2.png
1388     buffer-export_pdf3.png
1389     buffer-export_pdf4.png
1390     buffer-export_ps.png
1391     buffer-export_text.png
1392     buffer-new.png
1393     buffer-reload.png
1394     buffer-update.png
1395     buffer-update_dvi.png
1396     buffer-update_pdf.png
1397     buffer-update_pdf2.png
1398     buffer-update_pdf3.png
1399     buffer-update_pdf4.png
1400     buffer-update_ps.png
1401     buffer-view.png
1402     buffer-view_dvi.png
1403     buffer-view_pdf.png
1404     buffer-view_pdf2.png
1405     buffer-view_pdf3.png
1406     buffer-view_pdf4.png
1407     buffer-view_ps.png
1408     buffer-write-as.png
1409     buffer-write.png
1410     build-program.png
1411     change-accept.png
1412     change-next.png
1413     change-reject.png
1414     changes-merge.png
1415     changes-output.png
1416     changes-track.png
1417     closetab.png
1418     close-tab-group.png
1419     copy.png
1420     cut.png
1421     demote.png
1422     depth-decrement.png
1423     depth-increment.png
1424     dialog-preferences.png
1425     dialog-show-new-inset_citation.png
1426     dialog-show-new-inset_graphics.png
1427     dialog-show-new-inset_include.png
1428     dialog-show-new-inset_ref.png
1429     dialog-show_character.png
1430     dialog-show_findreplace.png
1431     dialog-show_mathdelimiter.png
1432     dialog-show_mathmatrix.png
1433     dialog-show_print.png
1434     dialog-show_spellchecker.png
1435     dialog-show_vclog.png
1436     dialog-toggle_findreplaceadv.png
1437     dialog-toggle_toc.png
1438     down.png
1439     ert-insert.png
1440     file-open.png
1441     float-insert_figure.png
1442     float-insert_table.png
1443     font-bold.png
1444     font-emph.png
1445     textstyle-apply.png
1446     font-noun.png
1447     font-sans.png
1448     footnote-insert.png
1449     href-insert.png
1450     hidetab.png
1451     index-insert.png
1452     label-insert.png
1453     layout-document.png
1454     layout-paragraph.png
1455     layout.png
1456     layout_Description.png
1457     layout_Enumerate.png
1458     layout_Itemize.png
1459     layout_List.png
1460     layout_LyX-Code.png
1461     layout_Scrap.png
1462     layout_Section.png
1463     lyx-quit.png
1464     lyx.png
1465     marginalnote-insert.png
1466     master-buffer-update.png
1467     master-buffer-view.png
1468     math-display.png
1469     math-macro-add-greedy-optional-param.png
1470     math-macro-add-optional-param.png
1471     math-macro-add-param.png
1472     math-macro-append-greedy-param.png
1473     math-macro-make-nonoptional.png
1474     math-macro-make-optional.png
1475     math-macro-remove-greedy-param.png
1476     math-macro-remove-optional-param.png
1477     math-macro-remove-param.png
1478     math-macro_newmacroname_newcommand.png
1479     math-matrix.png
1480     math-mode.png
1481     math-subscript.png
1482     math-superscript.png
1483     nomencl-insert.png
1484     note-insert.png
1485     note-next.png
1486     paste.png
1487     promote.png
1488     psnfss1.png
1489     psnfss2.png
1490     psnfss3.png
1491     psnfss4.png
1492     redo.png
1493     reload.png
1494     split-view_horizontal.png
1495     split-view_vertical.png
1496     standard.png
1497     tabular-feature_m-align-center.png
1498     tabular-feature_m-align-left.png
1499     tabular-feature_m-align-right.png
1500     tabular-feature_append-column.png
1501     tabular-feature_append-row.png
1502     tabular-feature_delete-column.png
1503     tabular-feature_delete-row.png
1504     tabular-feature_multicolumn.png
1505     tabular-feature_set-all-lines.png
1506     tabular-feature_set-border-lines.png
1507     tabular-feature_set-longtabular.png
1508     tabular-feature_set-rotate-cell.png
1509     tabular-feature_set-rotate-tabular.png
1510     tabular-feature_toggle-line-bottom.png
1511     tabular-feature_toggle-line-left.png
1512     tabular-feature_toggle-line-right.png
1513     tabular-feature_toggle-line-top.png
1514     tabular-feature_toggle-rotate-cell.png
1515     tabular-feature_toggle-rotate-tabular.png
1516     tabular-feature_unset-all-lines.png
1517     tabular-feature_m-valign-bottom.png
1518     tabular-feature_m-valign-middle.png
1519     tabular-feature_m-valign-top.png
1520     tabular-insert.png
1521     thesaurus-entry.png
1522     toolbar-toggle_math.png
1523     toolbar-toggle_math_panels.png
1524     toolbar-toggle_table.png
1525     undo.png
1526     unknown.png
1527     up.png
1528     update-others.png
1529     url-insert.png
1530     vc-check-in.png
1531     vc-check-out.png
1532     vc-locking-toggle.png
1533     vc-register.png
1534     vc-repo-update.png
1535     vc-revert.png
1536     view-others.png
1537 ''')
1538
1539
1540 lib_images_extra_files = Split('''
1541     font-smallcaps.png
1542     README
1543 ''')
1544
1545
1546 lib_images_math_files = Split('''
1547     acute.png
1548     adots.png
1549     aleph.png
1550     alpha.png
1551     amalg.png
1552     angle.png
1553     approx.png
1554     approxeq.png
1555     asymp.png
1556     backepsilon.png
1557     backprime.png
1558     backsim.png
1559     backsimeq.png
1560     backslash.png
1561     bar.png
1562     bars.png
1563     barwedge.png
1564     Bbbk.png
1565     because.png
1566     beta.png
1567     beth.png
1568     between.png
1569     bigcap.png
1570     bigcirc.png
1571     bigcup.png
1572     bigodot.png
1573     bigoplus.png
1574     bigotimes.png
1575     bigsqcup.png
1576     bigstar.png
1577     bigtriangledown.png
1578     bigtriangleup.png
1579     biguplus.png
1580     bigvee.png
1581     bigwedge.png
1582     blacklozenge.png
1583     blacksquare.png
1584     blacktriangle.png
1585     blacktriangledown.png
1586     blacktriangleleft.png
1587     blacktriangleright.png
1588     bot.png
1589     bowtie.png
1590     boxdot.png
1591     boxminus.png
1592     boxplus.png
1593     boxtimes.png
1594     breve.png
1595     bullet.png
1596     bumpeq.png
1597     bumpeq2.png
1598     cap.png
1599     cap2.png
1600     cases.png
1601     cdot.png
1602     cdots.png
1603     centerdot.png
1604     check.png
1605     chi.png
1606     circ.png
1607     circeq.png
1608     circlearrowleft.png
1609     circlearrowright.png
1610     circledS.png
1611     circledast.png
1612     circledcirc.png
1613     circleddash.png
1614     clubsuit.png
1615     complement.png
1616     cong.png
1617     coprod.png
1618     cup.png
1619     cup2.png
1620     curlyeqprec.png
1621     curlyeqsucc.png
1622     curlyvee.png
1623     curlywedge.png
1624     curvearrowleft.png
1625     curvearrowright.png
1626     dagger.png
1627     daleth.png
1628     dashleftarrow.png
1629     dashrightarrow.png
1630     dashv.png
1631     ddagger.png
1632     ddddot.png
1633     dddot.png
1634     ddot.png
1635     ddots.png
1636     delim.png
1637     delta.png
1638     delta2.png
1639     diagdown.png
1640     diagup.png
1641     diamond.png
1642     diamondsuit.png
1643     digamma.png
1644     div.png
1645     divideontimes.png
1646     dot.png
1647     doteq.png
1648     doteqdot.png
1649     dotplus.png
1650     dotsint.png
1651     dotsintop.png
1652     doublebarwedge.png
1653     downarrow.png
1654     downarrow2.png
1655     downdownarrows.png
1656     downharpoonleft.png
1657     downharpoonright.png
1658     ell.png
1659     empty.png
1660     emptyset.png
1661     epsilon.png
1662     eqcirc.png
1663     eqslantgtr.png
1664     eqslantless.png
1665     equation.png
1666     equiv.png
1667     eta.png
1668     eth.png
1669     exists.png
1670     export-others.png
1671     fallingdotseq.png
1672     fint.png
1673     fintop.png
1674     Finv.png
1675     flat.png
1676     font.png
1677     forall.png
1678     frac-square.png
1679     frac.png
1680     frown.png
1681     functions.png
1682     Game.png
1683     gamma.png
1684     gamma2.png
1685     geq.png
1686     geqq.png
1687     geqslant.png
1688     gg.png
1689     ggg.png
1690     gimel.png
1691     gnapprox.png
1692     gneq.png
1693     gneqq.png
1694     gnsim.png
1695     grave.png
1696     gtrapprox.png
1697     gtrdot.png
1698     gtreqless.png
1699     gtreqqless.png
1700     gtrless.png
1701     gtrsim.png
1702     gvertneqq.png
1703     hat.png
1704     hbar.png
1705     heartsuit.png
1706     hookleftarrow.png
1707     hookrightarrow.png
1708     hphantom.png
1709     hslash.png
1710     iddots.png
1711     iiiint.png
1712     iiiintop.png
1713     iiint.png
1714     iiintop.png
1715     iint.png
1716     iintop.png
1717     Im.png
1718     imath.png
1719     in.png
1720     infty.png
1721     int.png
1722     intercal.png
1723     intop.png
1724     iota.png
1725     jmath.png
1726     kappa.png
1727     lambda.png
1728     lambda2.png
1729     landdownint.png
1730     landdownintop.png
1731     landupint.png
1732     landupintop.png
1733     langle.png
1734     lbrace.png
1735     lbrace_rbrace.png
1736     lbracket.png
1737     lbracket_rbracket.png
1738     lceil.png
1739     lceil_rceil.png
1740     ldots.png
1741     leftarrow.png
1742     leftarrow2.png
1743     leftarrowtail.png
1744     leftharpoondown.png
1745     leftharpoonup.png
1746     leftleftarrows.png
1747     leftrightarrow.png
1748     leftrightarrow2.png
1749     leftrightarrows.png
1750     leftrightharpoons.png
1751     leftrightsquigarrow.png
1752     leftthreetimes.png
1753     leq.png
1754     leqq.png
1755     leqslant.png
1756     lessapprox.png
1757     lessdot.png
1758     lesseqgtr.png
1759     lesseqqgtr.png
1760     lessgtr.png
1761     lesssim.png
1762     lfloor.png
1763     lfloor_rfloor.png
1764     ll.png
1765     llcorner.png
1766     Lleftarrow.png
1767     lll.png
1768     lnapprox.png
1769     lneq.png
1770     lneqq.png
1771     lnsim.png
1772     longleftarrow.png
1773     longleftarrow2.png
1774     longleftrightarrow.png
1775     longleftrightarrow2.png
1776     longmapsto.png
1777     longrightarrow.png
1778     longrightarrow2.png
1779     looparrowleft.png
1780     looparrowright.png
1781     lozenge.png
1782     lparen.png
1783     lparen_rparen.png
1784     lrcorner.png
1785     Lsh.png
1786     ltimes.png
1787     lvertneqq.png
1788     mapsto.png
1789     mathbb_C.png
1790     mathbb_H.png
1791     mathbb_N.png
1792     mathbb_Q.png
1793     mathbb_R.png
1794     mathbb_Z.png
1795     mathcal_F.png
1796     mathcal_H.png
1797     mathcal_L.png
1798     mathcal_O.png
1799     mathcircumflex.png
1800     mathrm_T.png
1801     matrix.png
1802     measuredangle.png
1803     mho.png
1804     mid.png
1805     models.png
1806     mp.png
1807     mu.png
1808     multimap.png
1809     nabla.png
1810     natural.png
1811     ncong.png
1812     nearrow.png
1813     neg.png
1814     neq.png
1815     nexists.png
1816     ngeq.png
1817     ngeqq.png
1818     ngeqslant.png
1819     ngtr.png
1820     ni.png
1821     nleftarrow.png
1822     nleftarrow2.png
1823     nleftrightarrow.png
1824     nleftrightarrow2.png
1825     nleq.png
1826     nleqq.png
1827     nleqslant.png
1828     nless.png
1829     nmid.png
1830     notin.png
1831     nparallel.png
1832     nprec.png
1833     npreceq.png
1834     nrightarrow.png
1835     nrightarrow2.png
1836     nshortmid.png
1837     nshortparallel.png
1838     nsim.png
1839     nsubseteq.png
1840     nsucc.png
1841     nsucceq.png
1842     nsupseteq.png
1843     nsupseteqq.png
1844     ntriangleleft.png
1845     ntrianglelefteq.png
1846     ntriangleright.png
1847     ntrianglerighteq.png
1848     nu.png
1849     nvdash.png
1850     nvdash2.png
1851     nvdash3.png
1852     nwarrow.png
1853     odot.png
1854     oiint.png
1855     oiintop.png
1856     oint.png
1857     ointclockwise.png
1858     ointclockwiseop.png
1859     ointctrclockwise.png
1860     ointctrclockwiseop.png
1861     ointop.png
1862     omega.png
1863     omega2.png
1864     ominus.png
1865     oplus.png
1866     oslash.png
1867     otimes.png
1868     overbrace.png
1869     overleftarrow.png
1870     overleftrightarrow.png
1871     overline.png
1872     overrightarrow.png
1873     overset.png
1874     parallel.png
1875     partial.png
1876     perp.png
1877     phantom.png
1878     phi.png
1879     phi2.png
1880     pi.png
1881     pi2.png
1882     pitchfork.png
1883     pm.png
1884     prec.png
1885     precapprox.png
1886     preccurlyeq.png
1887     preceq.png
1888     precnapprox.png
1889     precnsim.png
1890     precsim.png
1891     prime.png
1892     prod.png
1893     propto.png
1894     psi.png
1895     psi2.png
1896     rangle.png
1897     rbrace.png
1898     rbracket.png
1899     rceil.png
1900     Re.png
1901     rfloor.png
1902     rho.png
1903     rightarrow.png
1904     rightarrow2.png
1905     rightarrowtail.png
1906     rightharpoondown.png
1907     rightharpoonup.png
1908     rightleftarrows.png
1909     rightleftharpoons.png
1910     rightrightarrows.png
1911     rightsquigarrow.png
1912     rightthreetimes.png
1913     risingdotseq.png
1914     root.png
1915     rparen.png
1916     Rrightarrow.png
1917     Rsh.png
1918     rtimes.png
1919     searrow.png
1920     setminus.png
1921     sharp.png
1922     shortmid.png
1923     shortparallel.png
1924     sigma.png
1925     sigma2.png
1926     sim.png
1927     simeq.png
1928     slash.png
1929     smallfrown.png
1930     smallsetminus.png
1931     smallsmile.png
1932     smile.png
1933     space.png
1934     spadesuit.png
1935     sphericalangle.png
1936     sqcap.png
1937     sqcup.png
1938     sqiint.png
1939     sqiintop.png
1940     sqint.png
1941     sqintop.png
1942     sqrt-square.png
1943     sqrt.png
1944     sqsubset.png
1945     sqsubseteq.png
1946     sqsupset.png
1947     sqsupseteq.png
1948     square.png
1949     star.png
1950     style.png
1951     style.png
1952     sub.png
1953     subset.png
1954     subset2.png
1955     subseteq.png
1956     subseteqq.png
1957     subsetneq.png
1958     subsetneqq.png
1959     succ.png
1960     succapprox.png
1961     succcurlyeq.png
1962     succeq.png
1963     succnapprox.png
1964     succnsim.png
1965     succsim.png
1966     sum.png
1967     super.png
1968     supset.png
1969     supset2.png
1970     supseteq.png
1971     supseteqq.png
1972     supsetneq.png
1973     supsetneqq.png
1974     surd.png
1975     swarrow.png
1976     tau.png
1977     textrm_AA.png
1978     textrm_O.png
1979     therefore.png
1980     theta.png
1981     theta2.png
1982     thickapprox.png
1983     thicksim.png
1984     tilde.png
1985     times.png
1986     top.png
1987     triangle.png
1988     triangledown.png
1989     triangleleft.png
1990     trianglelefteq.png
1991     triangleq.png
1992     triangleright.png
1993     trianglerighteq.png
1994     twoheadleftarrow.png
1995     twoheadrightarrow.png
1996     ulcorner.png
1997     underbrace.png
1998     underleftarrow.png
1999     underleftrightarrow.png
2000     underline.png
2001     underrightarrow.png
2002     underscore.png
2003     underset.png
2004     uparrow.png
2005     uparrow2.png
2006     updownarrow.png
2007     updownarrow2.png
2008     upharpoonleft.png
2009     upharpoonright.png
2010     uplus.png
2011     upsilon.png
2012     upsilon2.png
2013     upuparrows.png
2014     urcorner.png
2015     varepsilon.png
2016     varkappa.png
2017     varnothing.png
2018     varphi.png
2019     varpi.png
2020     varpropto.png
2021     varrho.png
2022     varsigma.png
2023     varsubsetneq.png
2024     varsubsetneqq.png
2025     varsupsetneq.png
2026     varsupsetneqq.png
2027     vartheta.png
2028     vartriangle.png
2029     vartriangleleft.png
2030     vartriangleright.png
2031     vdash.png
2032     vdash2.png
2033     vdash3.png
2034     vdots.png
2035     vec.png
2036     vee.png
2037     veebar.png
2038     vert.png
2039     vert2.png
2040     vphantom.png
2041     Vvdash.png
2042     wedge.png
2043     widehat.png
2044     widetilde.png
2045     wp.png
2046     wr.png
2047     xi.png
2048     xi2.png
2049     zeta.png
2050 ''')
2051
2052
2053 lib_images_math_extra_files = Split('''
2054     ams_arrows.png
2055     ams_misc.png
2056     ams_nrel.png
2057     ams_ops.png
2058     ams_rel.png
2059     arrows.png
2060     bop.png
2061     brel.png
2062     deco.png
2063     deco.png
2064     delim.png
2065     delim0.png
2066     delim1.png
2067     dots.png
2068     font.png
2069     functions.png
2070     greek.png
2071     misc.png
2072     varsz.png
2073 ''')
2074
2075
2076 lib_images_commands_files = Split('''
2077 ''')
2078
2079
2080 lib_images_attic_extra_files = Split('''
2081     dialog-show_mathpanel.png
2082 ''')
2083
2084
2085 lib_tex_files = Split('''
2086     broadway.cls
2087     hollywood.cls
2088     lyxchess.sty
2089     lyxskak.sty
2090     revtex.cls
2091 ''')
2092
2093
2094 lib_doc_files = Split('''
2095     Customization.lyx
2096     DummyDocument1.lyx
2097     DummyDocument2.lyx
2098     DummyTextDocument.txt
2099     EmbeddedObjects.lyx
2100     Additional.lyx
2101     Formula-numbering.lyx
2102     Intro.lyx
2103     LaTeXConfig.lyx
2104     LFUNs.lyx
2105     Math.lyx
2106     Shortcuts.lyx
2107     Tutorial.lyx
2108     UserGuide.lyx
2109 ''')
2110
2111
2112 lib_doc_biblio_files = Split('''
2113     alphadin.bst
2114     LyXDocs.bib
2115 ''')
2116
2117
2118 lib_doc_clipart_files = Split('''
2119     Abstract.pdf
2120     BoxInsetDefaultQt4.png
2121     ChangesToolbar.png
2122     ChildDocumentQt4.png
2123     CommentNoteImageQt4.png
2124     endnotes.pdf
2125     ERT.png
2126     escher-lsd.eps
2127     ExternalMaterialQt4.png
2128     ExtraToolbar.png
2129     floatQt4.png
2130     footnoteQt4.png
2131     GreyedOutNoteImageQt4.png
2132     labelQt4.png
2133     LaTeX.png
2134     LyXNoteImageQt4.png
2135     macrobox.png
2136     MacroToolbar.png
2137     macrouse.png
2138     mbox.png
2139     mobius.eps
2140     platypus.eps
2141     referenceQt4.png
2142     SpaceMarker.png
2143     StandardToolbar.png
2144     ToolbarEnvBox.png
2145     ViewToolbar.png
2146     with_fntright.pdf
2147     without_fntright.pdf
2148 ''')
2149
2150
2151 lib_doc_extra_files = Split('''
2152     Makefile.am
2153     README.Documentation
2154 ''')
2155
2156
2157 lib_doc_ca_files = Split('''
2158     Intro.lyx
2159 ''')
2160
2161
2162 lib_doc_cs_files = Split('''
2163     Tutorial.lyx
2164 ''')
2165
2166
2167 lib_doc_de_files = Split('''
2168     Customization.lyx
2169     DummyDocument1.lyx
2170     DummyDocument2.lyx
2171     DummyTextDocument.txt
2172     EmbeddedObjects.lyx
2173     Additional.lyx
2174     Formelnummerierung.lyx
2175     Intro.lyx
2176     Math.lyx
2177     Shortcuts.lyx
2178     Tutorial.lyx
2179     UserGuide.lyx
2180 ''')
2181
2182
2183 lib_doc_de_clipart_files = Split('''
2184     ERT.png
2185     ExternesMaterialQt4.png
2186     FussnoteQt4.png
2187     GleitobjektQt4.png
2188     GrauschriftNotizQt4.png
2189     KommentarQt4.png
2190     LyXNotizQt4.png
2191     Marke.png
2192     Querverweis.png
2193     StandardBoxQt4.png
2194     UnterdokumentQt4.png
2195 ''')
2196
2197
2198 lib_doc_da_files = Split('''
2199     Intro.lyx
2200 ''')
2201
2202
2203 lib_doc_es_files = Split('''
2204     Customization.lyx
2205     DocumentoPostizo1.lyx
2206     DocumentoPostizo2.lyx
2207     DocumentoTextoPostizo.txt
2208     EmbeddedObjects.lyx
2209     Additional.lyx
2210     Formula-numbering.lyx
2211     Intro.lyx
2212     Math.lyx
2213     Shortcuts.lyx
2214     Tutorial.lyx
2215     UserGuide.lyx
2216 ''')
2217
2218
2219 lib_doc_es_clipart_files = Split('''
2220     ComentNotaImagenQt4.png
2221     CuadroMinipagQt4.png
2222     DocumentoHijoQt4.png
2223     es_ERT.png
2224     es_ToolbarEnvBox.png
2225     etiquetaQt4.png
2226     flotanteQt4.png
2227     GrisNotaImagenQt4.png
2228     MaterialExternoQt4.png
2229     NotaLyXImagenQt4.png
2230     notapieQt4.png
2231     referenciaQt4.png
2232     Resumen.pdf
2233 ''')
2234
2235
2236 lib_doc_eu_files = Split('''
2237     Customization.lyx
2238     Additional.lyx
2239     Intro.lyx
2240     Tutorial.lyx
2241     UserGuide.lyx
2242 ''')
2243
2244
2245 lib_doc_fr_files = Split('''
2246     Customization.lyx
2247     DocumentBidon1.lyx
2248     DocumentBidon2.lyx
2249     DocumentTexteBidon.txt
2250     EmbeddedObjects.lyx
2251     Additional.lyx
2252     Formula-numbering.lyx
2253     Intro.lyx
2254     Math.lyx
2255     Shortcuts.lyx
2256     Tutorial.lyx
2257     UserGuide.lyx
2258 ''')
2259
2260
2261 lib_doc_fr_clipart_files = Split('''
2262     BoxInsetDefaultQt4.png
2263     ChildDocumentQt4.png
2264     CommentNoteImageQt4.png
2265     floatQt4.png
2266     footnoteQt4.png
2267     GreyedOutNoteImageQt4.png
2268     labelQt4.png
2269     LyXNoteImageQt4.png    
2270 ''')
2271
2272
2273 lib_doc_gl_files = Split('''
2274     Intro.lyx
2275     Tutorial.lyx
2276 ''')
2277
2278
2279 lib_doc_he_files = Split('''
2280     Intro.lyx
2281     Tutorial.lyx
2282 ''')
2283
2284
2285 lib_doc_hu_files = Split('''
2286     Intro.lyx
2287     Tutorial.lyx
2288 ''')
2289
2290
2291 lib_doc_id_files = Split('''
2292     Intro.lyx
2293     Tutorial.lyx
2294 ''')
2295
2296
2297 lib_doc_id_clipart_files = Split('''
2298     id-contrib.png
2299     id-footnote.png
2300     id-lingkungan.png
2301 ''')
2302
2303
2304 lib_doc_it_files = Split('''
2305     Customization.lyx
2306     Intro.lyx
2307     Tutorial.lyx
2308     UserGuide.lyx
2309 ''')
2310
2311
2312 lib_doc_it_clipart_files = Split('''
2313     it_footnoteQt4.png
2314     it_referenceQt4.png
2315 ''')
2316
2317
2318 lib_doc_ja_files = Split('''
2319     Additional.lyx
2320     Intro.lyx
2321     LaTeXConfig.lyx
2322     Math.lyx
2323     Shortcuts.lyx
2324     Tutorial.lyx
2325     UserGuide.lyx
2326 ''')
2327
2328
2329 lib_doc_ja_clipart_files = Split('''
2330     floatQt4.png
2331     footnoteQt4.png
2332     referenceQt4.png
2333     ERT.png
2334     ToolbarEnvBox.png
2335 ''')
2336
2337
2338 lib_doc_nb_files = Split('''
2339     Intro.lyx
2340 ''')
2341
2342
2343 lib_doc_nl_files = Split('''
2344     Intro.lyx
2345     Tutorial.lyx
2346 ''')
2347
2348
2349 lib_doc_pl_files = Split('''
2350     Additional.lyx
2351     Intro.lyx
2352     Tutorial.lyx
2353 ''')
2354
2355
2356 lib_doc_pt_files = Split('''
2357     Intro.lyx
2358     Tutorial.lyx
2359 ''')
2360
2361
2362 lib_doc_ro_files = Split('''
2363     Intro.lyx
2364 ''')
2365
2366
2367 lib_doc_ru_files = Split('''
2368     Intro.lyx
2369     Tutorial.lyx
2370 ''')
2371
2372
2373 lib_doc_sl_files = Split('''
2374     Intro.lyx
2375     Tutorial.lyx
2376 ''')
2377
2378
2379 lib_doc_sk_files = Split('''
2380     Intro.lyx
2381     Tutorial.lyx
2382     UserGuide.lyx
2383 ''')
2384
2385
2386 lib_doc_sv_files = Split('''
2387     Intro.lyx
2388     Tutorial.lyx
2389 ''')
2390
2391
2392 lib_doc_uk_files = Split('''
2393     Intro.lyx
2394 ''')
2395
2396
2397 lib_doc_uk_clipart_files = Split('''
2398     FootnoteQT4.png
2399 ''')
2400
2401
2402 lib_examples_files = Split('''
2403     aa_sample.lyx
2404     aas_sample.lyx
2405     achemso.lyx
2406     addressExample.adr
2407     amsart-test.lyx
2408     amsbook-test.lyx
2409     armenian-article.lyx
2410     beamer-g4-mask.jpg
2411     beamer-g4.jpg
2412     beamer-icsi-logo.pdf
2413     beamer-knight1-mask.png
2414     beamer-knight1.png
2415     beamer-knight2-mask.png
2416     beamer-knight2.png
2417     beamer-knight3-mask.png
2418     beamer-knight3.png
2419     beamer-knight4-mask.png
2420     beamer-knight4.png
2421     beamerlyxexample1.lyx
2422     biblioExample.bib
2423     Braille.lyx
2424     chess-article.lyx
2425     chessgame.lyx
2426     CV-image.eps
2427     CV-image.png
2428     docbook_article.lyx
2429     europeCV.lyx
2430     example_lyxified.lyx
2431     example_raw.lyx
2432     Foils.lyx
2433     iecc05.fen
2434     iecc07.fen
2435     iecc12.fen
2436     ItemizeBullets.lyx
2437     landslide.lyx
2438     linguistics.lyx
2439     listerrors.lyx
2440     Literate.lyx
2441     modernCV.lyx
2442     multicol.lyx
2443     noweb2lyx.lyx
2444     powerdot-example.lyx
2445     recipebook.lyx
2446     script_form.lyx
2447     seminar.lyx
2448     serial_letter1.lyx
2449     serial_letter2.lyx
2450     serial_letter3.lyx
2451     simplecv.lyx
2452     splash.lyx
2453     sweave.lyx
2454     xyfigure.png
2455     xypic.lyx
2456 ''')
2457
2458
2459 lib_examples_ca_files = Split('''
2460     ItemizeBullets.lyx
2461     mathed.lyx
2462     splash.lyx
2463 ''')
2464
2465
2466 lib_examples_cs_files = Split('''
2467     splash.lyx
2468 ''')
2469
2470
2471 lib_examples_da_files = Split('''
2472     splash.lyx
2473 ''')
2474
2475
2476 lib_examples_de_files = Split('''
2477     beispiel_gelyxt.lyx
2478     beispiel_roh.lyx
2479     Braille.lyx
2480     Dezimal.lyx
2481     ItemizeBullets.lyx
2482     Lebenslauf.lyx
2483     linguistics.lyx
2484     multicol.lyx
2485     serienbrief1.lyx
2486     serienbrief2.lyx
2487     serienbrief3.lyx
2488     splash.lyx
2489 ''')
2490
2491
2492 lib_examples_fa_files = Split('''
2493     splash.lyx
2494 ''')
2495
2496
2497 lib_examples_fr_files = Split('''
2498     AlignementDecimal.lyx
2499     Braille.lyx
2500     exemple_brut.lyx
2501     exemple_lyxifie.lyx
2502     Foils.lyx
2503     ListesPuces.lyx
2504     multicol.lyx
2505     simplecv.lyx
2506     splash.lyx
2507 ''')
2508
2509
2510 lib_examples_es_files = Split('''
2511     Braille.lyx
2512     ejemplo_con_lyx.lyx
2513     ejemplo_sin_lyx.lyx
2514     ItemizeBullets.lyx
2515     linguistics.lyx
2516     multicol.lyx
2517     splash.lyx
2518 ''')
2519
2520
2521 lib_examples_eu_files = Split('''
2522     adibide_gordina.lyx
2523     adibide_lyx-atua.lyx
2524     splash.lyx
2525 ''')
2526
2527
2528 lib_examples_gl_files = Split('''
2529     exemplo_bruto.lyx
2530     exemplo_lyxificado.lyx
2531     splash.lyx
2532 ''')
2533
2534
2535 lib_examples_he_files = Split('''
2536     example_lyxified.lyx
2537     example_raw.lyx
2538     splash.lyx
2539 ''')
2540
2541
2542 lib_examples_hu_files = Split('''
2543     example_lyxified.lyx
2544     example_raw.lyx
2545     splash.lyx
2546 ''')
2547
2548
2549 lib_examples_id_files = Split('''
2550     splash.lyx
2551 ''')
2552
2553
2554 lib_examples_it_files = Split('''
2555     ItemizeBullets.lyx
2556     splash.lyx
2557 ''')
2558
2559
2560 lib_examples_ja_files = Split('''
2561     Braille.lyx
2562     splash.lyx
2563 ''')
2564
2565
2566 lib_examples_nl_files = Split('''
2567     multicol.lyx
2568     opsommingstekens.lyx
2569     splash.lyx
2570     voorbeeld_ruw.lyx
2571     voorbeeld_verlyxt.lyx
2572 ''')
2573
2574
2575 lib_examples_pl_files = Split('''
2576     splash.lyx
2577 ''')
2578
2579
2580 lib_examples_pt_files = Split('''
2581     splash.lyx
2582 ''')
2583
2584
2585 lib_examples_ro_files = Split('''
2586     splash.lyx
2587 ''')
2588
2589
2590 lib_examples_ru_files = Split('''
2591     splash.lyx
2592 ''')
2593
2594
2595 lib_examples_sl_files = Split('''
2596     primer_lyxan.lyx
2597     primer_surov.lyx
2598     splash.lyx
2599 ''')
2600
2601
2602 lib_examples_sk_files = Split('''
2603     splash.lyx
2604 ''')
2605
2606
2607 lib_examples_uk_files = Split('''
2608     splash.lyx
2609 ''')
2610
2611
2612 lib_lyx2lyx_files = Split('''
2613     generate_encoding_info.py
2614     LyX.py
2615     lyx2lyx
2616     lyx2lyx_lang.py
2617     lyx_0_06.py
2618     lyx_0_08.py
2619     lyx_0_10.py
2620     lyx_0_12.py
2621     lyx_1_0.py
2622     lyx_1_1.py
2623     lyx_1_1_5.py
2624     lyx_1_1_6_0.py
2625     lyx_1_1_6_3.py
2626     lyx_1_2.py
2627     lyx_1_3.py
2628     lyx_1_4.py
2629     lyx_1_5.py
2630     lyx_1_6.py
2631     lyx_2_0.py
2632     parser_tools.py
2633     profiling.py
2634     test_parser_tools.py
2635 ''')
2636
2637
2638 lib_lyx2lyx_extra_files = Split('''
2639     lyx2lyx_version.py.in
2640     Makefile.am
2641 ''')
2642
2643
2644 lib_layouts_files = Split('''
2645     aa.layout
2646     aapaper.layout
2647     aastex.layout
2648     achemso.layout
2649     acmsiggraph.layout
2650     agu-dtd.layout
2651     agums.layout
2652     amsart.layout
2653     amsbook.layout
2654     apa.layout
2655     arab-article.layout
2656     armenian-article.layout
2657     article.layout
2658     article-beamer.layout
2659     beamer.layout
2660     book.layout
2661     broadway.layout
2662     chess.layout
2663     cl2emult.layout
2664     dinbrief.layout
2665     docbook-book.layout
2666     docbook-chapter.layout
2667     docbook-section.layout
2668     docbook.layout
2669     doublecol-new.layout
2670     dtk.layout
2671     egs.layout
2672     elsart.layout
2673     elsarticle.layout
2674     entcs.layout
2675     europecv.layout
2676     extarticle.layout
2677     extbook.layout
2678     extletter.layout
2679     extreport.layout
2680     foils.layout
2681     g-brief-de.layout
2682     g-brief-en.layout
2683     g-brief2.layout
2684     heb-article.layout
2685     heb-letter.layout
2686     hollywood.layout
2687     IEEEtran.layout
2688     ijmpc.layout
2689     ijmpd.layout
2690     iopart.layout
2691     isprs.layout
2692     jarticle.layout
2693     jbook.layout
2694     jgrga.layout
2695     jreport.layout
2696     jsarticle.layout
2697     jsbook.layout
2698     jss.layout
2699     kluwer.layout
2700     latex8.layout
2701     letter.layout
2702     literate-article.layout
2703     literate-book.layout
2704     literate-report.layout
2705     llncs.layout
2706     ltugboat.layout
2707     memoir.layout
2708     moderncv.layout
2709     mwart.layout
2710     mwbk.layout
2711     mwrep.layout
2712     paper.layout
2713     powerdot.layout
2714     recipebook.layout
2715     report.layout
2716     revtex.layout
2717     revtex4.layout
2718     scrartcl.layout
2719     scrarticle-beamer.layout
2720     scrbook.layout
2721     scrlettr.layout
2722     scrlttr2.layout
2723     scrreprt.layout
2724     seminar.layout
2725     siamltex.layout
2726     sigplanconf.layout
2727     simplecv.layout
2728     singlecol.layout
2729     singlecol-new.layout
2730     slides.layout
2731     spie.layout
2732     svglobal.layout
2733     svglobal3.layout
2734     svjog.layout
2735     svprobth.layout
2736     tarticle.layout
2737     tbook.layout
2738     treport.layout
2739 ''')
2740
2741
2742 lib_layouts_inc_files = Split('''
2743     aapaper.inc
2744     agu_stdclass.inc
2745     agu_stdcounters.inc
2746     agu_stdlists.inc
2747     agu_stdsections.inc
2748     agu_stdtitle.inc
2749     aguplus.inc
2750     amsdefs.inc
2751     db_lyxmacros.inc
2752     db_stdcharstyles.inc
2753     db_stdclass.inc
2754     db_stdcounters.inc
2755     db_stdlayouts.inc
2756     db_stdlists.inc
2757     db_stdsections.inc
2758     db_stdstarsections.inc
2759     db_stdstruct.inc
2760     db_stdtitle.inc
2761     literate-scrap.inc
2762     lyxmacros.inc
2763     numarticle.inc
2764     numreport.inc
2765     numrevtex.inc
2766     scrclass.inc
2767     stdcharstyles.inc
2768     stdclass.inc
2769     stdcounters.inc
2770     stdcustom.inc
2771     stdfloats.inc
2772     stdinsets.inc
2773     stdlayouts.inc
2774     stdletter.inc
2775     stdlists.inc
2776     stdsections.inc
2777     stdstarsections.inc
2778     stdstruct.inc
2779     stdtitle.inc
2780     svjour.inc
2781     theorems.inc
2782     theorems-ams.inc
2783     theorems-order.inc
2784     theorems-proof.inc
2785     theorems-proof-std.inc
2786     theorems-starred.inc
2787     theorems-starred-equivalents.inc
2788 ''')
2789
2790
2791 lib_layouts_module_files = Split('''
2792     braille.module
2793     endnotes.module
2794     eqs-within-sections.module
2795     figs-within-sections.module
2796     foottoend.module
2797     hanging.module
2798     initials.module
2799     linguistics.module
2800     logicalmkup.module
2801     minimalistic.module
2802     noweb.module
2803     sweave.module
2804     tabs-within-sections.module
2805     theorems-ams-extended.module
2806     theorems-ams.module
2807     theorems-chap.module
2808     theorems-sec.module
2809     theorems-starred.module
2810     theorems-std.module
2811 ''')
2812
2813 lib_scripts_files = Split('''
2814     clean_dvi.py
2815     convertDefault.py
2816     csv2lyx.py
2817     date.py
2818     ext_copy.py
2819     fen2ascii.py
2820     fig2pdftex.py
2821     fig2pstex.py
2822     fig_copy.py
2823     layout2layout.py
2824     legacy_lyxpreview2ppm.py
2825     listerrors
2826     lyxpreview2bitmap.py
2827     lyxpreview-platex2bitmap.py
2828     lyxpreview_tools.py
2829     TeXFiles.py
2830     tex_copy.py
2831 ''')
2832
2833
2834 lib_bind_files = Split('''
2835     aqua.bind
2836     broadway.bind
2837     cua.bind
2838     cyrkeys.bind
2839     emacs.bind
2840     greekkeys.bind
2841     hollywood.bind
2842     latinkeys.bind
2843     mac.bind
2844     math.bind
2845     menus.bind
2846     sciword.bind
2847     site.bind
2848     xemacs.bind
2849 ''')
2850
2851
2852 lib_bind_fi_files = Split('''
2853     menus.bind
2854 ''')
2855
2856
2857 lib_bind_sv_files = Split('''
2858     menus.bind
2859 ''')
2860
2861
2862 lib_bind_pt_files = Split('''
2863     menus.bind
2864 ''')
2865
2866
2867 lib_bind_de_files = Split('''
2868     menus.bind
2869 ''')
2870
2871
2872 lib_commands_files = Split('''
2873     default.def
2874 ''')
2875
2876
2877 boost_extra_files = Split('''
2878     LICENSE_1_0.txt
2879     Makefile.am
2880 ''')
2881
2882
2883 boost_libs_extra_files = Split('''
2884     Makefile.am
2885     README
2886 ''')
2887
2888
2889 boost_libs_signals_extra_files = Split('''
2890     Makefile.am
2891     signals.vcproj
2892 ''')
2893
2894
2895 boost_libs_signals_src_files = Split('''
2896     connection.cpp
2897     named_slot_map.cpp
2898     signal_base.cpp
2899     slot.cpp
2900     trackable.cpp
2901 ''')
2902
2903
2904 boost_libs_signals_src_extra_files = Split('''
2905     Makefile.am
2906     pch.h
2907 ''')
2908
2909
2910 boost_libs_regex_extra_files = Split('''
2911     Makefile.am
2912     regex.vcproj
2913 ''')
2914
2915
2916 boost_libs_regex_src_files = Split('''
2917     c_regex_traits.cpp
2918     cpp_regex_traits.cpp
2919     cregex.cpp
2920     fileiter.cpp
2921     instances.cpp
2922     posix_api.cpp
2923     regex.cpp
2924     regex_debug.cpp
2925     regex_raw_buffer.cpp
2926     regex_traits_defaults.cpp
2927     w32_regex_traits.cpp
2928     wide_posix_api.cpp
2929     winstances.cpp
2930 ''')
2931
2932
2933 boost_libs_regex_src_extra_files = Split('''
2934     Makefile.am
2935     pch.h
2936 ''')
2937
2938
2939
2940 development_Win32_packaging_installer = Split('''
2941     license.rtf
2942     lyx.nsi
2943     settings.nsh
2944 ''')
2945
2946
2947 development_Win32_packaging_installer_graphics = Split('''
2948     header.bmp
2949     wizard.bmp
2950 ''')
2951
2952
2953 development_Win32_packaging_installer_gui = Split('''
2954     external.nsh
2955     langselect.nsh
2956     reinstall.nsh
2957 ''')
2958
2959
2960 development_Win32_packaging_installer_include = Split('''
2961     declarations.nsh
2962     detection.nsh
2963     dictlist.nsh    
2964     filelist.nsh
2965     gui.nsh
2966     init.nsh
2967     langlist.nsh
2968     nsis.nsh
2969     variables.nsh
2970 ''')
2971
2972
2973 development_Win32_packaging_installer_lang = Split('''
2974     english.nsh
2975     french.nsh
2976     german.nsh
2977     italian.nsh
2978 ''')
2979
2980
2981 development_Win32_packaging_installer_setup = Split('''
2982     configure.nsh
2983     install.nsh
2984     reinstall.nsh
2985 ''')