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