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