From 9a626036211e61388a4d255051e1774d01bbe072 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 18 Oct 2020 10:15:35 +0200 Subject: [PATCH] Restore the mime defintion file pspp.xml Commit 8ec823cac8dd9eee5d0ad6cee9d001b9fdb673ba inadvertently removed pspp.xml - the mime definition file. This change restores it and also takes it out of the gui definition directory. --- Makefile.am | 7 +++++++ doc/automake.mk | 1 - pspp.xml | 16 ++++++++++++++++ 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 pspp.xml diff --git a/Makefile.am b/Makefile.am index ae48d1ac68..908885e669 100644 --- a/Makefile.am +++ b/Makefile.am @@ -163,3 +163,10 @@ PHONY += dist-hook-git dummy-prerequisistes -include dummy-prerequisistes dummy-prerequisistes: $(BUILT_SOURCES) gl/libgl.la + + + +mimedir = $(datadir)/mime/packages +mime_DATA =pspp.xml +EXTRA_DIST += pspp.xml + diff --git a/doc/automake.mk b/doc/automake.mk index ccff271ef3..0c5493f685 100644 --- a/doc/automake.mk +++ b/doc/automake.mk @@ -181,7 +181,6 @@ install-html-local: html-local -mimedir = $(datadir)/mime/packages desktopdir = $(datadir)/applications doc/org.fsf.pspp.metainfo.xml: doc/org.fsf.pspp.metainfo.xml.in $(POFILES) diff --git a/pspp.xml b/pspp.xml new file mode 100644 index 0000000000..4f925c4c08 --- /dev/null +++ b/pspp.xml @@ -0,0 +1,16 @@ + + + + SPSS syntax file + SPSS + Statistical Package for the Social Sciences + + + + SPSS output file + SPSS + Statistical Package for the Social Sciences + + + + -- 2.30.2