From: Ben Pfaff Date: Sat, 26 Sep 2009 03:38:07 +0000 (-0700) Subject: Fix missing @clicksequence problem for building Docbook output also. X-Git-Tag: build48^0 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=b8ba7ff221ccbdbb766463001180e28ca0d90ecb 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. --- diff --git a/doc/automake.mk b/doc/automake.mk index 9402d7af..b75aee0b 100644 --- a/doc/automake.mk +++ b/doc/automake.mk @@ -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-\&-Date/g' $@ docbookdir = $(docdir)