From: Uwe Stöhr Date: Thu, 1 Nov 2007 17:05:29 +0000 (+0000) Subject: update the build system after r2121337 X-Git-Tag: 1.6.10~7549 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=607ebded27fbe2cb2bc16f009765d46b4c818cb8;p=lyx.git update the build system after r2121337 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21345 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index a105875eb2..9ebd6ba521 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -1448,6 +1448,16 @@ lib_images_files = Split(''' lyx.png marginalnote-insert.png math-display.png + math-macro-add-greedy-optional-param.png + math-macro-add-optional-param.png + math-macro-add-param.png + math-macro-append-greedy-param.png + math-macro-make-nonoptional.png + math-macro-make-optional.png + math-macro-remove-greedy-param.png + math-macro-remove-optional-param.png + math-macro-remove-param.png + math-macro_newmacroname_newcommand.png math-matrix.png math-macro-add-param.png math-macro-add-greedy-optional-param.png diff --git a/lib/Makefile.am b/lib/Makefile.am index 2d20b9a8cb..f9aa806269 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -316,6 +316,16 @@ dist_images_DATA = \ images/lyx.png \ images/marginalnote-insert.png \ images/math-display.png \ + images/math-macro-add-greedy-optional-param.png \ + images/math-macro-add-optional-param.png \ + images/math-macro-add-param.png \ + images/math-macro-append-greedy-param.png \ + images/math-macro-make-nonoptional.png \ + images/math-macro-make-optional.png \ + images/math-macro-remove-greedy-param.png \ + images/math-macro-remove-optional-param.png \ + images/math-macro-remove-param.png \ + images/math-macro_newmacroname_newcommand.png \ images/math-matrix.png \ images/math-mode.png \ images/math-subscript.png \