From 301e24e4a85bfa0ff2dfb73f338c9b543c1e1b6c Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Fri, 3 Aug 2012 11:26:21 +1000 Subject: fix up calling of config.status to generate docs --- doc/include.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/include.am b/doc/include.am index 44e09a7405..174cf4e3aa 100644 --- a/doc/include.am +++ b/doc/include.am @@ -61,7 +61,7 @@ $(asciidoc_product) : $(txt_in) $(man_in) $(AM_V_GEN)if test -e $(top_srcdir)/$@.in && ! test -e $@.in ; then \ cp $(top_srcdir)/$@.in $@; \ fi - $(AM_V_GEN)$(CONFIG_STATUS) --file=$@; + $(AM_V_GEN)./config.status --file=$@; CLEANFILES+= $(asciidoc_product) config.log DISTCLEANFILES+= $(html_in) $(man_in) -- cgit v1.2.3-54-g00ecf