Fix two minor packaging bugs reported by James R. Van Zandt.
[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
34 EXTRA_DIST = pspp.man \
35         get-commands.pl \
36         $(pspp_TEXINFOS)
37
38 CLEANFILES = pspp.info pspp.info-* ni.texi
39 MAINTAINERCLEANFILES=Makefile.in 
40
41 ni.texi: @top_srcdir@/src/command.def @srcdir@/get-commands.pl
42         @PERL@ @srcdir@/get-commands.pl $< > $@
43
44
45 $(INFO_DEPS): ni.texi
46 $(HTML_DEPS): ni.texi
47