]> git.lyx.org Git - lyx.git/blob - development/scons/scons_manifest.py
Simplify image creation with a new factory function: newImage().
[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     lyxsum.cpp
345     lyxtime.cpp
346     os.cpp
347     qstring_helpers.cpp
348     socktools.cpp
349     unicode.cpp
350     userinfo.cpp
351 ''')
352
353
354 src_support_extra_header_files = Split('''
355     
356 ''')
357
358
359 src_support_extra_src_files = Split('''
360     atexit.c
361     os_cygwin.cpp
362     os_unix.cpp
363     os_win32.cpp
364     strerror.c
365 ''')
366
367
368 src_support_extra_files = Split('''
369     Makefile.am
370     pch.h
371 ''')
372
373
374 src_support_tests_extra_files = Split('''
375     Makefile.am
376     boost.cpp
377     convert.cpp
378     filetools.cpp
379     lstrings.cpp
380     pch.h
381     test_convert
382     test_filetools
383     test_lstrings
384 ''')
385
386
387 src_support_tests_regfiles_extra_files = Split('''
388     convert
389     filetools
390     lstrings
391 ''')
392
393
394 src_graphics_header_files = Split('''
395     GraphicsCache.h
396     GraphicsCacheItem.h
397     GraphicsConverter.h
398     GraphicsImage.h
399     GraphicsLoader.h
400     GraphicsParams.h
401     GraphicsTypes.h
402     PreviewImage.h
403     PreviewLoader.h
404     Previews.h
405 ''')
406
407
408 src_graphics_files = Split('''
409     GraphicsCache.cpp
410     GraphicsCacheItem.cpp
411     GraphicsConverter.cpp
412     GraphicsLoader.cpp
413     GraphicsParams.cpp
414     PreviewImage.cpp
415     PreviewLoader.cpp
416     Previews.cpp
417 ''')
418
419
420 src_graphics_extra_files = Split('''
421     Makefile.am
422     pch.h
423 ''')
424
425
426 src_mathed_header_files = Split('''
427     CommandInset.h
428     InsetMath.h
429     InsetMathAMSArray.h
430     InsetMathArray.h
431     InsetMathBig.h
432     InsetMathBoldSymbol.h
433     InsetMathBox.h
434     InsetMathBrace.h
435     InsetMathCases.h
436     InsetMathChar.h
437     InsetMathColor.h
438     InsetMathComment.h
439     InsetMathDecoration.h
440     InsetMathDelim.h
441     InsetMathDiff.h
442     InsetMathDots.h
443     InsetMathEnsureMath.h
444     InsetMathEnv.h
445     InsetMathExFunc.h
446     InsetMathExInt.h
447     InsetMathFont.h
448     InsetMathFontOld.h
449     InsetMathFrac.h
450     InsetMathGrid.h
451     InsetMathHull.h
452     InsetMathKern.h
453     InsetMathLefteqn.h
454     InsetMathLim.h
455     InsetMathMatrix.h
456     InsetMathNest.h
457     InsetMathNumber.h
458     InsetMathOverset.h
459     InsetMathPar.h
460     InsetMathPhantom.h
461     InsetMathRef.h
462     InsetMathRoot.h
463     InsetMathScript.h
464     InsetMathSize.h
465     InsetMathSpace.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     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     IEEEtran.lyx
1272     README.new_templates
1273     aa.lyx
1274     aastex.lyx
1275     agu_article.lyx
1276     apa.lyx
1277     beamer-conference-ornate-20min.lyx
1278     de_beamer-conference-ornate-20min.lyx
1279     dinbrief.lyx
1280     docbook_article.lyx
1281     elsart.lyx
1282     fr_beamer-conference-ornate-20min.lyx
1283     g-brief-de.lyx
1284     g-brief-en.lyx
1285     g-brief2.lyx
1286     hollywood.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     revtex.lyx
1296     revtex4.lyx
1297     slides.lyx
1298 ''')
1299
1300
1301 lib_ui_files = Split('''
1302     classic.ui
1303     default.ui
1304     stdcontext.inc
1305     stdmenus.inc
1306     stdtoolbars.inc
1307 ''')
1308
1309
1310 lib_fonts_files = Split('''
1311     BaKoMaFontLicense.txt
1312     ReadmeBaKoMa4LyX.txt
1313     cmex10.ttf
1314     cmmi10.ttf
1315     cmr10.ttf
1316     cmsy10.ttf
1317     esint10.ttf
1318     eufm10.ttf
1319     msam10.ttf
1320     msbm10.ttf
1321     wasy10.ttf
1322 ''')
1323
1324
1325 lib_images_files = Split('''
1326     all-changes-accept.png
1327     all-changes-reject.png
1328     amssymb.png
1329     banner.png
1330     bookmark-goto.png
1331     bookmark-save.png
1332     box-insert.png
1333     break-line.png
1334     buffer-close.png
1335     buffer-export_dvi.png
1336     buffer-export_latex.png
1337     buffer-export_pdf2.png
1338     buffer-export_ps.png
1339     buffer-export_text.png
1340     buffer-new.png
1341     buffer-reload.png
1342     buffer-update_dvi.png
1343     buffer-update_pdf2.png
1344     buffer-update_ps.png
1345     buffer-view_dvi.png
1346     buffer-view_pdf2.png
1347     buffer-view_ps.png
1348     buffer-write-as.png
1349     buffer-write.png
1350     build-program.png
1351     change-accept.png
1352     change-next.png
1353     change-reject.png
1354     changes-merge.png
1355     changes-output.png
1356     changes-track.png
1357     closetab.png
1358     close-tab-group.png
1359     copy.png
1360     cut.png
1361     demote.png
1362     depth-decrement.png
1363     depth-increment.png
1364     dialog-preferences.png
1365     dialog-show-new-inset_citation.png
1366     dialog-show-new-inset_graphics.png
1367     dialog-show-new-inset_include.png
1368     dialog-show-new-inset_ref.png
1369     dialog-show_character.png
1370     dialog-show_findreplace.png
1371     dialog-show_mathdelimiter.png
1372     dialog-show_mathmatrix.png
1373     dialog-show_print.png
1374     dialog-show_spellchecker.png
1375     dialog-toggle_toc.png
1376     down.png
1377     ert-insert.png
1378     file-open.png
1379     float-insert_figure.png
1380     float-insert_table.png
1381     font-bold.png
1382     font-emph.png
1383     textstyle-apply.png
1384     font-noun.png
1385     font-sans.png
1386     footnote-insert.png
1387     href-insert.png
1388     hidetab.png
1389     index-insert.png
1390     label-insert.png
1391     layout-document.png
1392     layout-paragraph.png
1393     layout.png
1394     layout_Description.png
1395     layout_Enumerate.png
1396     layout_Itemize.png
1397     layout_List.png
1398     layout_LyX-Code.png
1399     layout_Scrap.png
1400     layout_Section.png
1401     lyx-quit.png
1402     lyx.png
1403     vc-check-in.png
1404     vc-check-out.png
1405     dialog-show_vclog.png
1406     vc-register.png
1407     vc-revert.png
1408     marginalnote-insert.png
1409     math-display.png
1410     math-macro-add-greedy-optional-param.png
1411     math-macro-add-optional-param.png
1412     math-macro-add-param.png
1413     math-macro-append-greedy-param.png
1414     math-macro-make-nonoptional.png
1415     math-macro-make-optional.png
1416     math-macro-remove-greedy-param.png
1417     math-macro-remove-optional-param.png
1418     math-macro-remove-param.png
1419     math-macro_newmacroname_newcommand.png
1420     math-matrix.png
1421     math-mode.png
1422     math-subscript.png
1423     math-superscript.png
1424     nomencl-insert.png
1425     note-insert.png
1426     note-next.png
1427     paste.png
1428     promote.png
1429     psnfss1.png
1430     psnfss2.png
1431     psnfss3.png
1432     psnfss4.png
1433     redo.png
1434     reload.png
1435     split-view_horizontal.png
1436     split-view_vertical.png
1437     standard.png
1438     tabular-feature_align-center.png
1439     tabular-feature_align-left.png
1440     tabular-feature_align-right.png
1441     tabular-feature_append-column.png
1442     tabular-feature_append-row.png
1443     tabular-feature_delete-column.png
1444     tabular-feature_delete-row.png
1445     tabular-feature_multicolumn.png
1446     tabular-feature_set-all-lines.png
1447     tabular-feature_set-longtabular.png
1448     tabular-feature_set-rotate-cell.png
1449     tabular-feature_toggle-rotate-cell.png
1450     tabular-feature_set-rotate-tabular.png
1451     tabular-feature_toggle-rotate-tabular.png
1452     tabular-feature_toggle-line-bottom.png
1453     tabular-feature_toggle-line-left.png
1454     tabular-feature_toggle-line-right.png
1455     tabular-feature_toggle-line-top.png
1456     tabular-feature_unset-all-lines.png
1457     tabular-feature_valign-bottom.png
1458     tabular-feature_valign-middle.png
1459     tabular-feature_valign-top.png
1460     tabular-insert.png
1461     thesaurus-entry.png
1462     toolbar-toggle_math.png
1463     toolbar-toggle_math_panels.png
1464     toolbar-toggle_table.png
1465     undo.png
1466     unknown.png
1467     up.png
1468     url-insert.png
1469 ''')
1470
1471
1472 lib_images_extra_files = Split('''
1473     README
1474     font-smallcaps.png
1475 ''')
1476
1477
1478 lib_images_math_files = Split('''
1479     Bbbk.png
1480     Finv.png
1481     Game.png
1482     Im.png
1483     Lleftarrow.png
1484     Lsh.png
1485     Re.png
1486     Rrightarrow.png
1487     Rsh.png
1488     Vvdash.png
1489     acute.png
1490     aleph.png
1491     alpha.png
1492     amalg.png
1493     angle.png
1494     approx.png
1495     approxeq.png
1496     asymp.png
1497     backepsilon.png
1498     backprime.png
1499     backsim.png
1500     backsimeq.png
1501     backslash.png
1502     bar.png
1503     bars.png
1504     barwedge.png
1505     because.png
1506     beta.png
1507     beth.png
1508     between.png
1509     bigcap.png
1510     bigcirc.png
1511     bigcup.png
1512     bigodot.png
1513     bigoplus.png
1514     bigotimes.png
1515     bigsqcup.png
1516     bigstar.png
1517     bigtriangledown.png
1518     bigtriangleup.png
1519     biguplus.png
1520     bigvee.png
1521     bigwedge.png
1522     blacklozenge.png
1523     blacksquare.png
1524     blacktriangle.png
1525     blacktriangledown.png
1526     blacktriangleleft.png
1527     blacktriangleright.png
1528     bot.png
1529     bowtie.png
1530     boxdot.png
1531     boxminus.png
1532     boxplus.png
1533     boxtimes.png
1534     breve.png
1535     bullet.png
1536     bumpeq.png
1537     bumpeq2.png
1538     cap.png
1539     cap2.png
1540     cases.png
1541     cdot.png
1542     cdots.png
1543     centerdot.png
1544     check.png
1545     chi.png
1546     circ.png
1547     circeq.png
1548     circlearrowleft.png
1549     circlearrowright.png
1550     circledS.png
1551     circledast.png
1552     circledcirc.png
1553     circleddash.png
1554     clubsuit.png
1555     complement.png
1556     cong.png
1557     coprod.png
1558     cup.png
1559     cup2.png
1560     curlyeqprec.png
1561     curlyeqsucc.png
1562     curlyvee.png
1563     curlywedge.png
1564     curvearrowleft.png
1565     curvearrowright.png
1566     dagger.png
1567     daleth.png
1568     dashleftarrow.png
1569     dashrightarrow.png
1570     dashv.png
1571     ddagger.png
1572     ddot.png
1573     ddots.png
1574     delim.png
1575     delta.png
1576     delta2.png
1577     diagdown.png
1578     diagup.png
1579     diamond.png
1580     diamondsuit.png
1581     digamma.png
1582     div.png
1583     divideontimes.png
1584     dot.png
1585     doteq.png
1586     doteqdot.png
1587     dotplus.png
1588     dotsint.png
1589     dotsintop.png
1590     doublebarwedge.png
1591     downarrow.png
1592     downarrow2.png
1593     downdownarrows.png
1594     downharpoonleft.png
1595     downharpoonright.png
1596     ell.png
1597     empty.png
1598     emptyset.png
1599     epsilon.png
1600     eqcirc.png
1601     eqslantgtr.png
1602     eqslantless.png
1603     equation.png
1604     equiv.png
1605     eta.png
1606     eth.png
1607     exists.png
1608     fallingdotseq.png
1609     flat.png
1610     font.png
1611     forall.png
1612     frac-square.png
1613     frac.png
1614     frown.png
1615     functions.png
1616     gamma.png
1617     gamma2.png
1618     geq.png
1619     geqq.png
1620     geqslant.png
1621     gg.png
1622     ggg.png
1623     gimel.png
1624     gnapprox.png
1625     gneq.png
1626     gneqq.png
1627     gnsim.png
1628     grave.png
1629     gtrapprox.png
1630     gtrdot.png
1631     gtreqless.png
1632     gtreqqless.png
1633     gtrless.png
1634     gtrsim.png
1635     gvertneqq.png
1636     hat.png
1637     hbar.png
1638     heartsuit.png
1639     hookleftarrow.png
1640     hookrightarrow.png
1641     hphantom.png
1642     hslash.png
1643     iiiint.png
1644     iiiintop.png
1645     iiint.png
1646     iiintop.png
1647     iint.png
1648     iintop.png
1649     imath.png
1650     in.png
1651     infty.png
1652     int.png
1653     intercal.png
1654     intop.png
1655     iota.png
1656     jmath.png
1657     kappa.png
1658     lambda.png
1659     lambda2.png
1660     langle.png
1661     lbrace.png
1662     lbrace_rbrace.png
1663     lbracket.png
1664     lbracket_rbracket.png
1665     lceil.png
1666     lceil_rceil.png
1667     ldots.png
1668     leftarrow.png
1669     leftarrow2.png
1670     leftarrowtail.png
1671     leftharpoondown.png
1672     leftharpoonup.png
1673     leftleftarrows.png
1674     leftrightarrow.png
1675     leftrightarrow2.png
1676     leftrightarrows.png
1677     leftrightharpoons.png
1678     leftrightsquigarrow.png
1679     leftthreetimes.png
1680     leq.png
1681     leqq.png
1682     leqslant.png
1683     lessapprox.png
1684     lessdot.png
1685     lesseqgtr.png
1686     lesseqqgtr.png
1687     lessgtr.png
1688     lesssim.png
1689     lfloor.png
1690     lfloor_rfloor.png
1691     ll.png
1692     llcorner.png
1693     lll.png
1694     lnapprox.png
1695     lneq.png
1696     lneqq.png
1697     lnsim.png
1698     longleftarrow.png
1699     longleftarrow2.png
1700     longleftrightarrow.png
1701     longleftrightarrow2.png
1702     longmapsto.png
1703     longrightarrow.png
1704     longrightarrow2.png
1705     looparrowleft.png
1706     looparrowright.png
1707     lozenge.png
1708     lparen.png
1709     lparen_rparen.png
1710     lrcorner.png
1711     ltimes.png
1712     lvertneqq.png
1713     mapsto.png
1714     mathbb_C.png
1715     mathbb_H.png
1716     mathbb_N.png
1717     mathbb_Q.png
1718     mathbb_R.png
1719     mathbb_Z.png
1720     mathcal_F.png
1721     mathcal_H.png
1722     mathcal_L.png
1723     mathcal_O.png
1724     mathcircumflex.png
1725     mathrm_T.png
1726     matrix.png
1727     measuredangle.png
1728     mho.png
1729     mid.png
1730     models.png
1731     mp.png
1732     mu.png
1733     multimap.png
1734     nabla.png
1735     natural.png
1736     ncong.png
1737     nearrow.png
1738     neg.png
1739     neq.png
1740     nexists.png
1741     ngeq.png
1742     ngeqq.png
1743     ngeqslant.png
1744     ngtr.png
1745     ni.png
1746     nleftarrow.png
1747     nleftarrow2.png
1748     nleftrightarrow.png
1749     nleftrightarrow2.png
1750     nleq.png
1751     nleqq.png
1752     nleqslant.png
1753     nless.png
1754     nmid.png
1755     notin.png
1756     nparallel.png
1757     nprec.png
1758     npreceq.png
1759     nrightarrow.png
1760     nrightarrow2.png
1761     nshortmid.png
1762     nshortparallel.png
1763     nsim.png
1764     nsubseteq.png
1765     nsucc.png
1766     nsucceq.png
1767     nsupseteq.png
1768     nsupseteqq.png
1769     ntriangleleft.png
1770     ntrianglelefteq.png
1771     ntriangleright.png
1772     ntrianglerighteq.png
1773     nu.png
1774     nvdash.png
1775     nvdash2.png
1776     nvdash3.png
1777     nwarrow.png
1778     odot.png
1779     oiint.png
1780     oiintop.png
1781     oint.png
1782     ointclockwise.png
1783     ointclockwiseop.png
1784     ointctrclockwise.png
1785     ointctrclockwiseop.png
1786     ointop.png
1787     omega.png
1788     omega2.png
1789     ominus.png
1790     oplus.png
1791     oslash.png
1792     otimes.png
1793     overbrace.png
1794     overleftarrow.png
1795     overleftrightarrow.png
1796     overline.png
1797     overrightarrow.png
1798     overset.png
1799     parallel.png
1800     partial.png
1801     perp.png
1802     phantom.png
1803     phi.png
1804     phi2.png
1805     pi.png
1806     pi2.png
1807     pitchfork.png
1808     pm.png
1809     prec.png
1810     precapprox.png
1811     preccurlyeq.png
1812     preceq.png
1813     precnapprox.png
1814     precnsim.png
1815     precsim.png
1816     prime.png
1817     prod.png
1818     propto.png
1819     psi.png
1820     psi2.png
1821     rangle.png
1822     rbrace.png
1823     rbracket.png
1824     rceil.png
1825     rfloor.png
1826     rho.png
1827     rightarrow.png
1828     rightarrow2.png
1829     rightarrowtail.png
1830     rightharpoondown.png
1831     rightharpoonup.png
1832     rightleftarrows.png
1833     rightleftharpoons.png
1834     rightrightarrows.png
1835     rightsquigarrow.png
1836     rightthreetimes.png
1837     risingdotseq.png
1838     root.png
1839     rparen.png
1840     rtimes.png
1841     searrow.png
1842     setminus.png
1843     sharp.png
1844     shortmid.png
1845     shortparallel.png
1846     sigma.png
1847     sigma2.png
1848     sim.png
1849     simeq.png
1850     slash.png
1851     smallfrown.png
1852     smallsetminus.png
1853     smallsmile.png
1854     smile.png
1855     space.png
1856     spadesuit.png
1857     sphericalangle.png
1858     sqcap.png
1859     sqcup.png
1860     sqiint.png
1861     sqiintop.png
1862     sqint.png
1863     sqintop.png
1864     sqrt-square.png
1865     sqrt.png
1866     sqsubset.png
1867     sqsubseteq.png
1868     sqsupset.png
1869     sqsupseteq.png
1870     square.png
1871     star.png
1872     style.png
1873     style.png
1874     sub.png
1875     subset.png
1876     subset2.png
1877     subseteq.png
1878     subseteqq.png
1879     subsetneq.png
1880     subsetneqq.png
1881     succ.png
1882     succapprox.png
1883     succcurlyeq.png
1884     succeq.png
1885     succnapprox.png
1886     succnsim.png
1887     succsim.png
1888     sum.png
1889     super.png
1890     supset.png
1891     supset2.png
1892     supseteq.png
1893     supseteqq.png
1894     supsetneq.png
1895     supsetneqq.png
1896     surd.png
1897     swarrow.png
1898     tau.png
1899     textrm_AA.png
1900     textrm_O.png
1901     therefore.png
1902     theta.png
1903     theta2.png
1904     thickapprox.png
1905     thicksim.png
1906     tilde.png
1907     times.png
1908     top.png
1909     triangle.png
1910     triangledown.png
1911     triangleleft.png
1912     trianglelefteq.png
1913     triangleq.png
1914     triangleright.png
1915     trianglerighteq.png
1916     twoheadleftarrow.png
1917     twoheadrightarrow.png
1918     ulcorner.png
1919     underbrace.png
1920     underleftarrow.png
1921     underleftrightarrow.png
1922     underline.png
1923     underrightarrow.png
1924     underscore.png
1925     underset.png
1926     uparrow.png
1927     uparrow2.png
1928     updownarrow.png
1929     updownarrow2.png
1930     upharpoonleft.png
1931     upharpoonright.png
1932     uplus.png
1933     upsilon.png
1934     upsilon2.png
1935     upuparrows.png
1936     urcorner.png
1937     varepsilon.png
1938     varkappa.png
1939     varnothing.png
1940     varphi.png
1941     varpi.png
1942     varpropto.png
1943     varrho.png
1944     varsigma.png
1945     varsubsetneq.png
1946     varsubsetneqq.png
1947     varsupsetneq.png
1948     varsupsetneqq.png
1949     vartheta.png
1950     vartriangle.png
1951     vartriangleleft.png
1952     vartriangleright.png
1953     vdash.png
1954     vdash2.png
1955     vdash3.png
1956     vdots.png
1957     vec.png
1958     vee.png
1959     veebar.png
1960     vert.png
1961     vert2.png
1962     vphantom.png
1963     wedge.png
1964     widehat.png
1965     widetilde.png
1966     wp.png
1967     wr.png
1968     xi.png
1969     xi2.png
1970     zeta.png
1971 ''')
1972
1973
1974 lib_images_math_extra_files = Split('''
1975     ams_arrows.png
1976     ams_misc.png
1977     ams_nrel.png
1978     ams_ops.png
1979     ams_rel.png
1980     arrows.png
1981     bop.png
1982     brel.png
1983     deco.png
1984     deco.png
1985     delim.png
1986     delim0.png
1987     delim1.png
1988     dots.png
1989     font.png
1990     functions.png
1991     greek.png
1992     misc.png
1993     varsz.png
1994 ''')
1995
1996
1997 lib_images_commands_files = Split('''
1998 ''')
1999
2000
2001 lib_images_attic_extra_files = Split('''
2002     dialog-show_mathpanel.png
2003 ''')
2004
2005
2006 lib_tex_files = Split('''
2007     broadway.cls
2008     hollywood.cls
2009     lyxchess.sty
2010     lyxskak.sty
2011     revtex.cls
2012 ''')
2013
2014
2015 lib_doc_files = Split('''
2016     Customization.lyx
2017     DocStyle.lyx
2018     DummyDocument1.lyx
2019     DummyDocument2.lyx
2020     DummyTextDocument.txt
2021     EmbeddedObjects.lyx
2022     Extended.lyx
2023     FAQ.lyx
2024     Formula-numbering.lyx
2025     Intro.lyx
2026     LaTeXConfig.lyx
2027     LFUNs.lyx
2028     Math.lyx
2029     Shortcuts.lyx
2030     Tutorial.lyx
2031     UserGuide.lyx
2032 ''')
2033
2034
2035 lib_doc_biblio_files = Split('''
2036     alphadin.bst
2037     LyXDocs.bib
2038 ''')
2039
2040
2041 lib_doc_clipart_files = Split('''
2042     Abstract.pdf
2043     BoxInsetDefaultQt4.png
2044     ChangesToolbar.png
2045     ChildDocumentQt4.png
2046     CommentNoteImageQt4.png
2047     ERT.png
2048     ExternalMaterialQt4.png
2049     ExtraToolbar.png
2050     GreyedOutNoteImageQt4.png
2051     LaTeX.png
2052     LyXNoteImageQt4.png
2053     SpaceMarker.png
2054     StandardToolbar.png
2055     ToolbarEnvBox.png
2056     endnotes.pdf
2057     escher-lsd.eps
2058     floatQt4.png
2059     footnoteQt4.png
2060     labelQt4.png
2061     macrobox.png
2062     macrouse.png
2063     mbox.png
2064     mobius.eps
2065     platypus.eps
2066     referenceQt4.png
2067     ViewToolbar.png
2068     with_fntright.pdf
2069     without_fntright.pdf
2070 ''')
2071
2072
2073 lib_doc_extra_files = Split('''
2074     Makefile.am
2075     Makefile.depend
2076     README.Documentation
2077     depend.py
2078     doc_toc.py
2079 ''')
2080
2081
2082 lib_doc_ca_files = Split('''
2083     Intro.lyx
2084 ''')
2085
2086
2087 lib_doc_cs_files = Split('''
2088     Tutorial.lyx
2089 ''')
2090
2091
2092 lib_doc_de_files = Split('''
2093     Customization.lyx
2094     DummyDocument1.lyx
2095     DummyDocument2.lyx
2096     DummyTextDocument.txt
2097     EmbeddedObjects.lyx
2098     Extended.lyx
2099     FAQ.lyx
2100     Formelnummerierung.lyx
2101     Intro.lyx
2102     Math.lyx
2103     Shortcuts.lyx
2104     Tutorial.lyx
2105     UserGuide.lyx
2106 ''')
2107
2108
2109 lib_doc_de_clipart_files = Split('''
2110     ERT.png
2111     ExternesMaterialQt4.png
2112     FussnoteQt4.png
2113     GleitobjektQt4.png
2114     GrauschriftNotizQt4.png
2115     KommentarQt4.png
2116     LyXNotizQt4.png
2117     Marke.png
2118     Querverweis.png
2119     StandardBoxQt4.png
2120     UnterdokumentQt4.png
2121 ''')
2122
2123
2124 lib_doc_da_files = Split('''
2125     Intro.lyx
2126 ''')
2127
2128
2129 lib_doc_es_files = Split('''
2130     DocumentoPostizo1.lyx
2131     DocumentoPostizo2.lyx
2132     DocumentoTextoPostizo.txt
2133     EmbeddedObjects.lyx
2134     Extended.lyx
2135     FAQ.lyx
2136     Formula-numbering.lyx
2137     Intro.lyx
2138     Math.lyx
2139     Tutorial.lyx
2140     UserGuide.lyx
2141 ''')
2142
2143
2144 lib_doc_es_clipart_files = Split('''
2145     ComentNotaImagenQt4.png
2146     CuadroMinipagQt4.png
2147     DocumentoHijoQt4.png
2148     GrisNotaImagenQt4.png
2149     MaterialExternoQt4.png
2150     NotaLyXImagenQt4.png
2151     Resumen.pdf
2152     es_ERT.png
2153     es_ToolbarEnvBox.png
2154     etiquetaQt4.png
2155     flotanteQt4.png
2156     notapieQt4.png
2157     referenciaQt4.png
2158 ''')
2159
2160
2161 lib_doc_eu_files = Split('''
2162     Customization.lyx
2163     Extended.lyx
2164     FAQ.lyx
2165     Intro.lyx
2166     Tutorial.lyx
2167     UserGuide.lyx
2168 ''')
2169
2170
2171 lib_doc_fr_files = Split('''
2172     Customization.lyx
2173     DocumentBidon1.lyx
2174     DocumentBidon2.lyx
2175     DocumentTexteBidon.txt
2176     EmbeddedObjects.lyx
2177     Extended.lyx
2178     FAQ.lyx
2179     Formula-numbering.lyx
2180     Intro.lyx
2181     Math.lyx
2182     Tutorial.lyx
2183     UserGuide.lyx
2184 ''')
2185
2186
2187 lib_doc_fr_clipart_files = Split('''
2188     BoxInsetDefaultQt4.png
2189     ChildDocumentQt4.png
2190     CommentNoteImageQt4.png
2191     GreyedOutNoteImageQt4.png
2192     LyXNoteImageQt4.png
2193     floatQt4.png
2194     footnoteQt4.png
2195     labelQt4.png
2196 ''')
2197
2198
2199 lib_doc_gl_extra_files = Split('''
2200     Intro.lyx
2201     Tutorial.lyx
2202 ''')
2203
2204
2205 lib_doc_he_files = Split('''
2206     Intro.lyx
2207     Tutorial.lyx
2208 ''')
2209
2210
2211 lib_doc_hu_files = Split('''
2212     Intro.lyx
2213     Tutorial.lyx
2214 ''')
2215
2216
2217 lib_doc_it_files = Split('''
2218     Customization.lyx
2219     Intro.lyx
2220     Tutorial.lyx
2221     UserGuide.lyx
2222 ''')
2223
2224
2225 lib_doc_it_clipart_files = Split('''
2226     it_footnoteQt4.png
2227     it_referenceQt4.png
2228 ''')
2229
2230
2231 lib_doc_ja_files = Split('''
2232     FAQ.lyx
2233     Intro.lyx
2234     LaTeXConfig.lyx
2235     Shortcuts.lyx
2236     Tutorial.lyx
2237     UserGuide.lyx
2238 ''')
2239
2240
2241 lib_doc_ja_clipart_files = Split('''
2242     floatQt4.png
2243     footnoteQt4.png
2244     referenceQt4.png
2245     ERT.png
2246     ToolbarEnvBox.png
2247 ''')
2248
2249
2250 lib_doc_nb_files = Split('''
2251     Intro.lyx
2252 ''')
2253
2254
2255 lib_doc_nl_files = Split('''
2256     Intro.lyx
2257     Tutorial.lyx
2258 ''')
2259
2260
2261 lib_doc_pl_files = Split('''
2262     Extended.lyx
2263     Intro.lyx
2264     Tutorial.lyx
2265 ''')
2266
2267
2268 lib_doc_pt_files = Split('''
2269     Intro.lyx
2270     Tutorial.lyx
2271 ''')
2272
2273
2274 lib_doc_ro_files = Split('''
2275     Intro.lyx
2276 ''')
2277
2278
2279 lib_doc_ru_files = Split('''
2280     FAQ.lyx
2281     Intro.lyx
2282     Tutorial.lyx
2283 ''')
2284
2285
2286 lib_doc_sl_files = Split('''
2287     Intro.lyx
2288     Tutorial.lyx
2289 ''')
2290
2291
2292 lib_doc_sk_files = Split('''
2293     Tutorial.lyx
2294     UserGuide.lyx
2295 ''')
2296
2297
2298 lib_doc_sv_files = Split('''
2299     Intro.lyx
2300     Tutorial.lyx
2301 ''')
2302
2303
2304 lib_doc_uk_files = Split('''
2305     Intro.lyx
2306 ''')
2307
2308
2309 lib_doc_uk_clipart_files = Split('''
2310     FootnoteQT4.png
2311 ''')
2312
2313
2314 lib_examples_files = Split('''
2315     Braille.lyx
2316     CV-image.eps
2317     CV-image.png
2318     Foils.lyx
2319     ItemizeBullets.lyx
2320     Literate.lyx
2321     Minipage.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     listings.lyx
2354     modernCV.lyx
2355     multicol.lyx
2356     noweb2lyx.lyx
2357     powerdot-example.lyx
2358     script_form.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     Minipage.lyx
2389     beispiel_gelyxt.lyx
2390     beispiel_roh.lyx
2391     multicol.lyx
2392     serienbrief1.lyx
2393     serienbrief2.lyx
2394     serienbrief3.lyx
2395     splash.lyx
2396 ''')
2397
2398
2399 lib_examples_fa_files = Split('''
2400     splash.lyx
2401 ''')
2402
2403
2404 lib_examples_fr_files = Split('''
2405     AlignementDecimal.lyx
2406     Foils.lyx
2407     ListesPuces.lyx
2408     Minipage.lyx
2409     exemple_brut.lyx
2410     exemple_lyxifie.lyx
2411     multicol.lyx
2412     simplecv.lyx
2413     splash.lyx
2414 ''')
2415
2416
2417 lib_examples_es_files = Split('''
2418     ItemizeBullets.lyx
2419     ejemplo_con_lyx.lyx
2420     ejemplo_sin_lyx.lyx
2421     splash.lyx
2422 ''')
2423
2424
2425 lib_examples_eu_files = Split('''
2426     adibide_gordina.lyx
2427     adibide_lyx-atua.lyx
2428     splash.lyx
2429 ''')
2430
2431
2432 lib_examples_gl_extra_files = Split('''
2433     exemplo_bruto.lyx
2434     exemplo_lyxificado.lyx
2435     splash.lyx
2436 ''')
2437
2438
2439 lib_examples_he_files = Split('''
2440     example_lyxified.lyx
2441     example_raw.lyx
2442     splash.lyx
2443 ''')
2444
2445
2446 lib_examples_hu_files = Split('''
2447     example_lyxified.lyx
2448     example_raw.lyx
2449     splash.lyx
2450 ''')
2451
2452
2453 lib_examples_it_files = Split('''
2454     ItemizeBullets.lyx
2455     splash.lyx
2456 ''')
2457
2458
2459 lib_examples_ja_files = Split('''
2460     splash.lyx
2461 ''')
2462
2463
2464 lib_examples_nl_files = Split('''
2465     multicol.lyx
2466     opsommingstekens.lyx
2467     splash.lyx
2468     voorbeeld_ruw.lyx
2469     voorbeeld_verlyxt.lyx
2470 ''')
2471
2472
2473 lib_examples_pl_files = Split('''
2474     splash.lyx
2475 ''')
2476
2477
2478 lib_examples_pt_files = Split('''
2479     splash.lyx
2480 ''')
2481
2482
2483 lib_examples_ro_files = Split('''
2484     splash.lyx
2485 ''')
2486
2487
2488 lib_examples_ru_files = Split('''
2489     splash.lyx
2490 ''')
2491
2492
2493 lib_examples_sl_files = Split('''
2494     primer_lyxan.lyx
2495     primer_surov.lyx
2496     splash.lyx
2497 ''')
2498
2499
2500 lib_lyx2lyx_files = Split('''
2501     LyX.py
2502     generate_encoding_info.py
2503     lyx2lyx
2504     lyx2lyx_lang.py
2505     lyx_0_06.py
2506     lyx_0_08.py
2507     lyx_0_10.py
2508     lyx_0_12.py
2509     lyx_1_0.py
2510     lyx_1_1.py
2511     lyx_1_1_5.py
2512     lyx_1_1_6_0.py
2513     lyx_1_1_6_3.py
2514     lyx_1_2.py
2515     lyx_1_3.py
2516     lyx_1_4.py
2517     lyx_1_5.py
2518     lyx_1_6.py
2519     parser_tools.py
2520     profiling.py
2521     test_parser_tools.py
2522 ''')
2523
2524
2525 lib_lyx2lyx_extra_files = Split('''
2526     Makefile.am
2527     lyx2lyx_version.py.in
2528 ''')
2529
2530
2531 lib_layouts_files = Split('''
2532     IEEEtran.layout
2533     aa.layout
2534     aapaper.layout
2535     aastex.layout
2536     agu-dtd.layout
2537     agums.layout
2538     amsart.layout
2539     amsbook.layout
2540     apa.layout
2541     arab-article.layout
2542     armenian-article.layout
2543     article.layout
2544     article-beamer.layout
2545     beamer.layout
2546     book.layout
2547     broadway.layout
2548     chess.layout
2549     cl2emult.layout
2550     dinbrief.layout
2551     docbook-book.layout
2552     docbook-chapter.layout
2553     docbook-section.layout
2554     docbook.layout
2555     dtk.layout
2556     egs.layout
2557     elsart.layout
2558     entcs.layout
2559     europecv.layout
2560     extarticle.layout
2561     extbook.layout
2562     extletter.layout
2563     extreport.layout
2564     foils.layout
2565     g-brief-de.layout
2566     g-brief-en.layout
2567     g-brief2.layout
2568     heb-article.layout
2569     heb-letter.layout
2570     hollywood.layout
2571     ijmpc.layout
2572     ijmpd.layout
2573     iopart.layout
2574     isprs.layout
2575     jarticle.layout
2576     jbook.layout
2577     jgrga.layout
2578     jreport.layout
2579     jsarticle.layout
2580     jsbook.layout
2581     jss.layout
2582     kluwer.layout
2583     latex8.layout
2584     letter.layout
2585     literate-article.layout
2586     literate-book.layout
2587     literate-report.layout
2588     llncs.layout
2589     ltugboat.layout
2590     manpage.layout
2591     memoir.layout
2592     moderncv.layout
2593     mwart.layout
2594     mwbk.layout
2595     mwrep.layout
2596     paper.layout
2597     powerdot.layout
2598     report.layout
2599     revtex.layout
2600     revtex4.layout
2601     scrartcl.layout
2602     scrarticle-beamer.layout
2603     scrbook.layout
2604     scrlettr.layout
2605     scrlttr2.layout
2606     scrreprt.layout
2607     seminar.layout
2608     siamltex.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 ''')