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