1 ## Process this file with automake to produce Makefile.in -*- makefile -*-
3 info_TEXINFOS = pspp.texinfo
5 pspp_TEXINFOS = version.texi \
10 data-file-format.texi \
22 not-implemented.texi \
23 portable-file-format.texi \
31 nodist_pspp_TEXINFOS= ni.texi
34 EXTRA_DIST = pspp.man \
38 CLEANFILES = pspp.info pspp.info-* ni.texi
39 MAINTAINERCLEANFILES=Makefile.in
41 ni.texi: @top_srcdir@/src/command.def @srcdir@/get-commands.pl
42 @PERL@ @srcdir@/get-commands.pl $< > $@