The branch, cleanup/updateMacros4, has been updated. - Log -----------------------------------------------------------------
commit 18a2ef417bc57bfe1e9d32e7a47ca168d5c6bca6 Author: Richard Kimberly Heck <[email protected]> Date: Thu Nov 12 19:57:45 2020 -0500 Update script a bit. diff --git a/runtest.sh b/runtest.sh index 45ac23e..2b48e18 100644 --- a/runtest.sh +++ b/runtest.sh @@ -1,6 +1,12 @@ #!/bin/bash +rm Math-Cleanup.tex /cvs/lyx/lyx-devel/build/bin/lyx2.4 -E pdflatex /cvs/lyx/lyx-devel/Math-Cleanup.tex lib/doc/Math.lyx +if [ ! -f Math-Cleanup.tex ]; then + echo "Export failed!"; + exit 1; +fi + if diff -q Math-Master.tex Math-Cleanup.tex; then echo "No differences in LaTeX output!"; else commit 166ec3d420a436b17674ea4d12537f87350ce646 Author: Richard Kimberly Heck <[email protected]> Date: Thu Nov 12 19:56:08 2020 -0500 Remove now unneeded headers. diff --git a/src/insets/InsetText.cpp b/src/insets/InsetText.cpp index 942ef77..90619ef 100644 --- a/src/insets/InsetText.cpp +++ b/src/insets/InsetText.cpp @@ -56,14 +56,6 @@ #include "frontends/alert.h" #include "frontends/Painter.h" -// These are only temporarily here, until the relevant code -// is moved into these insets -#include "insets/InsetInclude.h" -#include "mathed/InsetMathHull.h" -#include "mathed/MacroTable.h" -#include "mathed/InsetMathMacroTemplate.h" -#include "insets/InsetTabular.h" - #include "support/convert.h" #include "support/debug.h" #include "support/gettext.h" ----------------------------------------------------------------------- Summary of changes: runtest.sh | 6 ++++++ src/insets/InsetText.cpp | 8 -------- 2 files changed, 6 insertions(+), 8 deletions(-) hooks/post-receive -- Repository for new features -- lyx-cvs mailing list [email protected] http://lists.lyx.org/mailman/listinfo/lyx-cvs
