Fix missing @clicksequence problem for building Docbook output also. build1 build48
authorBen Pfaff <blp@gnu.org>
Sat, 26 Sep 2009 03:38:07 +0000 (20:38 -0700)
committerBen Pfaff <blp@gnu.org>
Sat, 26 Sep 2009 03:38:07 +0000 (20:38 -0700)
Commit 770f21f5 "Fix missing @clicksequence problem with older Texinfo
versions." fixed the problem of missing @clicksequence for building the
main PSPP documentation, partly by adding to $(AM_MAKEINFOFLAGS).  However,
$(AM_MAKEINFOFLAGS) wasn't used in building the Docbook output for use by
Yelp as the GUI help.  This commit adds $(AM_MAKEINFOFLAGS) to that
command, fixing the problem.

doc/automake.mk

index 9402d7af0aea98ab731007f7b905f251973c13f3..b75aee0bb75aee553ca4a2b29121df78ca1e4b0a 100644 (file)
@@ -55,7 +55,7 @@ doc/tut.texi:
 
 doc/pspp.xml: doc/pspp.texinfo $(doc_pspp_TEXINFOS)
        @$(MKDIR_P)  doc
-       $(MAKEINFO) --docbook -I $(top_srcdir) $< -o $@
+       $(MAKEINFO) $(AM_MAKEINFOFLAGS) --docbook -I $(top_srcdir) $< -o $@
        $(SED) -i -e 's/Time-&-Date/Time-\&amp;-Date/g' $@
 
 docbookdir = $(docdir)