From 607ebded27fbe2cb2bc16f009765d46b4c818cb8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Thu, 1 Nov 2007 17:05:29 +0000 Subject: [PATCH] update the build system after r2121337 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21345 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/scons_manifest.py | 10 ++++++++++ lib/Makefile.am | 10 ++++++++++ 2 files changed, 20 insertions(+) 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 \ -- 2.39.5