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