]> git.lyx.org Git - lyx.git/blob - development/scons/scons_manifest.py
e23edc693e0403b2dc55194ef7d832349c0b5867
[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     wasy10.ttf
1399 ''')
1400
1401
1402 lib_images_files = Split('''
1403     all-changes-accept.png
1404     all-changes-reject.png
1405     amssymb.png
1406     banner.png
1407     bookmark-goto.png
1408     bookmark-goto_0.png
1409     bookmark-save.png
1410     box-insert.png
1411     break-line.png
1412     buffer-close.png
1413     buffer-export.png
1414     buffer-export_dvi.png
1415     buffer-export_latex.png
1416     buffer-export_pdf.png
1417     buffer-export_pdf2.png
1418     buffer-export_pdf3.png
1419     buffer-export_pdf4.png
1420     buffer-export_ps.png
1421     buffer-export_text.png
1422     buffer-new.png
1423     buffer-reload.png
1424     buffer-toggle-output-sync.png
1425     buffer-update.png
1426     buffer-update_dvi.png
1427     buffer-update_pdf.png
1428     buffer-update_pdf2.png
1429     buffer-update_pdf3.png
1430     buffer-update_pdf4.png
1431     buffer-update_ps.png
1432     buffer-view.png
1433     buffer-view_dvi.png
1434     buffer-view_pdf.png
1435     buffer-view_pdf2.png
1436     buffer-view_pdf3.png
1437     buffer-view_pdf4.png
1438     buffer-view_ps.png
1439     buffer-write-as.png
1440     buffer-write.png
1441     build-program.png
1442     change-accept.png
1443     change-next.png
1444     change-reject.png
1445     changes-merge.png
1446     changes-output.png
1447     changes-track.png
1448     closetab.png
1449     close-tab-group.png
1450     copy.png
1451     cut.png
1452     demote.png
1453     depth-decrement.png
1454     depth-increment.png
1455     dialog-preferences.png
1456     dialog-show-new-inset_citation.png
1457     dialog-show-new-inset_graphics.png
1458     dialog-show-new-inset_include.png
1459     dialog-show-new-inset_ref.png
1460     dialog-show_character.png
1461     dialog-show_findreplace.png
1462     dialog-show_mathdelimiter.png
1463     dialog-show_mathmatrix.png
1464     dialog-show_print.png
1465     dialog-show_spellchecker.png
1466     dialog-show_vclog.png
1467     dialog-toggle_findreplaceadv.png
1468     dialog-toggle_toc.png
1469     down.png
1470     ert-insert.png
1471     file-open.png
1472     float-insert_figure.png
1473     float-insert_table.png
1474     font-bold.png
1475     font-emph.png
1476     textstyle-apply.png
1477     font-noun.png
1478     font-sans.png
1479     footnote-insert.png
1480     href-insert.png
1481     hidetab.png
1482     index-insert.png
1483     info-insert_buffer_vcs-revision.png
1484     label-insert.png
1485     layout-document.png
1486     layout-paragraph.png
1487     layout.png
1488     layout_Description.png
1489     layout_Enumerate.png
1490     layout_Itemize.png
1491     layout_List.png
1492     layout_LyX-Code.png
1493     layout_Scrap.png
1494     layout_Section.png
1495     lyx-quit.png
1496     lyx.png
1497     marginalnote-insert.png
1498     master-buffer-update.png
1499     master-buffer-view.png
1500     math-display.png
1501     math-macro-add-greedy-optional-param.png
1502     math-macro-add-optional-param.png
1503     math-macro-add-param.png
1504     math-macro-append-greedy-param.png
1505     math-macro-make-nonoptional.png
1506     math-macro-make-optional.png
1507     math-macro-remove-greedy-param.png
1508     math-macro-remove-optional-param.png
1509     math-macro-remove-param.png
1510     math-macro_newmacroname_newcommand.png
1511     math-matrix.png
1512     math-mode.png
1513     math-subscript.png
1514     math-superscript.png
1515     nomencl-insert.png
1516     note-insert.png
1517     note-next.png
1518     paste.png
1519     promote.png
1520     psnfss1.png
1521     psnfss2.png
1522     psnfss3.png
1523     psnfss4.png
1524     redo.png
1525     reload.png
1526     split-view_horizontal.png
1527     split-view_vertical.png
1528     standard.png
1529     tabular-feature_align-decimal.png
1530     tabular-feature_m-align-center.png
1531     tabular-feature_m-align-left.png
1532     tabular-feature_m-align-right.png
1533     tabular-feature_m-valign-bottom.png
1534     tabular-feature_m-valign-middle.png
1535     tabular-feature_m-valign-top.png
1536     tabular-feature_append-column.png
1537     tabular-feature_append-row.png
1538     tabular-feature_delete-column.png
1539     tabular-feature_delete-row.png
1540     tabular-feature_multicolumn.png
1541     tabular-feature_multirow.png
1542     tabular-feature_set-all-lines.png
1543     tabular-feature_set-border-lines.png
1544     tabular-feature_set-longtabular.png
1545     tabular-feature_set-rotate-cell.png
1546     tabular-feature_set-rotate-tabular.png
1547     tabular-feature_toggle-line-bottom.png
1548     tabular-feature_toggle-line-left.png
1549     tabular-feature_toggle-line-right.png
1550     tabular-feature_toggle-line-top.png
1551     tabular-feature_toggle-rotate-cell.png
1552     tabular-feature_toggle-rotate-tabular.png
1553     tabular-feature_unset-all-lines.png
1554     tabular-insert.png
1555     thesaurus-entry.png
1556     toolbar-toggle_math.png
1557     toolbar-toggle_math_panels.png
1558     toolbar-toggle_table.png
1559     undo.png
1560     unknown.png
1561     up.png
1562     update-others.png
1563     url-insert.png
1564     vc-compare.png
1565     vc-compare_0.png
1566     vc-check-in.png
1567     vc-check-out.png
1568     vc-locking-toggle.png
1569     vc-register.png
1570     vc-repo-update.png
1571     vc-revert.png
1572     view-others.png
1573 ''')
1574
1575
1576 lib_images_extra_files = Split('''
1577     font-smallcaps.png
1578     README
1579 ''')
1580
1581
1582 lib_images_math_files = Split('''
1583     acute.png
1584     adots.png
1585     aleph.png
1586     alpha.png
1587     amalg.png
1588     angle.png
1589     approx.png
1590     approxeq.png
1591     asymp.png
1592     backepsilon.png
1593     backprime.png
1594     backsim.png
1595     backsimeq.png
1596     backslash.png
1597     bar.png
1598     bars.png
1599     barwedge.png
1600     Bbbk.png
1601     because.png
1602     beta.png
1603     beth.png
1604     between.png
1605     bigcap.png
1606     bigcirc.png
1607     bigcup.png
1608     bigodot.png
1609     bigoplus.png
1610     bigotimes.png
1611     bigsqcup.png
1612     bigstar.png
1613     bigtriangledown.png
1614     bigtriangleup.png
1615     biguplus.png
1616     bigvee.png
1617     bigwedge.png
1618     blacklozenge.png
1619     blacksquare.png
1620     blacktriangle.png
1621     blacktriangledown.png
1622     blacktriangleleft.png
1623     blacktriangleright.png
1624     bot.png
1625     bowtie.png
1626     boxdot.png
1627     boxminus.png
1628     boxplus.png
1629     boxtimes.png
1630     breve.png
1631     bullet.png
1632     bumpeq.png
1633     bumpeq2.png
1634     cap.png
1635     cap2.png
1636     cases.png
1637     cdot.png
1638     cdots.png
1639     centerdot.png
1640     check.png
1641     chi.png
1642     circ.png
1643     circeq.png
1644     circlearrowleft.png
1645     circlearrowright.png
1646     circledS.png
1647     circledast.png
1648     circledcirc.png
1649     circleddash.png
1650     clubsuit.png
1651     complement.png
1652     cong.png
1653     coprod.png
1654     cup.png
1655     cup2.png
1656     curlyeqprec.png
1657     curlyeqsucc.png
1658     curlyvee.png
1659     curlywedge.png
1660     curvearrowleft.png
1661     curvearrowright.png
1662     dagger.png
1663     daleth.png
1664     dashleftarrow.png
1665     dashrightarrow.png
1666     dashv.png
1667     ddagger.png
1668     ddddot.png
1669     dddot.png
1670     ddot.png
1671     ddots.png
1672     delim.png
1673     delta.png
1674     delta2.png
1675     diagdown.png
1676     diagup.png
1677     diamond.png
1678     diamond2.png
1679     diamondsuit.png
1680     digamma.png
1681     div.png
1682     divideontimes.png
1683     dot.png
1684     doteq.png
1685     doteqdot.png
1686     dotplus.png
1687     dotsint.png
1688     dotsintop.png
1689     doublebarwedge.png
1690     downarrow.png
1691     downarrow2.png
1692     downdownarrows.png
1693     downharpoonleft.png
1694     downharpoonright.png
1695     ell.png
1696     empty.png
1697     emptyset.png
1698     epsilon.png
1699     eqcirc.png
1700     eqslantgtr.png
1701     eqslantless.png
1702     equation.png
1703     equiv.png
1704     eta.png
1705     eth.png
1706     exists.png
1707     export-others.png
1708     fallingdotseq.png
1709     fint.png
1710     fintop.png
1711     Finv.png
1712     flat.png
1713     font.png
1714     forall.png
1715     frac-square.png
1716     frac.png
1717     frown.png
1718     functions.png
1719     Game.png
1720     gamma.png
1721     gamma2.png
1722     geq.png
1723     geqq.png
1724     geqslant.png
1725     gg.png
1726     ggg.png
1727     gimel.png
1728     gnapprox.png
1729     gneq.png
1730     gneqq.png
1731     gnsim.png
1732     grave.png
1733     gtrapprox.png
1734     gtrdot.png
1735     gtreqless.png
1736     gtreqqless.png
1737     gtrless.png
1738     gtrsim.png
1739     gvertneqq.png
1740     hat.png
1741     hbar.png
1742     heartsuit.png
1743     hookleftarrow.png
1744     hookrightarrow.png
1745     hphantom.png
1746     hslash.png
1747     iddots.png
1748     iiiint.png
1749     iiiintop.png
1750     iiint.png
1751     iiintop.png
1752     iint.png
1753     iintop.png
1754     Im.png
1755     imath.png
1756     in.png
1757     infty.png
1758     int.png
1759     intercal.png
1760     intop.png
1761     iota.png
1762     jmath.png
1763     kappa.png
1764     lambda.png
1765     lambda2.png
1766     landdownint.png
1767     landdownintop.png
1768     landupint.png
1769     landupintop.png
1770     langle.png
1771     lbrace.png
1772     lbrace_rbrace.png
1773     lbracket.png
1774     lbracket_rbracket.png
1775     lceil.png
1776     lceil_rceil.png
1777     ldots.png
1778     leftarrow.png
1779     leftarrow2.png
1780     leftarrowtail.png
1781     leftharpoondown.png
1782     leftharpoonup.png
1783     leftleftarrows.png
1784     leftrightarrow.png
1785     leftrightarrow2.png
1786     leftrightarrows.png
1787     leftrightharpoons.png
1788     leftrightsquigarrow.png
1789     leftthreetimes.png
1790     leq.png
1791     leqq.png
1792     leqslant.png
1793     lessapprox.png
1794     lessdot.png
1795     lesseqgtr.png
1796     lesseqqgtr.png
1797     lessgtr.png
1798     lesssim.png
1799     lfloor.png
1800     lfloor_rfloor.png
1801     ll.png
1802     llcorner.png
1803     Lleftarrow.png
1804     lll.png
1805     lnapprox.png
1806     lneq.png
1807     lneqq.png
1808     lnsim.png
1809     longleftarrow.png
1810     longleftarrow2.png
1811     longleftrightarrow.png
1812     longleftrightarrow2.png
1813     longmapsto.png
1814     longrightarrow.png
1815     longrightarrow2.png
1816     looparrowleft.png
1817     looparrowright.png
1818     lozenge.png
1819     lparen.png
1820     lparen_rparen.png
1821     lrcorner.png
1822     Lsh.png
1823     ltimes.png
1824     lvertneqq.png
1825     mapsto.png
1826     mathbb_C.png
1827     mathbb_H.png
1828     mathbb_N.png
1829     mathbb_Q.png
1830     mathbb_R.png
1831     mathbb_Z.png
1832     mathcal_F.png
1833     mathcal_H.png
1834     mathcal_L.png
1835     mathcal_O.png
1836     mathcircumflex.png
1837     mathrm_T.png
1838     matrix.png
1839     measuredangle.png
1840     mho.png
1841     mid.png
1842     models.png
1843     mp.png
1844     mu.png
1845     multimap.png
1846     nabla.png
1847     natural.png
1848     ncong.png
1849     nearrow.png
1850     neg.png
1851     neq.png
1852     nexists.png
1853     ngeq.png
1854     ngeqq.png
1855     ngeqslant.png
1856     ngtr.png
1857     ni.png
1858     nleftarrow.png
1859     nleftarrow2.png
1860     nleftrightarrow.png
1861     nleftrightarrow2.png
1862     nleq.png
1863     nleqq.png
1864     nleqslant.png
1865     nless.png
1866     nmid.png
1867     notin.png
1868     nparallel.png
1869     nprec.png
1870     npreceq.png
1871     nrightarrow.png
1872     nrightarrow2.png
1873     nshortmid.png
1874     nshortparallel.png
1875     nsim.png
1876     nsubseteq.png
1877     nsucc.png
1878     nsucceq.png
1879     nsupseteq.png
1880     nsupseteqq.png
1881     ntriangleleft.png
1882     ntrianglelefteq.png
1883     ntriangleright.png
1884     ntrianglerighteq.png
1885     nu.png
1886     nvdash.png
1887     nvdash2.png
1888     nvdash3.png
1889     nwarrow.png
1890     odot.png
1891     oiint.png
1892     oiintop.png
1893     oint.png
1894     ointclockwise.png
1895     ointclockwiseop.png
1896     ointctrclockwise.png
1897     ointctrclockwiseop.png
1898     ointop.png
1899     omega.png
1900     omega2.png
1901     ominus.png
1902     oplus.png
1903     oslash.png
1904     otimes.png
1905     overbrace.png
1906     overleftarrow.png
1907     overleftrightarrow.png
1908     overline.png
1909     overrightarrow.png
1910     overset.png
1911     parallel.png
1912     partial.png
1913     perp.png
1914     phantom.png
1915     phi.png
1916     phi2.png
1917     pi.png
1918     pi2.png
1919     pitchfork.png
1920     pm.png
1921     prec.png
1922     precapprox.png
1923     preccurlyeq.png
1924     preceq.png
1925     precnapprox.png
1926     precnsim.png
1927     precsim.png
1928     prime.png
1929     prod.png
1930     propto.png
1931     psi.png
1932     psi2.png
1933     rangle.png
1934     rbrace.png
1935     rbracket.png
1936     rceil.png
1937     Re.png
1938     rfloor.png
1939     rho.png
1940     rightarrow.png
1941     rightarrow2.png
1942     rightarrowtail.png
1943     rightharpoondown.png
1944     rightharpoonup.png
1945     rightleftarrows.png
1946     rightleftharpoons.png
1947     rightrightarrows.png
1948     rightsquigarrow.png
1949     rightthreetimes.png
1950     risingdotseq.png
1951     root.png
1952     rparen.png
1953     Rrightarrow.png
1954     Rsh.png
1955     rtimes.png
1956     searrow.png
1957     setminus.png
1958     sharp.png
1959     shortmid.png
1960     shortparallel.png
1961     sigma.png
1962     sigma2.png
1963     sim.png
1964     simeq.png
1965     slash.png
1966     smallfrown.png
1967     smallsetminus.png
1968     smallsmile.png
1969     smile.png
1970     space.png
1971     spadesuit.png
1972     sphericalangle.png
1973     sqcap.png
1974     sqcup.png
1975     sqiint.png
1976     sqiintop.png
1977     sqint.png
1978     sqintop.png
1979     sqrt-square.png
1980     sqrt.png
1981     sqsubset.png
1982     sqsubseteq.png
1983     sqsupset.png
1984     sqsupseteq.png
1985     square.png
1986     star.png
1987     style.png
1988     style.png
1989     sub.png
1990     subset.png
1991     subset2.png
1992     subseteq.png
1993     subseteqq.png
1994     subsetneq.png
1995     subsetneqq.png
1996     succ.png
1997     succapprox.png
1998     succcurlyeq.png
1999     succeq.png
2000     succnapprox.png
2001     succnsim.png
2002     succsim.png
2003     sum.png
2004     super.png
2005     supset.png
2006     supset2.png
2007     supseteq.png
2008     supseteqq.png
2009     supsetneq.png
2010     supsetneqq.png
2011     surd.png
2012     swarrow.png
2013     tau.png
2014     textrm_AA.png
2015     textrm_O.png
2016     therefore.png
2017     theta.png
2018     theta2.png
2019     thickapprox.png
2020     thicksim.png
2021     tilde.png
2022     times.png
2023     top.png
2024     triangle.png
2025     triangledown.png
2026     triangleleft.png
2027     trianglelefteq.png
2028     triangleq.png
2029     triangleright.png
2030     trianglerighteq.png
2031     twoheadleftarrow.png
2032     twoheadrightarrow.png
2033     ulcorner.png
2034     underbrace.png
2035     underleftarrow.png
2036     underleftrightarrow.png
2037     underline.png
2038     underrightarrow.png
2039     underscore.png
2040     underset.png
2041     uparrow.png
2042     uparrow2.png
2043     updownarrow.png
2044     updownarrow2.png
2045     upharpoonleft.png
2046     upharpoonright.png
2047     uplus.png
2048     upsilon.png
2049     upsilon2.png
2050     upuparrows.png
2051     urcorner.png
2052     varepsilon.png
2053     varkappa.png
2054     varnothing.png
2055     varphi.png
2056     varpi.png
2057     varpropto.png
2058     varrho.png
2059     varsigma.png
2060     varsubsetneq.png
2061     varsubsetneqq.png
2062     varsupsetneq.png
2063     varsupsetneqq.png
2064     vartheta.png
2065     vartriangle.png
2066     vartriangleleft.png
2067     vartriangleright.png
2068     vdash.png
2069     vdash2.png
2070     vdash3.png
2071     vdots.png
2072     vec.png
2073     vee.png
2074     veebar.png
2075     vert.png
2076     vert2.png
2077     vphantom.png
2078     Vvdash.png
2079     wedge.png
2080     widehat.png
2081     widetilde.png
2082     wp.png
2083     wr.png
2084     xi.png
2085     xi2.png
2086     zeta.png
2087 ''')
2088
2089
2090 lib_images_math_extra_files = Split('''
2091     ams_arrows.png
2092     ams_misc.png
2093     ams_nrel.png
2094     ams_ops.png
2095     ams_rel.png
2096     arrows.png
2097     bop.png
2098     brel.png
2099     deco.png
2100     deco.png
2101     delim.png
2102     delim0.png
2103     delim1.png
2104     dots.png
2105     font.png
2106     functions.png
2107     greek.png
2108     misc.png
2109     varsz.png
2110 ''')
2111
2112
2113 lib_images_commands_files = Split('''
2114 ''')
2115
2116
2117 lib_images_attic_extra_files = Split('''
2118     dialog-show_mathpanel.png
2119 ''')
2120
2121
2122 lib_tex_files = Split('''
2123     broadway.cls
2124     hollywood.cls
2125     lyxchess.sty
2126     lyxskak.sty
2127     revtex.cls
2128 ''')
2129
2130
2131 lib_doc_files = Split('''
2132     Customization.lyx
2133     DummyDocument1.lyx
2134     DummyDocument2.lyx
2135     DummyTextDocument.txt
2136     EmbeddedObjects.lyx
2137     Additional.lyx
2138     Formula-numbering.lyx
2139     Intro.lyx
2140     LaTeXConfig.lyx
2141     LFUNs.lyx
2142     Math.lyx
2143     Shortcuts.lyx
2144     Tutorial.lyx
2145     UserGuide.lyx
2146 ''')
2147
2148
2149 lib_doc_biblio_files = Split('''
2150     alphadin.bst
2151     LyXDocs.bib
2152 ''')
2153
2154
2155 lib_doc_clipart_files = Split('''
2156     Abstract.pdf
2157     BoxInsetDefaultQt4.png
2158     ChangesToolbar.png
2159     ChildDocumentQt4.png
2160     CommentNoteImageQt4.png
2161     endnotes.pdf
2162     ERT.png
2163     escher-lsd.eps
2164     ExternalMaterialQt4.png
2165     ExtraToolbar.png
2166     floatQt4.png
2167     footnoteQt4.png
2168     GreyedOutNoteImageQt4.png
2169     labelQt4.png
2170     LaTeX.png
2171     LyXNoteImageQt4.png
2172     macrobox.png
2173     MacroToolbar.png
2174     macrouse.png
2175     mbox.png
2176     mobius.eps
2177     platypus.eps
2178     referenceQt4.png
2179     SpaceMarker.png
2180     StandardToolbar.png
2181     ToolbarEnvBox.png
2182     ViewToolbar.png
2183     with_fntright.pdf
2184     without_fntright.pdf
2185 ''')
2186
2187
2188 lib_doc_extra_files = Split('''
2189     Makefile.am
2190     README.Documentation
2191 ''')
2192
2193
2194 lib_doc_ca_files = Split('''
2195     Intro.lyx
2196 ''')
2197
2198
2199 lib_doc_cs_files = Split('''
2200     Tutorial.lyx
2201 ''')
2202
2203
2204 lib_doc_de_files = Split('''
2205     Customization.lyx
2206     DummyDocument1.lyx
2207     DummyDocument2.lyx
2208     DummyTextDocument.txt
2209     EmbeddedObjects.lyx
2210     Additional.lyx
2211     Formelnummerierung.lyx
2212     Intro.lyx
2213     Math.lyx
2214     Shortcuts.lyx
2215     Tutorial.lyx
2216     UserGuide.lyx
2217 ''')
2218
2219
2220 lib_doc_de_clipart_files = Split('''
2221     ERT.png
2222     ExternesMaterialQt4.png
2223     FussnoteQt4.png
2224     GleitobjektQt4.png
2225     GrauschriftNotizQt4.png
2226     KommentarQt4.png
2227     LyXNotizQt4.png
2228     Marke.png
2229     Querverweis.png
2230     StandardBoxQt4.png
2231     UnterdokumentQt4.png
2232 ''')
2233
2234
2235 lib_doc_da_files = Split('''
2236     Intro.lyx
2237 ''')
2238
2239
2240 lib_doc_el_files = Split('''
2241     Intro.lyx
2242 ''')
2243
2244
2245 lib_doc_es_files = Split('''
2246     Customization.lyx
2247     DocumentoPostizo1.lyx
2248     DocumentoPostizo2.lyx
2249     DocumentoTextoPostizo.txt
2250     EmbeddedObjects.lyx
2251     Additional.lyx
2252     Formula-numbering.lyx
2253     Intro.lyx
2254     Math.lyx
2255     Shortcuts.lyx
2256     Tutorial.lyx
2257     UserGuide.lyx
2258 ''')
2259
2260
2261 lib_doc_es_clipart_files = Split('''
2262     ComentNotaImagenQt4.png
2263     CuadroMinipagQt4.png
2264     DocumentoHijoQt4.png
2265     es_ERT.png
2266     es_ToolbarEnvBox.png
2267     etiquetaQt4.png
2268     flotanteQt4.png
2269     GrisNotaImagenQt4.png
2270     MaterialExternoQt4.png
2271     NotaLyXImagenQt4.png
2272     notapieQt4.png
2273     referenciaQt4.png
2274     Resumen.pdf
2275 ''')
2276
2277
2278 lib_doc_eu_files = Split('''
2279     Customization.lyx
2280     Additional.lyx
2281     Intro.lyx
2282     Tutorial.lyx
2283     UserGuide.lyx
2284 ''')
2285
2286
2287 lib_doc_fr_files = Split('''
2288     Customization.lyx
2289     DocumentBidon1.lyx
2290     DocumentBidon2.lyx
2291     DocumentTexteBidon.txt
2292     EmbeddedObjects.lyx
2293     Additional.lyx
2294     Formula-numbering.lyx
2295     Intro.lyx
2296     Math.lyx
2297     Shortcuts.lyx
2298     Tutorial.lyx
2299     UserGuide.lyx
2300 ''')
2301
2302
2303 lib_doc_fr_clipart_files = Split('''
2304     BoxInsetDefaultQt4.png
2305     ChildDocumentQt4.png
2306     CommentNoteImageQt4.png
2307     floatQt4.png
2308     footnoteQt4.png
2309     GreyedOutNoteImageQt4.png
2310     labelQt4.png
2311     LyXNoteImageQt4.png    
2312 ''')
2313
2314
2315 lib_doc_gl_files = Split('''
2316     Intro.lyx
2317     Tutorial.lyx
2318 ''')
2319
2320
2321 lib_doc_he_files = Split('''
2322     Intro.lyx
2323     Tutorial.lyx
2324 ''')
2325
2326
2327 lib_doc_hu_files = Split('''
2328     Intro.lyx
2329     Tutorial.lyx
2330 ''')
2331
2332
2333 lib_doc_id_files = Split('''
2334     Intro.lyx
2335     Tutorial.lyx
2336 ''')
2337
2338
2339 lib_doc_id_clipart_files = Split('''
2340     id-contrib.png
2341     id-footnote.png
2342     id-lingkungan.png
2343 ''')
2344
2345
2346 lib_doc_it_files = Split('''
2347     Customization.lyx
2348     Intro.lyx
2349     Tutorial.lyx
2350     UserGuide.lyx
2351 ''')
2352
2353
2354 lib_doc_it_clipart_files = Split('''
2355     it_footnoteQt4.png
2356     it_referenceQt4.png
2357 ''')
2358
2359
2360 lib_doc_ja_files = Split('''
2361     Additional.lyx
2362     Customization.lyx
2363     DummyDocument1.lyx
2364     DummyDocument2.lyx
2365     EmbeddedObjects.lyx
2366     Formula-numbering.lyx
2367     Intro.lyx
2368     LaTeXConfig.lyx
2369     Math.lyx
2370     Shortcuts.lyx
2371     Tutorial.lyx
2372     UserGuide.lyx
2373 ''')
2374
2375
2376 lib_doc_ja_clipart_files = Split('''
2377     ChildDocumentQt4.png
2378     ERT.png
2379     ExternalMaterialQt4.png
2380     floatQt4.png
2381     footnoteQt4.png
2382     referenceQt4.png
2383     ToolbarEnvBox.png
2384 ''')
2385
2386
2387 lib_doc_nb_files = Split('''
2388     Intro.lyx
2389 ''')
2390
2391
2392 lib_doc_nl_files = Split('''
2393     Intro.lyx
2394     Tutorial.lyx
2395 ''')
2396
2397
2398 lib_doc_pl_files = Split('''
2399     Additional.lyx
2400     Intro.lyx
2401     Tutorial.lyx
2402 ''')
2403
2404
2405 lib_doc_pt_files = Split('''
2406     Intro.lyx
2407     Tutorial.lyx
2408 ''')
2409
2410
2411 lib_doc_ro_files = Split('''
2412     Intro.lyx
2413 ''')
2414
2415
2416 lib_doc_ru_files = Split('''
2417     Intro.lyx
2418     Tutorial.lyx
2419 ''')
2420
2421
2422 lib_doc_sl_files = Split('''
2423     Intro.lyx
2424     Tutorial.lyx
2425 ''')
2426
2427
2428 lib_doc_sk_files = Split('''
2429     Intro.lyx
2430     Tutorial.lyx
2431     UserGuide.lyx
2432 ''')
2433
2434
2435 lib_doc_sv_files = Split('''
2436     Intro.lyx
2437     Tutorial.lyx
2438 ''')
2439
2440
2441 lib_doc_uk_files = Split('''
2442     Intro.lyx
2443 ''')
2444
2445
2446 lib_doc_uk_clipart_files = Split('''
2447     FootnoteQT4.png
2448 ''')
2449
2450
2451 lib_doc_zhCN_files = Split('''
2452     Intro.lyx
2453     Tutorial.lyx
2454 ''')
2455
2456
2457 lib_examples_files = Split('''
2458     aa_sample.lyx
2459     aas_sample.lyx
2460     achemso.lyx
2461     addressExample.adr
2462     amsart-test.lyx
2463     amsbook-test.lyx
2464     armenian-article.lyx
2465     beamer-g4-mask.jpg
2466     beamer-g4.jpg
2467     beamer-icsi-logo.pdf
2468     beamer-knight1-mask.png
2469     beamer-knight1.png
2470     beamer-knight2-mask.png
2471     beamer-knight2.png
2472     beamer-knight3-mask.png
2473     beamer-knight3.png
2474     beamer-knight4-mask.png
2475     beamer-knight4.png
2476     beamerlyxexample1.lyx
2477     biblioExample.bib
2478     Braille.lyx
2479     chess-article.lyx
2480     chessgame.lyx
2481     CV-image.eps
2482     CV-image.png
2483     docbook_article.lyx
2484     europeCV.lyx
2485     example_lyxified.lyx
2486     example_raw.lyx
2487     Foils.lyx
2488     iecc05.fen
2489     iecc07.fen
2490     iecc12.fen
2491     ItemizeBullets.lyx
2492     landslide.lyx
2493     linguistics.lyx
2494     listerrors.lyx
2495     Literate.lyx
2496     modernCV.lyx
2497     multicol.lyx
2498     noweb2lyx.lyx
2499     powerdot-example.lyx
2500     recipebook.lyx
2501     script_form.lyx
2502     seminar.lyx
2503     serial_letter1.lyx
2504     serial_letter2.lyx
2505     serial_letter3.lyx
2506     simplecv.lyx
2507     splash.lyx
2508     sweave.lyx
2509     tufte-book.lyx
2510     tufte-handout.lyx
2511     xyfigure.png
2512     xypic.lyx
2513 ''')
2514
2515
2516 lib_examples_ca_files = Split('''
2517     ItemizeBullets.lyx
2518     mathed.lyx
2519     splash.lyx
2520 ''')
2521
2522
2523 lib_examples_cs_files = Split('''
2524     splash.lyx
2525 ''')
2526
2527
2528 lib_examples_da_files = Split('''
2529     splash.lyx
2530 ''')
2531
2532
2533 lib_examples_de_files = Split('''
2534     beispiel_gelyxt.lyx
2535     beispiel_roh.lyx
2536     Braille.lyx
2537     Dezimal.lyx
2538     ItemizeBullets.lyx
2539     Lebenslauf.lyx
2540     linguistics.lyx
2541     multicol.lyx
2542     serienbrief1.lyx
2543     serienbrief2.lyx
2544     serienbrief3.lyx
2545     splash.lyx
2546     tufte-handout.lyx
2547 ''')
2548
2549
2550 lib_examples_el_files = Split('''
2551     splash.lyx
2552 ''')
2553
2554
2555 lib_examples_es_files = Split('''
2556     beamer-conference-ornate20min.lyx
2557     Braille.lyx
2558     ejemplo_con_lyx.lyx
2559     ejemplo_sin_lyx.lyx
2560     ItemizeBullets.lyx
2561     linguistics.lyx
2562     multicol.lyx
2563     splash.lyx
2564     tufte-book.lyx
2565     tufte-handout.lyx
2566 ''')
2567
2568
2569 lib_examples_fa_files = Split('''
2570     splash.lyx
2571 ''')
2572
2573
2574 lib_examples_fr_files = Split('''
2575     AlignementDecimal.lyx
2576     Braille.lyx
2577     exemple_brut.lyx
2578     exemple_lyxifie.lyx
2579     exemple-powerdot.lyx
2580     Foils.lyx
2581     linguistics.lyx
2582     ListesPuces.lyx
2583     multicol.lyx
2584     seminar.lyx
2585     simplecv.lyx
2586     splash.lyx
2587     xyfigure.png
2588     xypic.lyx
2589 ''')
2590
2591
2592 lib_examples_eu_files = Split('''
2593     adibide_gordina.lyx
2594     adibide_lyx-atua.lyx
2595     splash.lyx
2596 ''')
2597
2598
2599 lib_examples_gl_files = Split('''
2600     exemplo_bruto.lyx
2601     exemplo_lyxificado.lyx
2602     splash.lyx
2603 ''')
2604
2605
2606 lib_examples_he_files = Split('''
2607     example_lyxified.lyx
2608     example_raw.lyx
2609     splash.lyx
2610 ''')
2611
2612
2613 lib_examples_hu_files = Split('''
2614     example_lyxified.lyx
2615     example_raw.lyx
2616     splash.lyx
2617 ''')
2618
2619
2620 lib_examples_id_files = Split('''
2621     splash.lyx
2622 ''')
2623
2624
2625 lib_examples_it_files = Split('''
2626     ItemizeBullets.lyx
2627     splash.lyx
2628 ''')
2629
2630
2631 lib_examples_ja_files = Split('''
2632     Braille.lyx
2633     linguistics.lyx
2634     multicol.lyx
2635     splash.lyx
2636     xyfigure.png
2637     xypic.lyx
2638 ''')
2639
2640
2641 lib_examples_nl_files = Split('''
2642     multicol.lyx
2643     opsommingstekens.lyx
2644     splash.lyx
2645     voorbeeld_ruw.lyx
2646     voorbeeld_verlyxt.lyx
2647 ''')
2648
2649
2650 lib_examples_pl_files = Split('''
2651     splash.lyx
2652 ''')
2653
2654
2655 lib_examples_pt_files = Split('''
2656     splash.lyx
2657 ''')
2658
2659
2660 lib_examples_ro_files = Split('''
2661     splash.lyx
2662 ''')
2663
2664
2665 lib_examples_ru_files = Split('''
2666     splash.lyx
2667 ''')
2668
2669
2670 lib_examples_sl_files = Split('''
2671     primer_lyxan.lyx
2672     primer_surov.lyx
2673     splash.lyx
2674 ''')
2675
2676
2677 lib_examples_sk_files = Split('''
2678     splash.lyx
2679 ''')
2680
2681
2682 lib_examples_uk_files = Split('''
2683     splash.lyx
2684 ''')
2685
2686
2687 lib_lyx2lyx_files = Split('''
2688     generate_encoding_info.py
2689     LyX.py
2690     lyx2lyx
2691     lyx2lyx_lang.py
2692     lyx_0_06.py
2693     lyx_0_08.py
2694     lyx_0_10.py
2695     lyx_0_12.py
2696     lyx_1_0.py
2697     lyx_1_1.py
2698     lyx_1_1_5.py
2699     lyx_1_1_6_0.py
2700     lyx_1_1_6_3.py
2701     lyx_1_2.py
2702     lyx_1_3.py
2703     lyx_1_4.py
2704     lyx_1_5.py
2705     lyx_1_6.py
2706     lyx_2_0.py
2707     parser_tools.py
2708     profiling.py
2709     test_parser_tools.py
2710 ''')
2711
2712
2713 lib_lyx2lyx_extra_files = Split('''
2714     lyx2lyx_version.py.in
2715     Makefile.am
2716 ''')
2717
2718
2719 lib_layouts_files = Split('''
2720     aa.layout
2721     aapaper.layout
2722     aastex.layout
2723     achemso.layout
2724     acmsiggraph.layout
2725     AEA.layout
2726     agu-dtd.layout
2727     agums.layout
2728     amsart.layout
2729     amsbook.layout
2730     apa.layout
2731     arab-article.layout
2732     armenian-article.layout
2733     article.layout
2734     article-beamer.layout
2735     beamer.layout
2736     book.layout
2737     broadway.layout
2738     chess.layout
2739     cl2emult.layout
2740     dinbrief.layout
2741     docbook-book.layout
2742     docbook-chapter.layout
2743     docbook-section.layout
2744     docbook.layout
2745     doublecol-new.layout
2746     dtk.layout
2747     egs.layout
2748     elsart.layout
2749     elsarticle.layout
2750     entcs.layout
2751     europecv.layout
2752     extarticle.layout
2753     extbook.layout
2754     extletter.layout
2755     extreport.layout
2756     foils.layout
2757     g-brief.layout
2758     g-brief2.layout
2759     heb-article.layout
2760     heb-letter.layout
2761     hollywood.layout
2762     IEEEtran.layout
2763     ijmpc.layout
2764     ijmpd.layout
2765     iopart.layout
2766     isprs.layout
2767     jarticle.layout
2768     jbook.layout
2769     jgrga.layout
2770     jreport.layout
2771     jsarticle.layout
2772     jsbook.layout
2773     jss.layout
2774     kluwer.layout
2775     latex8.layout
2776     letter.layout
2777     literate-article.layout
2778     literate-book.layout
2779     literate-report.layout
2780     llncs.layout
2781     ltugboat.layout
2782     memoir.layout
2783     moderncv.layout
2784     mwart.layout
2785     mwbk.layout
2786     mwrep.layout
2787     paper.layout
2788     powerdot.layout
2789     recipebook.layout
2790     report.layout
2791     revtex.layout
2792     revtex4.layout
2793     scrartcl.layout
2794     scrarticle-beamer.layout
2795     scrbook.layout
2796     scrlettr.layout
2797     scrlttr2.layout
2798     scrreprt.layout
2799     seminar.layout
2800     siamltex.layout
2801     sigplanconf.layout
2802     simplecv.layout
2803     singlecol.layout
2804     singlecol-new.layout
2805     slides.layout
2806     spie.layout
2807     svglobal.layout
2808     svglobal3.layout
2809     svjog.layout
2810     svmono.layout
2811     svmult.layout
2812     svprobth.layout
2813     tarticle.layout
2814     tbook.layout
2815     treport.layout
2816     tufte-book.layout
2817     tufte-handout.layout
2818 ''')
2819
2820
2821 lib_layouts_inc_files = Split('''
2822     aapaper.inc
2823     agu_stdclass.inc
2824     agu_stdcounters.inc
2825     agu_stdlists.inc
2826     agu_stdsections.inc
2827     agu_stdtitle.inc
2828     aguplus.inc
2829     amsdefs.inc
2830     db_lyxmacros.inc
2831     db_stdcharstyles.inc
2832     db_stdclass.inc
2833     db_stdcounters.inc
2834     db_stdlayouts.inc
2835     db_stdlists.inc
2836     db_stdsections.inc
2837     db_stdstarsections.inc
2838     db_stdstruct.inc
2839     db_stdtitle.inc
2840     literate-scrap.inc
2841     lyxmacros.inc
2842     numarticle.inc
2843     numreport.inc
2844     numrevtex.inc
2845     scrclass.inc
2846     stdcharstyles.inc
2847     stdciteformats.inc
2848     stdclass.inc
2849     stdcounters.inc
2850     stdcustom.inc
2851     stdfloats.inc
2852     stdinsets.inc
2853     stdlayouts.inc
2854     stdletter.inc
2855     stdlists.inc
2856     stdrefprefix.inc
2857     stdsections.inc
2858     stdstarsections.inc
2859     stdstruct.inc
2860     stdtitle.inc
2861     svjour.inc
2862     theorems.inc
2863     theorems-ams.inc
2864     theorems-ams-bytype.inc
2865     theorems-bytype.inc
2866     theorems-order.inc
2867     theorems-proof.inc
2868     theorems-proof-std.inc
2869     theorems-refprefix.inc
2870     theorems-starred.inc
2871     theorems-starred-equivalents.inc
2872 ''')
2873
2874
2875 lib_layouts_module_files = Split('''
2876     braille.module
2877     endnotes.module
2878     eqs-within-sections.module
2879     figs-within-sections.module
2880     foottoend.module
2881     hanging.module
2882     initials.module
2883     linguistics.module
2884     logicalmkup.module
2885     minimalistic.module
2886     noweb.module
2887     sweave.module
2888     tabs-within-sections.module
2889     theorems-ams-bytype.module
2890     theorems-ams-extended.module
2891     theorems-ams-extended-bytype.module
2892     theorems-ams.module
2893     theorems-bytype.module
2894     theorems-chap-bytype.module
2895     theorems-chap.module
2896     theorems-sec-bytype.module
2897     theorems-sec.module
2898     theorems-starred.module
2899     theorems-std.module
2900 ''')
2901
2902 lib_scripts_files = Split('''
2903     bash_completion
2904     clean_dvi.py
2905     convertDefault.py
2906     csv2lyx.py
2907     date.py
2908     ext_copy.py
2909     fen2ascii.py
2910     fig2pdftex.py
2911     fig2pstex.py
2912     fig_copy.py
2913     layout2layout.py
2914     legacy_lyxpreview2ppm.py
2915     listerrors
2916     lyxpreview2bitmap.py
2917     lyxpreview-platex2bitmap.py
2918     lyxpreview_tools.py
2919     TeXFiles.py
2920     tex_copy.py
2921 ''')
2922
2923
2924 lib_bind_files = Split('''
2925     aqua.bind
2926     broadway.bind
2927     cua.bind
2928     cyrkeys.bind
2929     emacs.bind
2930     greekkeys.bind
2931     hollywood.bind
2932     latinkeys.bind
2933     mac.bind
2934     math.bind
2935     menus.bind
2936     sciword.bind
2937     site.bind
2938     xemacs.bind
2939 ''')
2940
2941
2942 lib_bind_fi_files = Split('''
2943     menus.bind
2944 ''')
2945
2946
2947 lib_bind_sv_files = Split('''
2948     menus.bind
2949 ''')
2950
2951
2952 lib_bind_pt_files = Split('''
2953     menus.bind
2954 ''')
2955
2956
2957 lib_bind_de_files = Split('''
2958     menus.bind
2959 ''')
2960
2961
2962 lib_commands_files = Split('''
2963     default.def
2964 ''')
2965
2966
2967 boost_extra_files = Split('''
2968     LICENSE_1_0.txt
2969     Makefile.am
2970 ''')
2971
2972
2973 boost_libs_extra_files = Split('''
2974     Makefile.am
2975     README
2976 ''')
2977
2978
2979 boost_libs_signals_extra_files = Split('''
2980     Makefile.am
2981     signals.vcproj
2982 ''')
2983
2984
2985 boost_libs_signals_src_files = Split('''
2986     connection.cpp
2987     named_slot_map.cpp
2988     signal_base.cpp
2989     slot.cpp
2990     trackable.cpp
2991 ''')
2992
2993
2994 boost_libs_signals_src_extra_files = Split('''
2995     Makefile.am
2996     pch.h
2997 ''')
2998
2999
3000 boost_libs_regex_extra_files = Split('''
3001     Makefile.am
3002     regex.vcproj
3003 ''')
3004
3005
3006 boost_libs_regex_src_files = Split('''
3007     c_regex_traits.cpp
3008     cpp_regex_traits.cpp
3009     cregex.cpp
3010     fileiter.cpp
3011     instances.cpp
3012     posix_api.cpp
3013     regex.cpp
3014     regex_debug.cpp
3015     regex_raw_buffer.cpp
3016     regex_traits_defaults.cpp
3017     w32_regex_traits.cpp
3018     wide_posix_api.cpp
3019     winstances.cpp
3020 ''')
3021
3022
3023 boost_libs_regex_src_extra_files = Split('''
3024     Makefile.am
3025     pch.h
3026 ''')
3027
3028
3029
3030 development_Win32_packaging_installer = Split('''
3031     license.rtf
3032     lyx.nsi
3033     settings.nsh
3034 ''')
3035
3036
3037 development_Win32_packaging_installer_graphics = Split('''
3038     header.bmp
3039     wizard.bmp
3040 ''')
3041
3042
3043 development_Win32_packaging_installer_gui = Split('''
3044     external.nsh
3045     langselect.nsh
3046     reinstall.nsh
3047 ''')
3048
3049
3050 development_Win32_packaging_installer_include = Split('''
3051     declarations.nsh
3052     detection.nsh
3053     dictlist.nsh    
3054     filelist.nsh
3055     gui.nsh
3056     init.nsh
3057     langlist.nsh
3058     nsis.nsh
3059     variables.nsh
3060 ''')
3061
3062
3063 development_Win32_packaging_installer_lang = Split('''
3064     english.nsh
3065     french.nsh
3066     german.nsh
3067     italian.nsh
3068 ''')
3069
3070
3071 development_Win32_packaging_installer_setup = Split('''
3072     configure.nsh
3073     install.nsh
3074     reinstall.nsh
3075 ''')