]> git.lyx.org Git - lyx.git/commitdiff
Update scons_manifest.py for changed names in src/mathed
authorEnrico Forestieri <forenr@lyx.org>
Sun, 1 Oct 2006 10:38:43 +0000 (10:38 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Sun, 1 Oct 2006 10:38:43 +0000 (10:38 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15192 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/scons_manifest.py

index c898cc9a17c38ab50496f781aefcd62422cb70e2..4dd46ba802127ffc52dda6221c3a9d77cdbfc168 100644 (file)
@@ -162,159 +162,156 @@ src_support_files = Split('''
 
 
 src_mathed_header_files = Split('''
-    command_inset.h
-    formulamacro.h
-    math_amsarrayinset.h
-    math_arrayinset.h
-    math_atom.h
-    math_autocorrect.h
-    math_biginset.h
-    math_binominset.h
-    math_boldsymbolinset.h
-    math_boxedinset.h
-    math_boxinset.h
-    math_braceinset.h
-    math_casesinset.h
-    math_charinset.h
-    math_colorinset.h
-    math_commentinset.h
-    math_data.h
-    math_decorationinset.h
-    math_deliminset.h
-    math_dfracinset.h
-    math_diffinset.h
-    math_diminset.h
-    math_dotsinset.h
-    math_envinset.h
-    math_exfuncinset.h
-    math_exintinset.h
-    math_extern.h
-    math_factory.h
-    math_fboxinset.h
-    math_fontinset.h
-    math_fontoldinset.h
-    math_fracbase.h
-    math_fracinset.h
-    math_frameboxinset.h
-    math_gridinfo.h
-    math_gridinset.h
-    math_hullinset.h
-    math_inset.h
-    math_kerninset.h
-    math_lefteqninset.h
-    math_liminset.h
-    math_macro.h
-    math_macroarg.h
-    math_macrotable.h
-    math_macrotemplate.h
-    math_makeboxinset.h
-    math_mathmlstream.h
-    math_matrixinset.h
-    math_mboxinset.h
-    math_nestinset.h
-    math_numberinset.h
-    math_oversetinset.h
-    math_parinset.h
-    math_parser.h
-    math_phantominset.h
-    math_replace.h
-    math_rootinset.h
-    math_scriptinset.h
-    math_sizeinset.h
-    math_spaceinset.h
-    math_splitinset.h
-    math_sqrtinset.h
-    math_stackrelinset.h
-    math_streamstr.h
-    math_stringinset.h
-    math_substackinset.h
-    math_support.h
-    math_symbolinset.h
-    math_tabularinset.h
-    math_tfracinset.h
-    math_undersetinset.h
-    math_unknowninset.h
-    math_xarrowinset.h
-    math_xyarrowinset.h
-    math_xymatrixinset.h
-    ref_inset.h
-    textpainter.h
+    InsetMath.h
+    InsetMathAMSArray.h
+    InsetMathArray.h
+    InsetMathBig.h
+    InsetMathBinom.h
+    InsetMathBoldSymbol.h
+    InsetMathBox.h
+    InsetMathBoxed.h
+    InsetMathBrace.h
+    InsetMathCases.h
+    InsetMathChar.h
+    InsetMathColor.h
+    InsetMathCommand.h
+    InsetMathComment.h
+    InsetMathDFrac.h
+    InsetMathDecoration.h
+    InsetMathDelim.h
+    InsetMathDiff.h
+    InsetMathDim.h
+    InsetMathDots.h
+    InsetMathEnv.h
+    InsetMathExFunc.h
+    InsetMathExInt.h
+    InsetMathFBox.h
+    InsetMathFont.h
+    InsetMathFontOld.h
+    InsetMathFrac.h
+    InsetMathFracBase.h
+    InsetMathFrameBox.h
+    InsetMathGrid.h
+    InsetMathHull.h
+    InsetMathKern.h
+    InsetMathLefteqn.h
+    InsetMathLim.h
+    InsetMathMacro.h
+    InsetMathMakebox.h
+    InsetMathMatrix.h
+    InsetMathNest.h
+    InsetMathNumber.h
+    InsetMathOverset.h
+    InsetMathPar.h
+    InsetMathPhantom.h
+    InsetMathRef.h
+    InsetMathRoot.h
+    InsetMathScript.h
+    InsetMathSize.h
+    InsetMathSpace.h
+    InsetMathSplit.h
+    InsetMathSqrt.h
+    InsetMathStackrel.h
+    InsetMathString.h
+    InsetMathSubstack.h
+    InsetMathSymbol.h
+    InsetMathTFrac.h
+    InsetMathTabular.h
+    InsetMathUnderset.h
+    InsetMathUnknown.h
+    InsetMathXArrow.h
+    InsetMathXYMatrix.h
+    MathAtom.h
+    MathAutoCorrect.h
+    MathData.h
+    MathExtern.h
+    MathFactory.h
+    MathGridInfo.h
+    MathMLStream.h
+    MathMacroArgument.h
+    MathMacroTable.h
+    MathMacroTemplate.h
+    MathParser.h
+    MathReplace.h
+    MathStream.h
+    MathSupport.h
+    TextPainter.h
 ''')
 
 
 src_mathed_files = Split('''
-    command_inset.C
-    math_amsarrayinset.C
-    math_arrayinset.C
-    math_atom.C
-    math_autocorrect.C
-    math_biginset.C
-    math_binominset.C
-    math_boldsymbolinset.C
-    math_boxedinset.C
-    math_boxinset.C
-    math_braceinset.C
-    math_casesinset.C
-    math_charinset.C
-    math_colorinset.C
-    math_commentinset.C
-    math_data.C
-    math_decorationinset.C
-    math_deliminset.C
-    math_dfracinset.C
-    math_diffinset.C
-    math_diminset.C
-    math_dotsinset.C
-    math_envinset.C
-    math_exfuncinset.C
-    math_exintinset.C
-    math_extern.C
-    math_factory.C
-    math_fboxinset.C
-    math_fontinset.C
-    math_fontoldinset.C
-    math_fracbase.C
-    math_fracinset.C
-    math_frameboxinset.C
-    math_gridinset.C
-    math_hullinset.C
-    math_inset.C
-    math_kerninset.C
-    math_lefteqninset.C
-    math_liminset.C
-    math_macro.C
-    math_macroarg.C
-    math_macrotable.C
-    math_macrotemplate.C
-    math_makeboxinset.C
-    math_mathmlstream.C
-    math_matrixinset.C
-    math_nestinset.C
-    math_numberinset.C
-    math_oversetinset.C
-    math_parinset.C
-    math_parser.C
-    math_phantominset.C
-    math_rootinset.C
-    math_scriptinset.C
-    math_sizeinset.C
-    math_spaceinset.C
-    math_splitinset.C
-    math_sqrtinset.C
-    math_stackrelinset.C
-    math_streamstr.C
-    math_stringinset.C
-    math_substackinset.C
-    math_support.C
-    math_symbolinset.C
-    math_tabularinset.C
-    math_tfracinset.C
-    math_undersetinset.C
-    math_unknowninset.C
-    math_xarrowinset.C
-    math_xymatrixinset.C
-    ref_inset.C
-    textpainter.C
+    InsetMath.C
+    InsetMathAMSArray.C
+    InsetMathArray.C
+    InsetMathBig.C
+    InsetMathBinom.C
+    InsetMathBoldSymbol.C
+    InsetMathBox.C
+    InsetMathBoxed.C
+    InsetMathBrace.C
+    InsetMathCases.C
+    InsetMathChar.C
+    InsetMathColor.C
+    InsetMathCommand.C
+    InsetMathComment.C
+    InsetMathDFrac.C
+    InsetMathDecoration.C
+    InsetMathDelim.C
+    InsetMathDiff.C
+    InsetMathDim.C
+    InsetMathDots.C
+    InsetMathEnv.C
+    InsetMathExFunc.C
+    InsetMathExInt.C
+    InsetMathFBox.C
+    InsetMathFont.C
+    InsetMathFontOld.C
+    InsetMathFrac.C
+    InsetMathFracBase.C
+    InsetMathFrameBox.C
+    InsetMathGrid.C
+    InsetMathHull.C
+    InsetMathKern.C
+    InsetMathLefteqn.C
+    InsetMathLim.C
+    InsetMathMacro.C
+    InsetMathMakebox.C
+    InsetMathMatrix.C
+    InsetMathNest.C
+    InsetMathNumber.C
+    InsetMathOverset.C
+    InsetMathPar.C
+    InsetMathPhantom.C
+    InsetMathRef.C
+    InsetMathRoot.C
+    InsetMathScript.C
+    InsetMathSize.C
+    InsetMathSpace.C
+    InsetMathSplit.C
+    InsetMathSqrt.C
+    InsetMathStackrel.C
+    InsetMathString.C
+    InsetMathSubstack.C
+    InsetMathSymbol.C
+    InsetMathTFrac.C
+    InsetMathTabular.C
+    InsetMathUnderset.C
+    InsetMathUnknown.C
+    InsetMathXArrow.C
+    InsetMathXYMatrix.C
+    MathAtom.C
+    MathAutoCorrect.C
+    MathData.C
+    MathExtern.C
+    MathFactory.C
+    MathMLStream.C
+    MathMacroArgument.C
+    MathMacroTable.C
+    MathMacroTemplate.C
+    MathParser.C
+    MathStream.C
+    MathSupport.C
+    TextPainter.C
 ''')