]> git.lyx.org Git - lyx.git/blob - development/scons/scons_manifest.py
bf184af83107c0a3b9442ca41d281a13303ee1d0
[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     autocorrect
1288     chkconfig.ltx
1289     configure.py
1290     CREDITS
1291     encodings
1292     external_templates
1293     languages
1294     layouttranslations
1295     symbols
1296     syntax.default
1297     unicodesymbols
1298 ''')
1299
1300
1301 lib_extra_files = Split('''
1302     autocorrect
1303     build-listerrors
1304     generate_contributions.py
1305     Makefile.am
1306 ''')
1307
1308
1309 lib_kbd_files = Split('''
1310     american-2.kmap
1311     american.kmap
1312     arabic.kmap
1313     bg-bds-1251.kmap
1314     brazil.kmap
1315     brazil2.kmap
1316     czech-prg.kmap
1317     czech.kmap
1318     espanol.kmap
1319     european.kmap
1320     farsi.kmap
1321     francais.kmap
1322     french.kmap
1323     german-2.kmap
1324     german-3.kmap
1325     german.kmap
1326     greek.kmap
1327     hebrew.kmap
1328     koi8-r.kmap
1329     koi8-u.kmap
1330     latvian.kmap
1331     magyar-2.kmap
1332     magyar-3.kmap
1333     magyar.kmap
1334     null.kmap
1335     polish.kmap
1336     polski.kmap
1337     portuges.kmap
1338     romanian.kmap
1339     serbian.kmap
1340     serbocroatian.kmap
1341     sf.kmap
1342     sg.kmap
1343     slovak.kmap
1344     slovene.kmap
1345     thai-kedmanee.kmap
1346     transilvanian.kmap
1347     turkish-f.kmap
1348     turkish.kmap
1349 ''')
1350
1351
1352 lib_templates_files = Split('''
1353     aa.lyx
1354     aastex.lyx
1355     ACM-siggraph.lyx
1356     ACM-sigplan.lyx
1357     AEA.lyx
1358     agutex.lyx
1359     agu_article.lyx
1360     apa.lyx
1361     beamer-conference-ornate-20min.lyx
1362     de_beamer-conference-ornate-20min.lyx
1363     dinbrief.lyx
1364     docbook_article.lyx
1365     ectaart.lyx
1366     elsarticle.lyx
1367     es_beamer-conference-ornate-20min.lyx
1368     fr_beamer-conference-ornate-20min.lyx
1369     frletter.lyx
1370     g-brief-de.lyx
1371     g-brief-en.lyx
1372     g-brief2.lyx
1373     hollywood.lyx
1374     IEEEtran.lyx
1375     ijmpc.lyx
1376     ijmpd.lyx
1377     iop-article.lyx
1378     JSS-article.lyx
1379     kluwer.lyx
1380     koma-letter2.lyx
1381     letter.lyx
1382     lettre.lyx
1383     README.new_templates
1384     revtex4.lyx
1385     revtex4-1.lyx
1386     slides.lyx
1387     svmult_appendix.lyx
1388     svmult_editor.lyx
1389 ''')
1390
1391
1392 lib_templates_springer_files = Split('''
1393     acknow.lyx
1394     acronym.lyx
1395     appendix.lyx
1396     chapter.lyx
1397     dedication.lyx
1398     foreword.lyx
1399     glossary.lyx
1400     part.lyx
1401     preface.lyx
1402     svmono_referenc.lyx
1403     svmult_referenc.lyx
1404     solutions.lyx
1405     svjour3.lyx
1406     svmono_book.lyx
1407     svmult_author.lyx
1408 ''')
1409
1410
1411 lib_templates_thesis_files = Split('''
1412     Acknowledgments.lyx
1413     Appendix.lyx
1414     alpha.bst
1415     chapter-1.lyx
1416     chapter-2.lyx
1417     Summary.lyx
1418     thesis.lyx
1419     thesisExample.bib
1420 ''')
1421
1422
1423 lib_ui_files = Split('''
1424     default.ui
1425     stdcontext.inc
1426     stdmenus.inc
1427     stdtoolbars.inc
1428 ''')
1429
1430
1431 lib_fonts_files = Split('''
1432     BaKoMaFontLicense.txt
1433     cmex10.ttf
1434     cmmi10.ttf
1435     cmr10.ttf
1436     cmsy10.ttf
1437     esint10.ttf
1438     eufm10.ttf
1439     msam10.ttf
1440     msbm10.ttf
1441     ReadmeBaKoMa4LyX.txt
1442     rsfs10.ttf
1443     wasy10.ttf
1444 ''')
1445
1446
1447 lib_images_files = Split('''
1448     all-changes-accept.png
1449     all-changes-reject.png
1450     amssymb.png
1451     banner.png
1452     bookmark-goto.png
1453     bookmark-goto_0.png
1454     bookmark-save.png
1455     box-insert.png
1456     break-line.png
1457     buffer-close.png
1458     buffer-export.png
1459     buffer-export_dvi.png
1460     buffer-export_dvi3.png
1461     buffer-export_latex.png
1462     buffer-export_pdf.png
1463     buffer-export_pdf2.png
1464     buffer-export_pdf3.png
1465     buffer-export_pdf4.png
1466     buffer-export_pdf5.png
1467     buffer-export_ps.png
1468     buffer-export_text.png
1469     buffer-new.png
1470     buffer-reload.png
1471     buffer-toggle-output-sync.png
1472     buffer-update.png
1473     buffer-update_dvi.png
1474     buffer-update_dvi3.png
1475     buffer-update_pdf.png
1476     buffer-update_pdf2.png
1477     buffer-update_pdf3.png
1478     buffer-update_pdf4.png
1479     buffer-update_pdf5.png
1480     buffer-update_ps.png
1481     buffer-view.png
1482     buffer-view_dvi.png
1483     buffer-view_dvi3.png
1484     buffer-view_pdf.png
1485     buffer-view_pdf2.png
1486     buffer-view_pdf3.png
1487     buffer-view_pdf4.png
1488     buffer-view_pdf5.png
1489     buffer-view_ps.png
1490     buffer-write-as.png
1491     buffer-write.png
1492     build-program.png
1493     busy.gif
1494     change-accept.png
1495     change-next.png
1496     change-reject.png
1497     changes-merge.png
1498     changes-output.png
1499     changes-track.png
1500     closetab.png
1501     close-tab-group.png
1502     copy.png
1503     cut.png
1504     demote.png
1505     depth-decrement.png
1506     depth-increment.png
1507     dialog-preferences.png
1508     dialog-show-new-inset_citation.png
1509     dialog-show-new-inset_graphics.png
1510     dialog-show-new-inset_include.png
1511     dialog-show-new-inset_ref.png
1512     dialog-show_character.png
1513     dialog-show_findreplace.png
1514     dialog-show_mathdelimiter.png
1515     dialog-show_mathmatrix.png
1516     dialog-show_print.png
1517     dialog-show_spellchecker.png
1518     dialog-show_vclog.png
1519     dialog-toggle_findreplaceadv.png
1520     dialog-toggle_toc.png
1521     down.png
1522     editclear.png
1523     ert-insert.png
1524     file-open.png
1525     float-insert_figure.png
1526     float-insert_table.png
1527     font-bold.png
1528     font-emph.png
1529     textstyle-apply.png
1530     font-noun.png
1531     font-sans.png
1532     footnote-insert.png
1533     href-insert.png
1534     hidetab.png
1535     index-insert.png
1536     info-insert_buffer_vcs-revision.png
1537     label-insert.png
1538     layout-document.png
1539     layout-paragraph.png
1540     layout.png
1541     layout_Description.png
1542     layout_Enumerate.png
1543     layout_Itemize.png
1544     layout_List.png
1545     layout_LyX-Code.png
1546     layout_Scrap.png
1547     layout_Section.png
1548     lyx-quit.png
1549     lyx.png
1550     marginalnote-insert.png
1551     master-buffer-update.png
1552     master-buffer-view.png
1553     math-display.png
1554     math-macro-add-greedy-optional-param.png
1555     math-macro-add-optional-param.png
1556     math-macro-add-param.png
1557     math-macro-append-greedy-param.png
1558     math-macro-make-nonoptional.png
1559     math-macro-make-optional.png
1560     math-macro-remove-greedy-param.png
1561     math-macro-remove-optional-param.png
1562     math-macro-remove-param.png
1563     math-macro_newmacroname_newcommand.png
1564     math-matrix.png
1565     math-mode.png
1566     math-subscript.png
1567     math-superscript.png
1568     nomencl-insert.png
1569     note-insert.png
1570     note-next.png
1571     paste.png
1572     promote.png
1573     psnfss1.png
1574     psnfss2.png
1575     psnfss3.png
1576     psnfss4.png
1577     redo.png
1578     reload.png
1579     script-insert_subscript.png
1580     script-insert_superscript.png
1581     split-view_horizontal.png
1582     split-view_vertical.png
1583     standard.png
1584     tabular-feature_align-decimal.png
1585     tabular-feature_append-column.png
1586     tabular-feature_append-row.png
1587     tabular-feature_delete-column.png
1588     tabular-feature_delete-row.png
1589     tabular-feature_m-align-center.png
1590     tabular-feature_m-align-left.png
1591     tabular-feature_m-align-right.png
1592     tabular-feature_m-valign-bottom.png
1593     tabular-feature_m-valign-middle.png
1594     tabular-feature_m-valign-top.png
1595     tabular-feature_multicolumn.png
1596     tabular-feature_multirow.png
1597     tabular-feature_set-all-lines.png
1598     tabular-feature_set-border-lines.png
1599     tabular-feature_set-longtabular.png
1600     tabular-feature_set-rotate-cell.png
1601     tabular-feature_set-rotate-tabular.png
1602     tabular-feature_toggle-line-bottom.png
1603     tabular-feature_toggle-line-left.png
1604     tabular-feature_toggle-line-right.png
1605     tabular-feature_toggle-line-top.png
1606     tabular-feature_toggle-rotate-cell.png
1607     tabular-feature_toggle-rotate-tabular.png
1608     tabular-feature_unset-all-lines.png
1609     tabular-insert.png
1610     thesaurus-entry.png
1611     toolbar-toggle_math.png
1612     toolbar-toggle_math_panels.png
1613     toolbar-toggle_table.png
1614     undo.png
1615     unknown.png
1616     up.png
1617     update-others.png
1618     url-insert.png
1619     vc-compare.png
1620     vc-compare_0.png
1621     vc-check-in.png
1622     vc-check-out.png
1623     vc-locking-toggle.png
1624     vc-register.png
1625     vc-repo-update.png
1626     vc-revert.png
1627     view-others.png
1628 ''')
1629
1630
1631 lib_images_extra_files = Split('''
1632     font-smallcaps.png
1633     README
1634 ''')
1635
1636
1637 lib_images_math_files = Split('''
1638     acute.png
1639     adots.png
1640     aleph.png
1641     alpha.png
1642     amalg.png
1643     angle.png
1644     approx.png
1645     approxeq.png
1646     asymp.png
1647     backepsilon.png
1648     backprime.png
1649     backsim.png
1650     backsimeq.png
1651     backslash.png
1652     bar.png
1653     bars.png
1654     barwedge.png
1655     Bbbk.png
1656     because.png
1657     beta.png
1658     beth.png
1659     between.png
1660     bigcap.png
1661     bigcirc.png
1662     bigcup.png
1663     bigodot.png
1664     bigoplus.png
1665     bigotimes.png
1666     bigsqcup.png
1667     bigstar.png
1668     bigtriangledown.png
1669     bigtriangleup.png
1670     biguplus.png
1671     bigvee.png
1672     bigwedge.png
1673     blacklozenge.png
1674     blacksquare.png
1675     blacktriangle.png
1676     blacktriangledown.png
1677     blacktriangleleft.png
1678     blacktriangleright.png
1679     bot.png
1680     bowtie.png
1681     boxdot.png
1682     boxminus.png
1683     boxplus.png
1684     boxtimes.png
1685     breve.png
1686     bullet.png
1687     bumpeq.png
1688     bumpeq2.png
1689     cap.png
1690     cap2.png
1691     cases.png
1692     cdot.png
1693     cdots.png
1694     centerdot.png
1695     check.png
1696     chi.png
1697     circ.png
1698     circeq.png
1699     circlearrowleft.png
1700     circlearrowright.png
1701     circledS.png
1702     circledast.png
1703     circledcirc.png
1704     circleddash.png
1705     clubsuit.png
1706     complement.png
1707     cong.png
1708     coprod.png
1709     cup.png
1710     cup2.png
1711     curlyeqprec.png
1712     curlyeqsucc.png
1713     curlyvee.png
1714     curlywedge.png
1715     curvearrowleft.png
1716     curvearrowright.png
1717     dagger.png
1718     daleth.png
1719     dashleftarrow.png
1720     dashrightarrow.png
1721     dashv.png
1722     ddagger.png
1723     ddddot.png
1724     dddot.png
1725     ddot.png
1726     ddots.png
1727     delim.png
1728     delta.png
1729     delta2.png
1730     diagdown.png
1731     diagup.png
1732     diamond.png
1733     diamond2.png
1734     diamondsuit.png
1735     digamma.png
1736     div.png
1737     divideontimes.png
1738     dot.png
1739     doteq.png
1740     doteqdot.png
1741     dotplus.png
1742     dotsint.png
1743     dotsintop.png
1744     doublebarwedge.png
1745     downarrow.png
1746     downarrow2.png
1747     downdownarrows.png
1748     downharpoonleft.png
1749     downharpoonright.png
1750     ell.png
1751     empty.png
1752     emptyset.png
1753     epsilon.png
1754     eqcirc.png
1755     eqslantgtr.png
1756     eqslantless.png
1757     equation.png
1758     equiv.png
1759     eta.png
1760     eth.png
1761     exists.png
1762     export-others.png
1763     fallingdotseq.png
1764     fint.png
1765     fintop.png
1766     Finv.png
1767     flat.png
1768     font.png
1769     forall.png
1770     frac-square.png
1771     frac.png
1772     frown.png
1773     functions.png
1774     Game.png
1775     gamma.png
1776     gamma2.png
1777     geq.png
1778     geqq.png
1779     geqslant.png
1780     gg.png
1781     ggg.png
1782     gimel.png
1783     gnapprox.png
1784     gneq.png
1785     gneqq.png
1786     gnsim.png
1787     grave.png
1788     gtrapprox.png
1789     gtrdot.png
1790     gtreqless.png
1791     gtreqqless.png
1792     gtrless.png
1793     gtrsim.png
1794     gvertneqq.png
1795     hat.png
1796     hbar.png
1797     heartsuit.png
1798     hookleftarrow.png
1799     hookrightarrow.png
1800     hphantom.png
1801     hslash.png
1802     iddots.png
1803     iiiint.png
1804     iiiintop.png
1805     iiint.png
1806     iiintop.png
1807     iint.png
1808     iintop.png
1809     Im.png
1810     imath.png
1811     in.png
1812     infty.png
1813     int.png
1814     intercal.png
1815     intop.png
1816     iota.png
1817     jmath.png
1818     kappa.png
1819     lambda.png
1820     lambda2.png
1821     landdownint.png
1822     landdownintop.png
1823     landupint.png
1824     landupintop.png
1825     langle.png
1826     lbrace.png
1827     lbrace_rbrace.png
1828     lbracket.png
1829     lbracket_rbracket.png
1830     lceil.png
1831     lceil_rceil.png
1832     ldots.png
1833     leftarrow.png
1834     leftarrow2.png
1835     leftarrowtail.png
1836     leftharpoondown.png
1837     leftharpoonup.png
1838     leftleftarrows.png
1839     leftrightarrow.png
1840     leftrightarrow2.png
1841     leftrightarrows.png
1842     leftrightharpoons.png
1843     leftrightsquigarrow.png
1844     leftthreetimes.png
1845     leq.png
1846     leqq.png
1847     leqslant.png
1848     lessapprox.png
1849     lessdot.png
1850     lesseqgtr.png
1851     lesseqqgtr.png
1852     lessgtr.png
1853     lesssim.png
1854     lfloor.png
1855     lfloor_rfloor.png
1856     ll.png
1857     llcorner.png
1858     Lleftarrow.png
1859     lll.png
1860     lnapprox.png
1861     lneq.png
1862     lneqq.png
1863     lnsim.png
1864     longleftarrow.png
1865     longleftarrow2.png
1866     longleftrightarrow.png
1867     longleftrightarrow2.png
1868     longmapsto.png
1869     longrightarrow.png
1870     longrightarrow2.png
1871     looparrowleft.png
1872     looparrowright.png
1873     lozenge.png
1874     lparen.png
1875     lparen_rparen.png
1876     lrcorner.png
1877     Lsh.png
1878     ltimes.png
1879     lvertneqq.png
1880     mapsto.png
1881     mathbb_C.png
1882     mathbb_H.png
1883     mathbb_N.png
1884     mathbb_Q.png
1885     mathbb_R.png
1886     mathbb_Z.png
1887     mathcal_F.png
1888     mathcal_H.png
1889     mathcal_L.png
1890     mathcal_O.png
1891     mathcircumflex.png
1892     mathrm_T.png
1893     matrix.png
1894     measuredangle.png
1895     mho.png
1896     mid.png
1897     models.png
1898     mp.png
1899     mu.png
1900     multimap.png
1901     nabla.png
1902     natural.png
1903     ncong.png
1904     nearrow.png
1905     neg.png
1906     neq.png
1907     nexists.png
1908     ngeq.png
1909     ngeqq.png
1910     ngeqslant.png
1911     ngtr.png
1912     ni.png
1913     nleftarrow.png
1914     nleftarrow2.png
1915     nleftrightarrow.png
1916     nleftrightarrow2.png
1917     nleq.png
1918     nleqq.png
1919     nleqslant.png
1920     nless.png
1921     nmid.png
1922     notin.png
1923     nparallel.png
1924     nprec.png
1925     npreceq.png
1926     nrightarrow.png
1927     nrightarrow2.png
1928     nshortmid.png
1929     nshortparallel.png
1930     nsim.png
1931     nsubseteq.png
1932     nsucc.png
1933     nsucceq.png
1934     nsupseteq.png
1935     nsupseteqq.png
1936     ntriangleleft.png
1937     ntrianglelefteq.png
1938     ntriangleright.png
1939     ntrianglerighteq.png
1940     nu.png
1941     nvdash.png
1942     nvdash2.png
1943     nvdash3.png
1944     nwarrow.png
1945     odot.png
1946     oiint.png
1947     oiintop.png
1948     oint.png
1949     ointclockwise.png
1950     ointclockwiseop.png
1951     ointctrclockwise.png
1952     ointctrclockwiseop.png
1953     ointop.png
1954     omega.png
1955     omega2.png
1956     ominus.png
1957     oplus.png
1958     oslash.png
1959     otimes.png
1960     overbrace.png
1961     overleftarrow.png
1962     overleftrightarrow.png
1963     overline.png
1964     overrightarrow.png
1965     overset.png
1966     parallel.png
1967     partial.png
1968     perp.png
1969     phantom.png
1970     phi.png
1971     phi2.png
1972     pi.png
1973     pi2.png
1974     pitchfork.png
1975     pm.png
1976     prec.png
1977     precapprox.png
1978     preccurlyeq.png
1979     preceq.png
1980     precnapprox.png
1981     precnsim.png
1982     precsim.png
1983     prime.png
1984     prod.png
1985     propto.png
1986     psi.png
1987     psi2.png
1988     rangle.png
1989     rbrace.png
1990     rbracket.png
1991     rceil.png
1992     Re.png
1993     rfloor.png
1994     rho.png
1995     rightarrow.png
1996     rightarrow2.png
1997     rightarrowtail.png
1998     rightharpoondown.png
1999     rightharpoonup.png
2000     rightleftarrows.png
2001     rightleftharpoons.png
2002     rightrightarrows.png
2003     rightsquigarrow.png
2004     rightthreetimes.png
2005     risingdotseq.png
2006     root.png
2007     rparen.png
2008     Rrightarrow.png
2009     Rsh.png
2010     rtimes.png
2011     searrow.png
2012     setminus.png
2013     sharp.png
2014     shortmid.png
2015     shortparallel.png
2016     sigma.png
2017     sigma2.png
2018     sim.png
2019     simeq.png
2020     slash.png
2021     smallfrown.png
2022     smallsetminus.png
2023     smallsmile.png
2024     smile.png
2025     space.png
2026     spadesuit.png
2027     sphericalangle.png
2028     sqcap.png
2029     sqcup.png
2030     sqiint.png
2031     sqiintop.png
2032     sqint.png
2033     sqintop.png
2034     sqrt-square.png
2035     sqrt.png
2036     sqsubset.png
2037     sqsubseteq.png
2038     sqsupset.png
2039     sqsupseteq.png
2040     square.png
2041     star.png
2042     style.png
2043     style.png
2044     sub.png
2045     subset.png
2046     subset2.png
2047     subseteq.png
2048     subseteqq.png
2049     subsetneq.png
2050     subsetneqq.png
2051     succ.png
2052     succapprox.png
2053     succcurlyeq.png
2054     succeq.png
2055     succnapprox.png
2056     succnsim.png
2057     succsim.png
2058     sum.png
2059     super.png
2060     supset.png
2061     supset2.png
2062     supseteq.png
2063     supseteqq.png
2064     supsetneq.png
2065     supsetneqq.png
2066     surd.png
2067     swarrow.png
2068     tau.png
2069     textrm_AA.png
2070     textrm_O.png
2071     therefore.png
2072     theta.png
2073     theta2.png
2074     thickapprox.png
2075     thicksim.png
2076     tilde.png
2077     times.png
2078     top.png
2079     triangle.png
2080     triangledown.png
2081     triangleleft.png
2082     trianglelefteq.png
2083     triangleq.png
2084     triangleright.png
2085     trianglerighteq.png
2086     twoheadleftarrow.png
2087     twoheadrightarrow.png
2088     ulcorner.png
2089     underbrace.png
2090     underleftarrow.png
2091     underleftrightarrow.png
2092     underline.png
2093     underrightarrow.png
2094     underscore.png
2095     underset.png
2096     undertilde.png
2097     uparrow.png
2098     uparrow2.png
2099     updownarrow.png
2100     updownarrow2.png
2101     upharpoonleft.png
2102     upharpoonright.png
2103     uplus.png
2104     upsilon.png
2105     upsilon2.png
2106     upuparrows.png
2107     urcorner.png
2108     utilde.png
2109     varepsilon.png
2110     varkappa.png
2111     varnothing.png
2112     varphi.png
2113     varpi.png
2114     varpropto.png
2115     varrho.png
2116     varsigma.png
2117     varsubsetneq.png
2118     varsubsetneqq.png
2119     varsupsetneq.png
2120     varsupsetneqq.png
2121     vartheta.png
2122     vartriangle.png
2123     vartriangleleft.png
2124     vartriangleright.png
2125     vdash.png
2126     vdash2.png
2127     vdash3.png
2128     vdots.png
2129     vec.png
2130     vee.png
2131     veebar.png
2132     vert.png
2133     vert2.png
2134     vphantom.png
2135     Vvdash.png
2136     wedge.png
2137     widehat.png
2138     widetilde.png
2139     wp.png
2140     wr.png
2141     xi.png
2142     xi2.png
2143     zeta.png
2144 ''')
2145
2146
2147 lib_images_math_extra_files = Split('''
2148     ams_arrows.png
2149     ams_misc.png
2150     ams_nrel.png
2151     ams_ops.png
2152     ams_rel.png
2153     arrows.png
2154     bop.png
2155     brel.png
2156     deco.png
2157     deco.png
2158     delim.png
2159     delim0.png
2160     delim1.png
2161     dots.png
2162     font.png
2163     functions.png
2164     greek.png
2165     misc.png
2166     varsz.png
2167 ''')
2168
2169
2170 lib_images_commands_files = Split('''
2171 ''')
2172
2173
2174 lib_images_attic_extra_files = Split('''
2175     dialog-show_mathpanel.png
2176 ''')
2177
2178
2179 # Do not add subscript.sty to lib_tex_files since we don't want to install it
2180 # (it is part of TeXLive). We include it in our source package only so that
2181 # packagers may decide to install it (e.g. for MikTeX).
2182 lib_tex_files = Split('''
2183     broadway.cls
2184     hollywood.cls
2185     lyxchess.sty
2186     lyxskak.sty
2187     revtex.cls
2188 ''')
2189
2190
2191 lib_doc_files = Split('''
2192     Customization.lyx
2193     DummyDocument1.lyx
2194     DummyDocument2.lyx
2195     DummyTextDocument.txt
2196     EmbeddedObjects.lyx
2197     Additional.lyx
2198     Formula-numbering.lyx
2199     Intro.lyx
2200     LaTeXConfig.lyx
2201     LFUNs.lyx
2202     Math.lyx
2203     Shortcuts.lyx
2204     Tutorial.lyx
2205     UserGuide.lyx
2206 ''')
2207
2208
2209 lib_doc_biblio_files = Split('''
2210     alphadin.bst
2211     LyXDocs.bib
2212 ''')
2213
2214
2215 lib_doc_clipart_files = Split('''
2216     Abstract.pdf
2217     BoxInsetDefaultQt4.png
2218     ChangesToolbar.png
2219     ChildDocumentQt4.png
2220     CommentNoteImageQt4.png
2221     endnotes.pdf
2222     ERT.png
2223     escher-lsd.eps
2224     ExternalMaterialQt4.png
2225     ExtraToolbar.png
2226     floatQt4.png
2227     footnoteQt4.png
2228     GreyedOutNoteImageQt4.png
2229     labelQt4.png
2230     LaTeX.png
2231     LyXNoteImageQt4.png
2232     macrobox.png
2233     MacroToolbar.png
2234     macrouse.png
2235     mobius.eps
2236     platypus.eps
2237     referenceQt4.png
2238     SpaceMarker.png
2239     StandardToolbar.png
2240     ToolbarEnvBox.png
2241     ViewToolbar.png
2242     with_fntright.pdf
2243     without_fntright.pdf
2244 ''')
2245
2246
2247 lib_doc_extra_files = Split('''
2248     Makefile.am
2249     README.Documentation
2250 ''')
2251
2252
2253 lib_doc_ca_files = Split('''
2254     Intro.lyx
2255 ''')
2256
2257
2258 lib_doc_cs_files = Split('''
2259     Tutorial.lyx
2260 ''')
2261
2262
2263 lib_doc_de_files = Split('''
2264     Customization.lyx
2265     DummyDocument1.lyx
2266     DummyDocument2.lyx
2267     DummyTextDocument.txt
2268     EmbeddedObjects.lyx
2269     Additional.lyx
2270     Formelnummerierung.lyx
2271     Intro.lyx
2272     Math.lyx
2273     Shortcuts.lyx
2274     Tutorial.lyx
2275     UserGuide.lyx
2276 ''')
2277
2278
2279 lib_doc_de_clipart_files = Split('''
2280     ERT.png
2281     ExternesMaterialQt4.png
2282     FussnoteQt4.png
2283     GleitobjektQt4.png
2284     GrauschriftNotizQt4.png
2285     KommentarQt4.png
2286     LyXNotizQt4.png
2287     Marke.png
2288     Querverweis.png
2289     StandardBoxQt4.png
2290     UnterdokumentQt4.png
2291 ''')
2292
2293
2294 lib_doc_da_files = Split('''
2295     Intro.lyx
2296 ''')
2297
2298
2299 lib_doc_el_files = Split('''
2300     Intro.lyx
2301 ''')
2302
2303
2304 lib_doc_es_files = Split('''
2305     Customization.lyx
2306     DocumentoPostizo1.lyx
2307     DocumentoPostizo2.lyx
2308     DocumentoTextoPostizo.txt
2309     EmbeddedObjects.lyx
2310     Additional.lyx
2311     Formula-numbering.lyx
2312     Intro.lyx
2313     Math.lyx
2314     Shortcuts.lyx
2315     Tutorial.lyx
2316     UserGuide.lyx
2317 ''')
2318
2319
2320 lib_doc_es_clipart_files = Split('''
2321     ComentNotaImagenQt4.png
2322     CuadroMinipagQt4.png
2323     DocumentoHijoQt4.png
2324     es_ERT.png
2325     es_ToolbarEnvBox.png
2326     etiquetaQt4.png
2327     flotanteQt4.png
2328     GrisNotaImagenQt4.png
2329     MaterialExternoQt4.png
2330     NotaLyXImagenQt4.png
2331     notapieQt4.png
2332     referenciaQt4.png
2333     Resumen.pdf
2334 ''')
2335
2336
2337 lib_doc_eu_files = Split('''
2338     Customization.lyx
2339     Additional.lyx
2340     Intro.lyx
2341     Tutorial.lyx
2342     UserGuide.lyx
2343 ''')
2344
2345
2346 lib_doc_fr_files = Split('''
2347     Customization.lyx
2348     DocumentBidon1.lyx
2349     DocumentBidon2.lyx
2350     DocumentTexteBidon.txt
2351     EmbeddedObjects.lyx
2352     Additional.lyx
2353     Formula-numbering.lyx
2354     Intro.lyx
2355     Math.lyx
2356     Shortcuts.lyx
2357     Tutorial.lyx
2358     UserGuide.lyx
2359 ''')
2360
2361
2362 lib_doc_fr_clipart_files = Split('''
2363     BoxInsetDefaultQt4.png
2364     ChildDocumentQt4.png
2365     CommentNoteImageQt4.png
2366     floatQt4.png
2367     footnoteQt4.png
2368     GreyedOutNoteImageQt4.png
2369     labelQt4.png
2370     LyXNoteImageQt4.png    
2371 ''')
2372
2373
2374 lib_doc_gl_files = Split('''
2375     Intro.lyx
2376     Tutorial.lyx
2377 ''')
2378
2379
2380 lib_doc_he_files = Split('''
2381     Intro.lyx
2382     Tutorial.lyx
2383 ''')
2384
2385
2386 lib_doc_hu_files = Split('''
2387     Intro.lyx
2388     Tutorial.lyx
2389 ''')
2390
2391
2392 lib_doc_id_files = Split('''
2393     Intro.lyx
2394     Shortcuts.lyx
2395     Tutorial.lyx
2396     UserGuide.lyx
2397 ''')
2398
2399
2400 lib_doc_id_clipart_files = Split('''
2401     id-contrib.png
2402     id-footnote.png
2403     id-lingkungan.png
2404 ''')
2405
2406
2407 lib_doc_it_files = Split('''
2408     Customization.lyx
2409     Intro.lyx
2410     Tutorial.lyx
2411     UserGuide.lyx
2412 ''')
2413
2414
2415 lib_doc_it_clipart_files = Split('''
2416     it_footnoteQt4.png
2417     it_referenceQt4.png
2418 ''')
2419
2420
2421 lib_doc_ja_files = Split('''
2422     Additional.lyx
2423     Customization.lyx
2424     DummyDocument1.lyx
2425     DummyDocument2.lyx
2426     EmbeddedObjects.lyx
2427     Formula-numbering.lyx
2428     Intro.lyx
2429     LaTeXConfig.lyx
2430     Math.lyx
2431     Shortcuts.lyx
2432     Tutorial.lyx
2433     UserGuide.lyx
2434 ''')
2435
2436
2437 lib_doc_ja_clipart_files = Split('''
2438     ChildDocumentQt4.png
2439     ERT.png
2440     ExternalMaterialQt4.png
2441     floatQt4.png
2442     footnoteQt4.png
2443     referenceQt4.png
2444     ToolbarEnvBox.png
2445 ''')
2446
2447
2448 lib_doc_nb_files = Split('''
2449     Intro.lyx
2450 ''')
2451
2452
2453 lib_doc_nl_files = Split('''
2454     Intro.lyx
2455     Tutorial.lyx
2456 ''')
2457
2458
2459 lib_doc_pl_files = Split('''
2460     Additional.lyx
2461     Intro.lyx
2462     Tutorial.lyx
2463 ''')
2464
2465
2466 lib_doc_pt_files = Split('''
2467     Intro.lyx
2468     Tutorial.lyx
2469 ''')
2470
2471
2472 lib_doc_ro_files = Split('''
2473     Intro.lyx
2474 ''')
2475
2476
2477 lib_doc_ru_files = Split('''
2478     Intro.lyx
2479     Tutorial.lyx
2480 ''')
2481
2482
2483 lib_doc_sl_files = Split('''
2484     Intro.lyx
2485     Tutorial.lyx
2486 ''')
2487
2488
2489 lib_doc_sk_files = Split('''
2490     Intro.lyx
2491     Tutorial.lyx
2492     UserGuide.lyx
2493 ''')
2494
2495
2496 lib_doc_sv_files = Split('''
2497     Intro.lyx
2498     Shortcuts.lyx
2499     Tutorial.lyx
2500 ''')
2501
2502
2503 lib_doc_uk_files = Split('''
2504     Intro.lyx
2505 ''')
2506
2507
2508 lib_doc_uk_clipart_files = Split('''
2509     FootnoteQT4.png
2510 ''')
2511
2512
2513 lib_doc_zhCN_files = Split('''
2514     Intro.lyx
2515     Tutorial.lyx
2516 ''')
2517
2518
2519 lib_examples_files = Split('''
2520     aa_sample.lyx
2521     aas_sample.lyx
2522     achemso.lyx
2523     addressExample.adr
2524     amsart-test.lyx
2525     amsbook-test.lyx
2526     armenian-article.lyx
2527     beamer-g4-mask.jpg
2528     beamer-g4.jpg
2529     beamer-icsi-logo.pdf
2530     beamer-knight1-mask.png
2531     beamer-knight1.png
2532     beamer-knight2-mask.png
2533     beamer-knight2.png
2534     beamer-knight3-mask.png
2535     beamer-knight3.png
2536     beamer-knight4-mask.png
2537     beamer-knight4.png
2538     beamerlyxexample1.lyx
2539     biblioExample.bib
2540     Braille.lyx
2541     chess-article.lyx
2542     chessgame.lyx
2543     CV-image.eps
2544     CV-image.png
2545     docbook_article.lyx
2546     enumitem.lyx
2547     europeCV.lyx
2548     example_lyxified.lyx
2549     example_raw.lyx
2550     FeynmanDiagrams.lyx
2551     Foils.lyx
2552     iecc05.fen
2553     iecc07.fen
2554     iecc12.fen
2555     ItemizeBullets.lyx
2556     landslide.lyx
2557     lilypond.lyx
2558     linguistics.lyx
2559     listerrors.lyx
2560     Literate.lyx
2561     localization_test.lyx
2562     modernCV.lyx
2563     multicol.lyx
2564     noweb2lyx.lyx
2565     powerdot-example.lyx
2566     recipebook.lyx
2567     script_form.lyx
2568     seminar.lyx
2569     serial_letter1.lyx
2570     serial_letter2.lyx
2571     serial_letter3.lyx
2572     simplecv.lyx
2573     splash.lyx
2574     sweave.lyx
2575     tufte-book.lyx
2576     tufte-handout.lyx
2577     xyfigure.png
2578     xypic.lyx
2579 ''')
2580
2581
2582 lib_examples_ca_files = Split('''
2583     ItemizeBullets.lyx
2584     mathed.lyx
2585     splash.lyx
2586 ''')
2587
2588
2589 lib_examples_cs_files = Split('''
2590     splash.lyx
2591     priklad_zLyXovany.lyx
2592     priklad_syrovy.lyx
2593 ''')
2594
2595
2596 lib_examples_da_files = Split('''
2597     splash.lyx
2598 ''')
2599
2600
2601 lib_examples_de_files = Split('''
2602     beispiel_gelyxt.lyx
2603     beispiel_roh.lyx
2604     Braille.lyx
2605     Dezimal.lyx
2606     ItemizeBullets.lyx
2607     Lebenslauf.lyx
2608     linguistics.lyx
2609     multicol.lyx
2610     serienbrief1.lyx
2611     serienbrief2.lyx
2612     serienbrief3.lyx
2613     splash.lyx
2614     tufte-handout.lyx
2615 ''')
2616
2617
2618 lib_examples_el_files = Split('''
2619     splash.lyx
2620 ''')
2621
2622
2623 lib_examples_es_files = Split('''
2624     Braille.lyx
2625     ejemplo_con_lyx.lyx
2626     ejemplo_sin_lyx.lyx
2627     ItemizeBullets.lyx
2628     linguistics.lyx
2629     multicol.lyx
2630     splash.lyx
2631     tufte-book.lyx
2632     tufte-handout.lyx
2633 ''')
2634
2635
2636 lib_examples_fa_files = Split('''
2637     splash.lyx
2638 ''')
2639
2640
2641 lib_examples_fr_files = Split('''
2642     AlignementDecimal.lyx
2643     Braille.lyx
2644     exemple_brut.lyx
2645     exemple_lyxifie.lyx
2646     exemple-powerdot.lyx
2647     FeynmanDiagrams.lyx
2648     Foils.lyx
2649     linguistics.lyx
2650     ListesPuces.lyx
2651     multicol.lyx
2652     seminar.lyx
2653     simplecv.lyx
2654     splash.lyx
2655     xyfigure.png
2656     xypic.lyx
2657 ''')
2658
2659
2660 lib_examples_eu_files = Split('''
2661     adibide_gordina.lyx
2662     adibide_lyx-atua.lyx
2663     splash.lyx
2664 ''')
2665
2666
2667 lib_examples_gl_files = Split('''
2668     exemplo_bruto.lyx
2669     exemplo_lyxificado.lyx
2670     splash.lyx
2671 ''')
2672
2673
2674 lib_examples_he_files = Split('''
2675     example_lyxified.lyx
2676     example_raw.lyx
2677     splash.lyx
2678 ''')
2679
2680
2681 lib_examples_hu_files = Split('''
2682     example_lyxified.lyx
2683     example_raw.lyx
2684     splash.lyx
2685 ''')
2686
2687
2688 lib_examples_id_files = Split('''
2689     splash.lyx
2690 ''')
2691
2692
2693 lib_examples_it_files = Split('''
2694     ItemizeBullets.lyx
2695     splash.lyx
2696 ''')
2697
2698
2699 lib_examples_ja_files = Split('''
2700     Braille.lyx
2701     FeynmanDiagrams.lyx
2702     linguistics.lyx
2703     multicol.lyx
2704     splash.lyx
2705     xyfigure.png
2706     xypic.lyx
2707 ''')
2708
2709
2710 lib_examples_nl_files = Split('''
2711     multicol.lyx
2712     opsommingstekens.lyx
2713     splash.lyx
2714     voorbeeld_ruw.lyx
2715     voorbeeld_verlyxt.lyx
2716 ''')
2717
2718
2719 lib_examples_pl_files = Split('''
2720     splash.lyx
2721 ''')
2722
2723
2724 lib_examples_pt_files = Split('''
2725     splash.lyx
2726 ''')
2727
2728
2729 lib_examples_ro_files = Split('''
2730     splash.lyx
2731 ''')
2732
2733
2734 lib_examples_ru_files = Split('''
2735     splash.lyx
2736 ''')
2737
2738
2739 lib_examples_sk_files = Split('''
2740     splash.lyx
2741 ''')
2742
2743
2744 lib_examples_sl_files = Split('''
2745     primer_lyxan.lyx
2746     primer_surov.lyx
2747     splash.lyx
2748 ''')
2749
2750
2751 lib_examples_sr_files = Split('''
2752     Braille.lyx
2753     splash.lyx
2754 ''')
2755
2756
2757 lib_examples_sv_files = Split('''
2758     splash.lyx
2759 ''')
2760
2761
2762 lib_examples_uk_files = Split('''
2763     splash.lyx
2764 ''')
2765
2766
2767 lib_lyx2lyx_files = Split('''
2768     generate_encoding_info.py
2769     LyX.py
2770     lyx2lyx
2771     lyx2lyx_lang.py
2772     lyx_0_06.py
2773     lyx_0_08.py
2774     lyx_0_10.py
2775     lyx_0_12.py
2776     lyx_1_0.py
2777     lyx_1_1.py
2778     lyx_1_1_5.py
2779     lyx_1_1_6_0.py
2780     lyx_1_1_6_3.py
2781     lyx_1_2.py
2782     lyx_1_3.py
2783     lyx_1_4.py
2784     lyx_1_5.py
2785     lyx_1_6.py
2786     lyx_2_0.py
2787     lyx_2_1.py
2788     lyx2lyx_tools.py
2789     parser_tools.py
2790     profiling.py
2791     test_parser_tools.py
2792     unicode_symbols.py
2793 ''')
2794
2795
2796 lib_lyx2lyx_extra_files = Split('''
2797     lyx2lyx_version.py.in
2798     Makefile.am
2799 ''')
2800
2801
2802 lib_layouts_files = Split('''
2803     aa.layout
2804     aapaper.layout
2805     aastex.layout
2806     achemso.layout
2807     acmsiggraph.layout
2808     AEA.layout
2809     agutex.layout
2810     agu-dtd.layout
2811     agums.layout
2812     amsart.layout
2813     amsbook.layout
2814     apa.layout
2815     arab-article.layout
2816     armenian-article.layout
2817     article.layout
2818     article-beamer.layout
2819     beamer.layout
2820     book.layout
2821     broadway.layout
2822     chess.layout
2823     cl2emult.layout
2824     customHeadersFooters.module
2825     dinbrief.layout
2826     docbook-book.layout
2827     docbook-chapter.layout
2828     docbook-section.layout
2829     docbook.layout
2830     doublecol-new.layout
2831     dtk.layout
2832     ectaart.layout
2833     egs.layout
2834     elsart.layout
2835     elsarticle.layout
2836     entcs.layout
2837     enumitem.module
2838     europecv.layout
2839     extarticle.layout
2840     extbook.layout
2841     extletter.layout
2842     extreport.layout
2843     foils.layout
2844     frletter.layout
2845     g-brief.layout
2846     g-brief2.layout
2847     heb-article.layout
2848     heb-letter.layout
2849     hollywood.layout
2850     IEEEtran.layout
2851     ijmpc.layout
2852     ijmpd.layout
2853     iopart.layout
2854     isprs.layout
2855     jarticle.layout
2856     jbook.layout
2857     jgrga.layout
2858     jreport.layout
2859     jsarticle.layout
2860     jsbook.layout
2861     jss.layout
2862     kluwer.layout
2863     latex8.layout
2864     letter.layout
2865     lettre.layout
2866     literate-article.layout
2867     literate-book.layout
2868     literate-report.layout
2869     llncs.layout
2870     ltugboat.layout
2871     memoir.layout
2872     moderncv.layout
2873     mwart.layout
2874     mwbk.layout
2875     mwrep.layout
2876     paper.layout
2877     powerdot.layout
2878     recipebook.layout
2879     report.layout
2880     revtex.layout
2881     revtex4.layout
2882     revtex4-1.layout
2883     scrartcl.layout
2884     scrarticle-beamer.layout
2885     scrbook.layout
2886     scrlettr.layout
2887     scrlttr2.layout
2888     scrreprt.layout
2889     seminar.layout
2890     siamltex.layout
2891     sigplanconf.layout
2892     simplecv.layout
2893     singlecol.layout
2894     singlecol-new.layout
2895     slides.layout
2896     spie.layout
2897     svglobal.layout
2898     svglobal3.layout
2899     svjog.layout
2900     svmono.layout
2901     svmult.layout
2902     svprobth.layout
2903     tarticle.layout
2904     tbook.layout
2905     treport.layout
2906     tufte-book.layout
2907     tufte-handout.layout
2908 ''')
2909
2910
2911 lib_layouts_inc_files = Split('''
2912     aapaper.inc
2913     agu_stdclass.inc
2914     agu_stdcounters.inc
2915     agu_stdlists.inc
2916     agu_stdsections.inc
2917     agu_stdtitle.inc
2918     aguplus.inc
2919     amsdefs.inc
2920     db_lyxmacros.inc
2921     db_stdcharstyles.inc
2922     db_stdclass.inc
2923     db_stdcounters.inc
2924     db_stdlayouts.inc
2925     db_stdlists.inc
2926     db_stdsections.inc
2927     db_stdstarsections.inc
2928     db_stdstruct.inc
2929     db_stdtitle.inc
2930     literate-scrap.inc
2931     lyxmacros.inc
2932     numarticle.inc
2933     numreport.inc
2934     numrevtex.inc
2935     scrclass.inc
2936     stdcharstyles.inc
2937     stdciteformats.inc
2938     stdclass.inc
2939     stdcounters.inc
2940     stdcustom.inc
2941     stdfloats.inc
2942     stdinsets.inc
2943     stdlayouts.inc
2944     stdletter.inc
2945     stdlists.inc
2946     stdlyxlist.inc 
2947     stdrefprefix.inc
2948     stdsections.inc
2949     stdstarsections.inc
2950     stdstruct.inc
2951     stdtitle.inc
2952     svcommon.inc
2953     theorems.inc
2954     theorems-ams.inc
2955     theorems-ams-bytype.inc
2956     theorems-bytype.inc
2957     theorems-order.inc
2958     theorems-proof.inc
2959     theorems-proof-std.inc
2960     theorems-refprefix.inc
2961     theorems-starred.inc
2962     theorems-starred-equivalents.inc
2963     theorems-without-preamble.inc
2964 ''')
2965
2966
2967 lib_layouts_module_files = Split('''
2968     braille.module
2969     endnotes.module
2970     eqs-within-sections.module
2971     figs-within-sections.module
2972     fixltx2e.module
2973     fix-cm.module
2974     foottoend.module
2975     hanging.module
2976     initials.module
2977     lilypond.module
2978     linguistics.module
2979     logicalmkup.module
2980     minimalistic.module
2981     noweb.module
2982     sweave.module
2983     tabs-within-sections.module
2984     theorems-ams-bytype.module
2985     theorems-ams-extended.module
2986     theorems-ams-extended-bytype.module
2987     theorems-ams.module
2988     theorems-bytype.module
2989     theorems-chap-bytype.module
2990     theorems-chap.module
2991     theorems-named.module
2992     theorems-sec-bytype.module
2993     theorems-sec.module
2994     theorems-starred.module
2995     theorems-std.module
2996 ''')
2997
2998 lib_scripts_files = Split('''
2999     bash_completion
3000     clean_dvi.py
3001     convertDefault.py
3002     csv2lyx.py
3003     date.py
3004     ext_copy.py
3005     fen2ascii.py
3006     fig2pdftex.py
3007     fig2pstex.py
3008     fig_copy.py
3009     include_bib.py
3010     layout2layout.py
3011     legacy_lyxpreview2ppm.py
3012     listerrors
3013     lyxpak.py
3014     lyxpreview2bitmap.py
3015     lyxpreview-lytex2bitmap.py
3016     lyxpreview-platex2bitmap.py
3017     lyxpreview_tools.py
3018     lyxsweave.R
3019     prefs2prefs.py
3020     prefs2prefs_lfuns.py
3021     prefs2prefs_prefs.py
3022     TeXFiles.py
3023     tex_copy.py
3024 ''')
3025
3026
3027 lib_bind_files = Split('''
3028     aqua.bind
3029     broadway.bind
3030     cua.bind
3031     cyrkeys.bind
3032     emacs.bind
3033     greekkeys.bind
3034     hollywood.bind
3035     latinkeys.bind
3036     mac.bind
3037     math.bind
3038     menus.bind
3039     sciword.bind
3040     site.bind
3041     xemacs.bind
3042 ''')
3043
3044
3045 lib_bind_de_files = Split('''
3046     menus.bind
3047 ''')
3048
3049
3050 lib_commands_files = Split('''
3051     default.def
3052 ''')
3053
3054
3055 boost_extra_files = Split('''
3056     LICENSE_1_0.txt
3057     Makefile.am
3058 ''')
3059
3060
3061 boost_libs_extra_files = Split('''
3062     Makefile.am
3063     README
3064 ''')
3065
3066
3067 boost_libs_signals_extra_files = Split('''
3068     Makefile.am
3069     signals.vcproj
3070 ''')
3071
3072
3073 boost_libs_signals_src_files = Split('''
3074     connection.cpp
3075     named_slot_map.cpp
3076     signal_base.cpp
3077     slot.cpp
3078     trackable.cpp
3079 ''')
3080
3081
3082 boost_libs_signals_src_extra_files = Split('''
3083     Makefile.am
3084     pch.h
3085 ''')
3086
3087
3088 boost_libs_regex_extra_files = Split('''
3089     Makefile.am
3090     regex.vcproj
3091 ''')
3092
3093
3094 boost_libs_regex_src_files = Split('''
3095     c_regex_traits.cpp
3096     cpp_regex_traits.cpp
3097     cregex.cpp
3098     fileiter.cpp
3099     instances.cpp
3100     posix_api.cpp
3101     regex.cpp
3102     regex_debug.cpp
3103     regex_raw_buffer.cpp
3104     regex_traits_defaults.cpp
3105     w32_regex_traits.cpp
3106     wide_posix_api.cpp
3107     winstances.cpp
3108 ''')
3109
3110
3111 boost_libs_regex_src_extra_files = Split('''
3112     Makefile.am
3113     pch.h
3114 ''')
3115
3116
3117
3118 development_Win32_packaging_installer = Split('''
3119     license.rtf
3120     lyx.nsi
3121     settings.nsh
3122 ''')
3123
3124
3125 development_Win32_packaging_installer_graphics = Split('''
3126     header.bmp
3127     wizard.bmp
3128 ''')
3129
3130
3131 development_Win32_packaging_installer_gui = Split('''
3132     external.nsh
3133     langselect.nsh
3134     reinstall.nsh
3135 ''')
3136
3137
3138 development_Win32_packaging_installer_include = Split('''
3139     declarations.nsh
3140     detection.nsh
3141     dictlist.nsh    
3142     filelist.nsh
3143     gui.nsh
3144     init.nsh
3145     langlist.nsh
3146     nsis.nsh
3147     variables.nsh
3148 ''')
3149
3150
3151 development_Win32_packaging_installer_lang = Split('''
3152     english.nsh
3153     french.nsh
3154     german.nsh
3155     italian.nsh
3156 ''')
3157
3158
3159 development_Win32_packaging_installer_setup = Split('''
3160     configure.nsh
3161     install.nsh
3162     reinstall.nsh
3163 ''')