aboutsummaryrefslogtreecommitdiff
path: root/doc/include.am
diff options
context:
space:
mode:
authorStewart Smith <stewart@flamingspork.com>2012-08-03 11:26:21 +1000
committerNick Mathewson <nickm@torproject.org>2012-08-09 11:03:48 -0400
commit301e24e4a85bfa0ff2dfb73f338c9b543c1e1b6c (patch)
treeec047b5f2c5838056326d6ef984aee24f4a2c87b /doc/include.am
parent2606c8b289eb654c6b0cec8d3f25c72b426eab2b (diff)
downloadtor-301e24e4a85bfa0ff2dfb73f338c9b543c1e1b6c.tar
tor-301e24e4a85bfa0ff2dfb73f338c9b543c1e1b6c.tar.gz
fix up calling of config.status to generate docs
Diffstat (limited to 'doc/include.am')
-rw-r--r--doc/include.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/include.am b/doc/include.am
index 44e09a740..174cf4e3a 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)