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