diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-11 01:21:46 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-11 01:21:46 +0100 |
commit | b3acf2801bae56ff6187bb114bbde5d9ae7efce6 (patch) | |
tree | ba497f61ff5707665f6785b333d76350f620667b | |
parent | 647e6ebe5859a56efa8a164f3264003920d85da3 (diff) | |
download | sciteco-b3acf2801bae56ff6187bb114bbde5d9ae7efce6.tar.gz |
fixup: distribute sciteco.ico and sciteco-48.png
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 32bbb38..52c0d17 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,12 @@ noinst_HEADERS = compat/bsd/sys/cdefs.h \ EXTRA_DIST = README TODO +# The icons are not installed currently. +# This should be left up to the Linux distro +# packager. +EXTRA_DIST += ico/sciteco-48.png \ + ico/sciteco.ico + # Distribute entire scintilla directory and # do some manual cleanup EXTRA_DIST += scintilla |