Fixed a build error that make distcheck didn't catch (automake bug).
[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 nodist_pspp_TEXINFOS= ni.texi
32
33 pspp.info: ni.texi
34
35 EXTRA_DIST = pspp.man \
36         get-commands.pl \
37         $(pspp_TEXINFOS)
38
39
40 CLEANFILES = pspp.info pspp.info-* ni.texi
41 MAINTAINERCLEANFILES=Makefile.in 
42
43 ni.texi: @top_srcdir@/src/command.def @srcdir@/get-commands.pl
44         @PERL@ @srcdir@/get-commands.pl $< > $@
45