Fix make makedistcheck and re-organize icon paths.
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 2 Sep 2011 18:59:54 +0000 (20:59 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 2 Sep 2011 18:59:54 +0000 (20:59 +0200)
commitfea925912b94d356a579598031abe54a191903fc
tree44ed1a163669a011f0344857c6ae4bc7043d4f71
parent630f6a3db4f572c35c6a903ad1be1ae37717a10e
Fix make makedistcheck and re-organize icon paths.

This change does several things:

* renamed psppicon.png to pspp.png - The word "icon" is redundant
  (it's also a misuse of English).

* Changed the install target of the existing 16x16 pictograms out of the apps
  directory. Instead, they now go in a directory of their own called "pspp".
  This is more in line with what other applications seem to do.  It also makes
  it a lot easier to deal uninstall them, since we can be reasonably sure that
  everything in the "pspp" directory was put there by us.

* Ensures that make distcheck passes.
src/ui/gui/app-icons/16x16/pspp.png [new file with mode: 0644]
src/ui/gui/automake.mk
src/ui/gui/help-menu.c
src/ui/gui/pspp.desktop
src/ui/gui/psppicon.png [deleted file]
src/ui/gui/psppire-data-window.c
src/ui/gui/psppire-dialog.c
src/ui/gui/psppire-syntax-window.c
src/ui/gui/psppire-window.c
src/ui/gui/text-data-import-dialog.c