examples: t-test.sps fixed make process to include in distribution
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Thu, 15 Sep 2016 18:25:36 +0000 (20:25 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Thu, 15 Sep 2016 18:25:36 +0000 (20:25 +0200)
I forgot to add the t-test.sps example in the automake.mk file to
include it in the distribution.

examples/automake.mk

index 6f716e4132709ec0b7b417e218ceece7d3fbd418..d2713adef42d0301dc64043c3bc05c0e45e4b936 100644 (file)
@@ -4,6 +4,7 @@
 examplesdir = $(pkgdatadir)/examples
 
 examples_DATA = \
+        examples/t-test.sps \
        examples/descript.sps \
        examples/grid.sps \
        examples/hotel.sav \