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