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