9eaee015a3a7135c5744df7a14f0c3e61861ef0f
[pspp-builds.git] / doc / Makefile.am
1 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
2
3 info_TEXINFOS = pspp.texinfo 
4
5 pspp_TEXINFOS = version.texi \
6         bugs.texi \
7         command-index.texi \
8         concept-index.texi \
9         configuring.texi \
10         data-file-format.texi \
11         data-io.texi \
12         data-selection.texi \
13         expressions.texi \
14         files.texi \
15         flow-control.texi \
16         function-index.texi \
17         installing.texi \
18         introduction.texi \
19         invoking.texi \
20         language.texi \
21         license.texi \
22         not-implemented.texi \
23         portable-file-format.texi \
24         q2c.texi \
25         statistics.texi \
26         transformation.texi \
27         utilities.texi \
28         variables.texi \
29         fdl.texi
30
31 EXTRA_DIST = pspp.man \
32         $(pspp_TEXINFOS)
33
34
35 CLEANFILES = pspp.info pspp.info-*
36 MAINTAINERCLEANFILES=Makefile.in 
37