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