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