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