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