Explorar o código

fix up calling of config.status to generate docs

Stewart Smith %!s(int64=12) %!d(string=hai) anos
pai
achega
301e24e4a8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/include.am

+ 1 - 1
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)