diff options
author | Rob Taylor <rob.taylor@codethink.co.uk> | 2007-09-03 11:46:06 +0100 |
---|---|---|
committer | Rob Taylor <rob.taylor@codethink.co.uk> | 2007-09-03 14:13:08 +0100 |
commit | b5f76d26d2e94f9279b03b56aaf20038cd853cdd (patch) | |
tree | d5f604ee0d9e68f136666a6e4c4aaa3205f03b9a | |
parent | 2c39d1f89fc8d7cbeb7b676525349d3bdf53dbda (diff) |
add missing ohm-logo-small.png to EXTRA_DIST
Add missing ohm-logo-small.png to EXTRA_DIST.
-rw-r--r-- | docs/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 8c0a548..c3d3800 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -3,6 +3,7 @@ SUBDIRS = reference IMAGE_FILES = \ ohm-logo.png \ ohm-logo.svg \ + ohm-logo-small.png \ ohm-dbus-access.png \ ohm-dbus-access.svg \ ohm-structure.png \ |