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