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