Bug #21111. Reviewed by John Darrington.
[pspp-builds.git] / doc / automake.mk
1 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
2
3 info_TEXINFOS = doc/pspp.texinfo 
4
5 doc_pspp_TEXINFOS = doc/version.texi \
6         doc/bugs.texi \
7         doc/command-index.texi \
8         doc/concept-index.texi \
9         doc/configuring.texi \
10         doc/data-file-format.texi \
11         doc/data-io.texi \
12         doc/data-selection.texi \
13         doc/expressions.texi \
14         doc/files.texi \
15         doc/flow-control.texi \
16         doc/function-index.texi \
17         doc/installing.texi \
18         doc/introduction.texi \
19         doc/invoking.texi \
20         doc/language.texi \
21         doc/license.texi \
22         doc/ni.texi \
23         doc/not-implemented.texi \
24         doc/portable-file-format.texi \
25         doc/q2c.texi \
26         doc/statistics.texi \
27         doc/transformation.texi \
28         doc/regression.texi \
29         doc/utilities.texi \
30         doc/variables.texi \
31         doc/fdl.texi 
32
33 EXTRA_DIST += doc/pspp.man \
34         doc/get-commands.pl \
35         $(doc_pspp_TEXINFOS)
36
37 doc/ni.texi: $(top_srcdir)/src/language/command.def doc/get-commands.pl
38         @$(MKDIR_P)  doc
39         @PERL@ $(top_srcdir)/doc/get-commands.pl $(top_srcdir)/src/language/command.def > $@