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