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