cc4295d66eede85f442cb564a1e4fee0d6f17e31
[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         ni.texi
31
32 EXTRA_DIST = pspp.man \
33         $(pspp_TEXINFOS)
34
35
36 CLEANFILES = pspp.info pspp.info-*
37 MAINTAINERCLEANFILES=Makefile.in 
38
39 ni.texi: @top_srcdir@/src/command.def @srcdir@/get-commands.pl
40         @PERL@ @srcdir@/get-commands.pl $< > $@
41