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