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