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