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)
commitb8ba7ff221ccbdbb766463001180e28ca0d90ecb
tree4974e87531dbdabe2c2eb859247ab70c7a4136c7
parent30f2130261c2b4bdd9dbf95aa7c5cbbdaef4c014
Fix missing @clicksequence problem for building Docbook output also.

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