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