diff options
Diffstat (limited to 'art')
-rw-r--r-- | art/ChangeLog | 4 | ||||
-rw-r--r-- | art/Makefile.am | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/art/ChangeLog b/art/ChangeLog index 8c1d628a03..e11e991a48 100644 --- a/art/ChangeLog +++ b/art/ChangeLog @@ -1,3 +1,7 @@ +2004-05-20 Rodney Dawes <dobey@ximian.com> + + * Makefile.am (EXTRA_DIST): Add README and jump.xpm + 2004-05-19 Jeffrey Stedfast <fejj@novell.com> * README: New file explaining how to add icons to the build, etc. diff --git a/art/Makefile.am b/art/Makefile.am index 7d2b6a0a66..87bb7ded87 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -17,8 +17,10 @@ endif EXTRA_DIST = \ ChangeLog \ ChangeLog.pre-1-4 \ + README \ broken-image-16.xpm \ broken-image-24.xpm \ empty.xpm \ evolution.png \ + jump.xpm \ $(images_DATA) |