mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
fix up calling of config.status to generate docs
This commit is contained in:
committed by
Nick Mathewson
parent
2606c8b289
commit
301e24e4a8
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user