1 ## Process this file with automake to produce Makefile.in -*- makefile -*-
3 info_TEXINFOS = doc/pspp.texinfo doc/pspp-dev.texinfo
5 doc_pspp_TEXINFOS = doc/version.texi \
7 doc/command-index.texi \
8 doc/concept-index.texi \
11 doc/data-selection.texi \
12 doc/expressions.texi \
14 doc/flow-control.texi \
15 doc/function-index.texi \
17 doc/introduction.texi \
22 doc/not-implemented.texi \
24 doc/transformation.texi \
30 doc_pspp_dev_TEXINFOS = doc/version-dev.texi \
32 doc/dev/concepts.texi \
36 doc/dev/system-file-format.texi \
37 doc/dev/portable-file-format.texi \
40 EXTRA_DIST += doc/pspp.man \
43 doc/ni.texi: $(top_srcdir)/src/language/command.def doc/get-commands.pl
45 @PERL@ $(top_srcdir)/doc/get-commands.pl $(top_srcdir)/src/language/command.def > $@
47 # It seems that recent versions of yelp, upon which the gui relies to display the reference
48 # manual, are broken. It only works on compressed info files. So we must compress them.
50 YELP_CHECK = yelp-check
54 install-data-hook:: $(YELP_CHECK)
55 for ifile in $(DESTDIR)$(infodir)/pspp.info-[0-9] \
56 $(DESTDIR)$(infodir)/pspp.info ; do \
61 rm -f $(DESTDIR)$(infodir)/pspp.info-[0-9].gz
62 rm -f $(DESTDIR)$(infodir)/pspp.info.gz
64 EXTRA_DIST += doc/OChangeLog
65 CLEANFILES += pspp-dev.dvi