]> git.lyx.org Git - lyx.git/commit
Remove the images directory
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 8 Apr 2006 11:33:26 +0000 (11:33 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 8 Apr 2006 11:33:26 +0000 (11:33 +0000)
commit6b753c5d97b49a5173c9b0c0060d3342a2540887
tree5c96c687b04a7eae1735ced20e0a090a36ae3aa9
parent4d0a568d4c4a3a5e379849f3ad524ec832889b35
Remove the images directory
* Makefile.am: remove image files
* images/ChangeLog: delete
* images/smallcaps.xpm: move to lib/images/font-smallcaps.xpm
* lib/Makefile.am: add images to noinst files

Move the following files to lib/images/math:
* images/README
* images/delim.xbm
* images/ams_misc.xbm
* images/equation.xpm
* images/delim.xpm
* images/arrows.xbm
* images/bop.xbm
* images/matrix.xpm
* images/delim0.xpm
* images/delim1.xpm
* images/misc.xbm
* images/greek.xbm
* images/ams_nrel.xbm
* images/style.xbm
* images/ams_ops.xbm
* images/varsz.xbm
* images/font.xbm
* images/sub.xpm
* images/sqrt.xpm
* images/dots.xbm
* images/space.xpm
* images/deco.xbm
* images/super.xpm
* images/ams_arrows.xbm
* images/style.xpm
* images/ams_rel.xbm
* images/brel.xbm
* images/font.xpm
* images/deco.xpm
* images/frac.xpm

Adjust the following files to the moved images:
* src/frontends/gtk/GMathPanel.C
* src/frontends/gtk/Makefile.am
* src/frontends/qt4/ui/QMathUi.ui
* src/frontends/xforms/Makefile.am
* src/frontends/xforms/FormMathsPanel.C

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13598 a592a061-630c-0410-9148-cb99ea01b6c8
70 files changed:
Makefile.am
images/ChangeLog [deleted file]
images/README [deleted file]
images/ams_arrows.xbm [deleted file]
images/ams_misc.xbm [deleted file]
images/ams_nrel.xbm [deleted file]
images/ams_ops.xbm [deleted file]
images/ams_rel.xbm [deleted file]
images/arrows.xbm [deleted file]
images/bop.xbm [deleted file]
images/brel.xbm [deleted file]
images/deco.xbm [deleted file]
images/deco.xpm [deleted file]
images/delim.xbm [deleted file]
images/delim.xpm [deleted file]
images/delim0.xpm [deleted file]
images/delim1.xpm [deleted file]
images/dots.xbm [deleted file]
images/equation.xpm [deleted file]
images/font.xbm [deleted file]
images/font.xpm [deleted file]
images/frac.xpm [deleted file]
images/greek.xbm [deleted file]
images/matrix.xpm [deleted file]
images/misc.xbm [deleted file]
images/smallcaps.xpm [deleted file]
images/space.xpm [deleted file]
images/sqrt.xpm [deleted file]
images/style.xbm [deleted file]
images/style.xpm [deleted file]
images/sub.xpm [deleted file]
images/super.xpm [deleted file]
images/varsz.xbm [deleted file]
lib/Makefile.am
lib/images/README [new file with mode: 0644]
lib/images/font-smallcaps.xpm [new file with mode: 0644]
lib/images/math/ams_arrows.xbm [new file with mode: 0644]
lib/images/math/ams_misc.xbm [new file with mode: 0644]
lib/images/math/ams_nrel.xbm [new file with mode: 0644]
lib/images/math/ams_ops.xbm [new file with mode: 0644]
lib/images/math/ams_rel.xbm [new file with mode: 0644]
lib/images/math/arrows.xbm [new file with mode: 0644]
lib/images/math/bop.xbm [new file with mode: 0644]
lib/images/math/brel.xbm [new file with mode: 0644]
lib/images/math/deco.xbm [new file with mode: 0644]
lib/images/math/deco.xpm [new file with mode: 0644]
lib/images/math/delim.xbm [new file with mode: 0644]
lib/images/math/delim.xpm [new file with mode: 0644]
lib/images/math/delim0.xpm [new file with mode: 0644]
lib/images/math/delim1.xpm [new file with mode: 0644]
lib/images/math/dots.xbm [new file with mode: 0644]
lib/images/math/equation.xpm [new file with mode: 0644]
lib/images/math/font.xbm [new file with mode: 0644]
lib/images/math/font.xpm [new file with mode: 0644]
lib/images/math/frac-square.xpm [new file with mode: 0644]
lib/images/math/greek.xbm [new file with mode: 0644]
lib/images/math/matrix.xpm [new file with mode: 0644]
lib/images/math/misc.xbm [new file with mode: 0644]
lib/images/math/space.xpm [new file with mode: 0644]
lib/images/math/sqrt-square.xpm [new file with mode: 0644]
lib/images/math/style.xbm [new file with mode: 0644]
lib/images/math/style.xpm [new file with mode: 0644]
lib/images/math/sub.xpm [new file with mode: 0644]
lib/images/math/super.xpm [new file with mode: 0644]
lib/images/math/varsz.xbm [new file with mode: 0644]
src/frontends/gtk/GMathPanel.C
src/frontends/gtk/Makefile.am
src/frontends/qt4/ui/QMathUi.ui
src/frontends/xforms/FormMathsPanel.C
src/frontends/xforms/Makefile.am