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