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