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