src/ui/gui/psppire-marshal.h: src/ui/gui/marshaller-list
$(AM_V_GEN)$(GLIB_GENMARSHAL) --header --prefix=psppire_marshal $? > $@
+mimedir = $(datadir)/mime/packages
+mime_DATA = src/ui/gui/pspp.xml
+EXTRA_DIST += src/ui/gui/pspp.xml
+
desktopdir = $(datadir)/applications
desktop_DATA = src/ui/gui/org.fsf.pspp.desktop
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+ <mime-type type="application/x-spss-sps">
+ <comment>SPSS syntax file</comment>
+ <acronym>SPSS</acronym>
+ <expanded-acronym>Statistical Package for the Social Sciences</expanded-acronym>
+ <glob pattern="*.sps"/>
+ </mime-type>
+ <mime-type type="application/x-spss-spv">
+ <comment>SPSS output file</comment>
+ <acronym>SPSS</acronym>
+ <expanded-acronym>Statistical Package for the Social Sciences</expanded-acronym>
+ <glob pattern="*.spv"/>
+ </mime-type>
+</mime-info>
+