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