Skip to content
Snippets Groups Projects
Commit 301e24e4 authored by Stewart Smith's avatar Stewart Smith Committed by Nick Mathewson
Browse files

fix up calling of config.status to generate docs

parent 2606c8b2
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment