Avoid broken XML generated by Texinfo. Add a make rule
to check for this in the future.
if test x"$with_gui" != x"no" ; then
PKG_CHECK_MODULES(GTK, gtk+-2.0 >= $required_gtk_version,,
[PSPP_REQUIRED_PREREQ([gtk+ 2.0 v$required_gtk_version or later (or use --without-gui)])])
+ AC_PATH_PROG([XMLLINT], [xmllint], [echo], [$PATH])
+ AC_SUBST(XMLLINT)
fi
AM_CONDITIONAL(WITHGUI, test x"$with_gui" != x"no")
$(MAKEINFO) $(AM_MAKEINFOFLAGS) --docbook -I $(top_srcdir) \
$(top_srcdir)/doc/pspp.texinfo -o - \
| $(SED) 's/Time-&-Date/Time-\&-Date/g' > $@
+ $(XMLLINT) --output /dev/null $@ 2>&1 2> /dev/null || ( $(RM) $@ && false )
docbookdir = $(docdir)
docbook_DATA = doc/pspp.xml
@insertcopying
@end titlepage
-@chapheading Acknowledgements
-The authors wish to thank
-Network Theory Ltd
+@c @chapheading Acknowledgements
+The authors wish to thank Network Theory Ltd
@url{http://www.network-theory.co.uk}
for their financial support
in the production of this manual.