Applied patch file #10344.
[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/not-implemented.texi \
23         doc/portable-file-format.texi \
24         doc/q2c.texi \
25         doc/statistics.texi \
26         doc/transformation.texi \
27         doc/regression.texi \
28         doc/utilities.texi \
29         doc/variables.texi \
30         doc/fdl.texi 
31
32 nodist_doc_pspp_TEXINFOS = doc/ni.texi
33
34
35 EXTRA_DIST += doc/pspp.man \
36         doc/get-commands.pl \
37         $(doc_pspp_TEXINFOS)
38
39 # Kludge to get around automake deficiency.
40 am__TEXINFO_TEX_DIR=./doc
41
42 doc/ni.texi: $(top_srcdir)/src/language/command.def doc/get-commands.pl
43         @$(top_srcdir)/mkinstalldirs  doc
44         @PERL@ $(top_srcdir)/doc/get-commands.pl $(top_srcdir)/src/language/command.def > $@
45
46
47 $(INFO_DEPS): doc/ni.texi
48 $(HTML_DEPS): doc/ni.texi
49
50 CLEANFILES += doc/ni.texi