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