po: Update German translation from translationproject.org.
[pspp.git] / examples / automake.mk
blobd2713adef42d0301dc64043c3bc05c0e45e4b936
1 ## Process this file with automake to produce Makefile.in -*- makefile -*-
4 examplesdir = $(pkgdatadir)/examples
6 examples_DATA = \
7 examples/t-test.sps \
8 examples/descript.sps \
9 examples/grid.sps \
10 examples/hotel.sav \
11 examples/physiology.sav \
12 examples/repairs.sav \
13 examples/regress.sps \
14 examples/regress_categorical.sps
16 EXTRA_DIST += $(examples_DATA)