* credits.texi: Removed.
[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
30 EXTRA_DIST = pspp.man \
31         $(pspp_TEXINFOS)
32
33
34 CLEANFILES = pspp.info pspp.info-*
35 MAINTAINERCLEANFILES=Makefile.in 
36