Added a desktop file for the benefit of operating systems which use them.
Thanks to James R. Van Zandt for providing this.
.glade.ui:
gtk-builder-convert $< $@
+desktopdir = $(datadir)/applications
+desktop_DATA = src/ui/gui/pspp.desktop
+
EXTRA_DIST += src/ui/gui/OChangeLog\
src/ui/gui/psppicon.png \
- src/ui/gui/marshaller-list
+ src/ui/gui/marshaller-list \
+ $(desktop_DATA)
BUILT_SOURCES += src/ui/gui/psppire-marshal.c src/ui/gui/psppire-marshal.h
CLEANFILES += src/ui/gui/psppire-marshal.c src/ui/gui/psppire-marshal.h \
$(nodist_src_ui_gui_psppire_DATA)
+
+
--- /dev/null
+[Desktop Entry]
+Name=GNU PSPP
+GenericName=Statistical Software
+GenericName[de]=Statistiksoftware
+Comment=Analyze statistical data with a free alternative to SPSS
+Comment[de]= Statistische Daten mit einer freien Alternative zu SPSS analysieren
+Exec=psppire %F
+TryExec=psppire
+Icon=psppicon.png
+StartupNotify=false
+Terminal=false
+Type=Application
+Categories=GTK;Education;Science;Math;