diff options
| author | mjwybrow <mjwybrow@users.sourceforge.net> | 2006-03-15 23:23:18 +0000 |
|---|---|---|
| committer | mjwybrow <mjwybrow@users.sourceforge.net> | 2006-03-15 23:23:18 +0000 |
| commit | 6dd19abf04259ccb948ce6dd1dc9ed89822540db (patch) | |
| tree | 83203245050bbd4f84a0c749804cb312505f2d7c | |
| parent | merged patch #1447043 from Andrius "knutux" R. to create sub-layers (diff) | |
| download | inkscape-6dd19abf04259ccb948ce6dd1dc9ed89822540db.tar.gz inkscape-6dd19abf04259ccb948ce6dd1dc9ed89822540db.zip | |
* share/icons/Makefile.am: Update a makefile after the icon file
renaming.
(bzr r252)
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | share/icons/Makefile.am | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2006-03-15 Michael Wybrow <mjwybrow@users.sourceforge.net> + + * share/icons/Makefile.am: Update a makefile after the icon file + renaming. + 2005-03-14 MenTaLguY <mental@rydia.net> * src/layer-fns.h, src/dialogs/layer-properties.cpp, diff --git a/share/icons/Makefile.am b/share/icons/Makefile.am index 52af7767c..aeaa89d9c 100644 --- a/share/icons/Makefile.am +++ b/share/icons/Makefile.am @@ -8,11 +8,11 @@ icons_DATA = \ inkscape.svg \ \ icons.svg \ - crispy_icons.svg \ + legacy_icons.svg \ David_icons.svg \ \ README.icon_themes \ - README.crispy_icons \ + README.legacy_icons \ README.David_icons EXTRA_DIST = $(icons_DATA) |
